Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Process ID of the current ABAP Stack

Former Member
0 Kudos

Dear All,

I have web service for business partner create in CRM system

Here we have a duplicate check flag. sometimes the flag is checked by the used and sometimes not.

Based on the user decision we need to switch ON/OFF the duplicate check.

We are currently using ABAP memory for this purpose.

Is there any other better approach to deal with this?

I am looking for a PID kind of thing that exist unique for each ABAP stack

so that i can have the flag value for each execution of the web serive.

Please advise on this

Thanks in advance

Santhosini

1 REPLY 1

Former Member
0 Kudos

Hi,

Are you using PI or any other interface ???

IF its PI means it will create a unique id  ...or create a ztable for storing each process and ask ur abaper to write a  program, it will generate unique id for each movement....u can track it easily whenever u need...

we are following the same process for HCM...

Thanks

RGDS,

Vijayakumar SR