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

Re: Microsoft Active Directory Integration

$
0
0

I am not aware of any way you can sync users and passwords between AD and a SAP ABAP System. However, you can sync the user data (e.g. job title, email address) using the LDAP connector.


Re: unsuccessfull payroll run

$
0
0

Hi,

 

i have a small doubt, jan month is showing payroll period 02. is this correct ?

 

if you run for specific payroll period with the specific payroll area, and not selecting any employee in the payroll driver, then system will consider all the employee's who are belongs to payroll area in the particular period.

Re: Channel not visible in communication channel monitor tab

$
0
0

Hi Vishnu,

Pay attention that the Find box is case sensitive and set maximum in Maximum number of Result:

 

 

Go to Integration Directory and do a Cache Update:

 

 

Regards.

In xhtml, retrieve data in nested DTO

$
0
0

Hi All,

 

I'm new to WCEM and this could be a basic query for some.

 

I have xhtml which need to retrieve "addressLine1" from DTO, where DTO are nested(MainDTO->sub1DTO->sub2DTO->sub3DTO....) inside one another.

 

In this situation how do I call the specific property("addressLine1") from our xhtml view?

 

What is the path i should use for,Is it like below code?

 

#{cc.vch.pickAddressDetails.MainDTO.Sub1DTO.sub2DTO.sub3DTO}

 

many thanks for clearing this out for me.

 

Nuwan

Re: Unable to load the json file into json model in sapui5 appliactaion

$
0
0

Hi abhijeet,

 

i am checking after creation of model  like this model.oData here i am not getting any data. i am unable get the data to the creation model after that i will do other process.

Re: stack trace

$
0
0

Hello Sagar,

 

This thread has more than 2 years-old now, could you please open a new thread for your problem?

 

Thank you

 

Regards,

 

Cristina Normand

SAP Active Global Support

Re: Custom OVS screen

$
0
0

Hi Jayasri,

 

Can you please give us more information about the usage of the OVS in your test set-up.

Do you use this OVS in an BO Extension or from your own BOs?

 

Best regards

Tobias

Re: Text long

$
0
0

It is standard behaviour. The long text is the extension of Short text LTXA1.


Re: Limiting currencies

$
0
0

Hi guys,

 

Thanks for your answers! (sorry for unmarking answers as correct but, for some reason, they are getting marked automatically and my query is still open).

 

The thing is that, on the drop down list, I am seeing all currencies available while I only want to see the one defined on the Org. structure. How do I restrict all the others from appearing on this list?

 

Thanks and regards.

 

Alejandro.

Re: Copy WT from IT 0008 to IT 0014 & 0015

$
0
0

Hello Paraneeth,

 

Thanks for your answer.

 

In which table I can find CC 11, 12, 18 and 24/25 ?

How to create SKU for a material

$
0
0

Hi ,

I want to create SKU for a new trial material.Can some body guide me please?

I searched sdn.But I am not getting exact information.

 

With Regards,

Re: How to assign data to EXIT_SAPLIMR0_001 tables

$
0
0

Well you are testing with the "creation" transaction, so it should notbe surprisingthat nothing istransmittedin thetables for changes and beforeimages, did you try with IK12?

 

Hint: Nevertheless, you could set a break-point in exit, and try to display some fields of main program (data in global area of a program in the Abap stack) with name '(SAPLIMR0)fieldname' if ok then use this value in the mem area of an ASSIGN statement (ASSIGN - dynamic_dobj - look for (PROG)DOBJ)

 

Regards,

Raymond

Re: Error"No access possible via a 'NULL' data reference."

$
0
0

Hi Malkit,

I guess that the error is caused by empjob.GetFirst().JobID. This fails in case there is no job. You should check like:

 

if(empjob.Count() > 0){

   calculationBO.Job = empjob.GetFirst().JobID;

}


Regards,

Thomas

Re: Structural authorization: Evaluation path O-P malfunctioning!?

$
0
0

Hi Jens

 

I think the problem in the profile Z_TEAM configuration.

The root object (OT column) type on your screenshot is 'P', but I suspect it should be 'O'.

 

Anyway it worths to try to change. 


Hope it helps

Andrey

Re: Format Tree SEPA_CT_EF of tree type PAYM cannot be interpreted

$
0
0

Hi,

 

check whether you have any node mapping as Own Mapping (Atom) but the node does not have atoms as Subnodes but normal node, so they need to 'No mapping' as Mapping procedure specify.

For an analysis you can use the transaction DMEE and enter the

corresponding tree.

Then use the 'check' function. Any syntax error is shown in the log.

If necessary, correct the format.

 

 

Hope this was helpful for you.

Cristiano


Re: 3rd party legacy to SAP EHSM

$
0
0

Hi Sri,

 

You can Migrate Incident management from Intelex to SAP EHSM Incident management.

 

Intelex is generating all reports in MS EXCEL  which can be uploaded to SAP EHSM Incident management by Developing custom upload program

 

Thanks

Sunil Jawalkar

Re: PS specific -Transport request sequence

$
0
0

Hi,

 

As Paulo mentioned you need not worry @ the PS sequence unless the TRs are getting locked by someone.. lets say in OK02 for user statuses which is cross module configuration...

 

from an integration point of view FICO, MM takes precedence will moving TRs..

 

Regards

Samar

Re: Payroll split

$
0
0

To use operation SCOND, the PCR must be called by Function IF (or ELSE), and processing would stop once operation SCOND=T IF or SCOND=F IF is processed.

Then, if the condition was True, it would do some more processing (called by other Functions) until it reached Function ENDIF, and if the condition was False, it would resume at ENDIF without processing the Functions in between IF and ENDIF.

 

As you may know, a PCR called by Function PIT will process all WTs with ESG * before WTs with ESG 1 to 9, and WT M200 will be processed before WT M201 if they have the same ESG.

 

Assuming that you call this PCR with function PIT at a place in your schema where WTs M200 and M201 would exist with an Amount, please try the following:

 

ESG *     WT M200

    ADDWT *

    ADDWT&M200                    (transfering the values of the WT into a temporary variable)

 

ESG *     WT M201

    ADDWT *

    AMT=& M200                     (replacing the Amount with the value of the temp. var. AMT)

    AMT?0

*    ERROR                             (error because WT M201 exists and WT M200 exists with AMT)

=                                            (nothing further to do because WT M200 did not exist)

 

If WT M200 exists, the temporary variable will be created and it's Amount will be different from zero.  If WT M200 does not exist, the temporary variable will not be created and will therefore have a value of zero.

Re: SAP Router SNC Problem

$
0
0

Hi all,

 

problem is solved now. It was simple, i used a old version of sapcryptolib.....

Thanks for help.

 

Best regards,

Klaus

Re: Update Uom code - Attempted to read or write protected memory

$
0
0

Hi,

 

That sounds like a bug. Please log a support message on the SAP Service Marketplace..

 

Regards,

Johan

Viewing all 8746 articles
Browse latest View live


Latest Images