Quantcast
Channel: SCN: Message List
Viewing all 8902 articles
Browse latest View live

Re: File copy

$
0
0

Hi Chandu,

 

Simply mount a Windows share on the Linux box:

 

sudo mkdir /media/windows-share

sudo mount -t smbfs -o workgroup=WINDOWS-DOMAIN,username=NTUSERNAME //windows-server/share-name /media/windows-share

 

Assuming:

 

WINDOWS-DOMAIN is you Windows domain, such as defined in your username when you specify your uname DOMAIN\user

NTUSERNAME is your username, without the DOMAIN\ prefix

//windows-server is the hostname of your windows server, or its ip address

share-name is the name of the windows share

 

Note that windows-share is just a folder name, you can use any, provided you use the same in all commands ;-)

 

Then to actually copy the files:

 

cp /path/to/files /media/windows-share/destination/path

 

You can also specify the share in /etc/fstab that way it will survive a reboot, however, you will have to specify a password.


Another, much better option would be to install an ssh server on the Windows server, that way you could configure certificate authentication, no passwords come into play. Ask your Unix/Linux admins, they can set that up in 5 minutes.


Regards,


HP


PS: Do not do this without liaising with your Unix/Linux admins ... ;-)


Re: Seeburger GeMark3000 Message Protocols substitute in B2B Adapter

$
0
0

Any one tried migrating these Channels ?

SAP APO RBATP with product allocation : Product allocation is not happening on substitute location

$
0
0

Hi

 

I am able to do RBATP with product allocation but allocation is not taking place on substitute location.

 

Is there any specific setting for it ?

 

 

Thanks

Re: SUM SP16 - abap part hanging

$
0
0

We didn't change startup.props...

It looks like this:

 

DWPLSystem=false

skipFinalJ2EERestart=false

#instanceHostName=

#SID=

#autoinput=/usr/sap/<SID>/SUM/sdt/param/BatchModeInputFile.xml

autoInputSkipDowntimeDialog=false

 

Just got a response from SAP to change file SUM\sdt\data\SharedInputCatalog.xml setting value "true" to "false" in line <Property value="true" setBy="SUM.DETECT.execute.common-detect-system.1.common-detect-system" key="ABAP">

And then cancelling SUM and refreshing the browser.

However the refresh sets the value automatically back to "true", so that didn't work either...

Re: IF function has an incorrect value for parameter 2

Re: Find out Customers without any transaction from a given date??

$
0
0

Hi Nabil,

 

There is a report on customers in Business Partner Reports -> Inactive customers.

 

Kind regards,

 

Andy

Re: Time sheet Issue : Time Management

$
0
0

Is one absence type record conflicting with another absence record?  If so, you have to ensure there is no conflict.  This may be due to another leave request previously entered.  If employee wants to change it after submitting the leave, then it may need to be rejected by the manager, then deleted by employee, before changing the absence type.

 

If conflict is with

a)IT 2003, change the indicator to warning or acceptable. Often IT 2003 is found to be the problem.

b)IT 2002 - a course attendance previously created, then you'd need to delimit/delete the course attendance.

Re: /BOFU/CL_CDO_BO_GENRICCALLBACK >> Change Documents External IDs

$
0
0

Hello Anil,

 

did you configruge your change document object including structure /BOFU/CDTCEXTID as you can see in below screenshot?

 

This works fine for me. It adds an additional entry to the change log containing the GUID an the external ID.

 

Best regards

Chris


Mass collection of Calculation views in Change requests

$
0
0

Hi All,

I need to collect around 400 calculation views which are in 4 different sub packages of the same root package.

The delivery unit was just created and hence none of them are in a change request right now.

 

Is there a way to mass collect these views by packages or any better way to do this than activating things and waiting for the change request window to pop up each time?

 

I have access to the Life cycle management as well.

 

Regards,

Shyam

RECN Save Button Interrupt (Urgent)

$
0
0

Hi Guys.

I am new to workflow and enhancements. Im currently involved in a real-estate project. I have a difficult requirement and I will summarize it as follows.

 

Transaction: RECN

 

 

1) When the user changes any information, contract, conditions, etc.. and he/she hits the save button, the data entered will automatically be saved in a custom table, much like the CDPOS and CDHDR, with fields like, Date, Changer, Field, New_Value, Old_Value and then the data entered will revert-back to its original content as if its reloaded again by running the RECN tcode. Because according to the requirements, must be approved first.

 

 

2) In line with #1, a workflow will trigger, still with the save button event. The workflow will run thru a series/ 4 levels of approvals (supersets) thru user decisions in the workflow.  Once passed with the over-all approval process, the logged changes  from the custom table will be applied to the contract.

 

 

I think I could be able to make the basic workflow process, but for #1 requirement, i really have no idea on how to do so. As well as the last step where in the logged changes will be applied to the contract.

 

 

Any help/guide from you experts is very much appreciated. Thanks.

Re: How to xml payload convert in to string or single row..?

Re: IF function has an incorrect value for parameter 2

Re: Navigation with SplitApp

$
0
0

This will navigate to the master page - but in mobile layout the split app will show only the detailed view.splitapp.png

 

 

I also attached a full example.

Re: Aggregate on SPO

$
0
0

but why would you include your partitioning characteristics in the aggregate? they're already "filtered" in the SPO, right?

 

I was worried that if FISCVARNT was a fixed filter in the query but not added to the aggregated, that the aggregate wouldn't be hit. My first test seemed to suggest this, but i guess i did something wrong because i made a simple query (with fiscvarnt) & aggr (without fiscvarnt) and it did hit the aggregate.

 

Not sure though if this works because it is partitioning char or because it is defined as a constant in my SPO.

 

Still a shame that you can't define it on the SPO, so i logged an idea for it. Feel free to upvote it :-)

https://ideas.sap.com/D32439

Re: Problem with CHAID (PAL)

$
0
0

Hi Heiko,

 

I have no specific clues at this stage. Can you also share the PA logs (specifically after it crashes)?

 

Thanks & regards

 

Antoine


Re: Retrieving number from string between brackets

$
0
0

You're correct.

 

The second formula will skip records like:

 

AB114CXYZ (12345

QW1ER 1543)

XX853ZZP 987463

QAZX4166SW (12

 

-Abhilash

Re: Problem with CHAID (PAL)

$
0
0

And maybe in parallel you should raise a SAP support ticket.

 

Thanks & regards

 

Antoine

How to check BADI execution time in SAP BPC.

$
0
0

Hi All,

 

Anyone can explain how to check step wise execution time in BADI.

In SAP BPC 7.5 NW, SP11

Which step is taking how much time,

Thanks you for help.

 

Regards,

Devi

Re: sap.ui.table unbind and rebind aggregation?

$
0
0

Hi Dominik,

 

Any errors on console?

 

Regards,

Sai Vellanki.

SAP Work manager 6.3 app: support of device on Windows 10?

$
0
0

Good morning,

 

I was wondering if any of you had some information about the support of SAP Work Manager 6.3 app on windows 10.
I can find information related to the SMP support but not for the application support.

 

 

I have downloaded the MOB_WM_WPF03_0-80001068.EXE file on Windows 7 and it is working but I was wondering if it is supported on Windows 10.

 

Thanks for any valuable input.

 

Have a nice day,

 

Thomas

Viewing all 8902 articles
Browse latest View live




Latest Images