cancel
Showing results for 
Search instead for 
Did you mean: 

i have created purchage requist(PR) at 3rd party system(java system) now, p

Former Member
0 Kudos

hi,

i have doubt in one scenario that is

suppose i have created purchage requist(PR) at 3rd party system(java system) now, purchase requisition is generated at SAP with PR number.....now is this possible to get that PR number in 3 rd party system(java system)..

can u help me out plz........

Thanks & Regarding

suresh

Accepted Solutions (0)

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi Suresh,

the most easy would be to set a synchronous scenario; including request and response. The handicap is a bad performance or, if like i suppose, using of IDoc is required, which is allways asynchronous. Then you have to configure sending of IDocs (direction XI) in case of creating PRs, which send PR no to Java system. Synchronous scenario would be possible with RFC or ABAP proxy.

Regards,

Udo