cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Fetching PO data from Backend

Former Member
0 Kudos

Hi Everyone ,

Please suggest me how to proceed to get the PO related data from R/3 related to Shopping Cart . Is there any inbuilt BAPI or Function module present in SRM server for this purpose .

Regards ,

Sachin Singh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sachin,

I assume you are working in classic scenario from yr narration.

Have you not scheduled background job "BBP_GET_STATUS_2" in SM36?

This is a standard job which needs to be scheduled in background in SRM (obiviously nobody would like to run it manually for every doc to come from R/3 to SRM)

This job fetches follow on docs created in R/3 (PO & GR)

and update the same in SC ->check status -> follow on documents.

Hope this will help.

BR

Dinesh

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Christophe,

I am facing the same problem.

We need to know PO price and all, info in SRM from backend PO.

My questions are:

1.Do we need to call FM META_PO_GETDETAIL in srm system?

2. will this FM check with backened system to get relavant details?

3. from where, we will get PO ID? ( will report BBP_GET_STATUS_2 and CLEAN_REQREQ_UP update this PO ID

in SC in SRM system)

Please reply me.

Regards

Neelesh

Former Member
0 Kudos

Hi,

If the PO has been created from the SC,you can find the PO no in the tables BBP_PDBEH/BBP_PDBEI from the SC guid.Please open a new thread for your query instead of continuing an old thread so that you will be able to reward points for helpful answers.

BR,

Disha.

Former Member
0 Kudos

Hi Sachin,

the best way to get R/3 PO data is to call FM META_PO_GETDETAIL, with the PO ID you got from the SC item references.

Rgds

Christophe

Former Member
0 Kudos

Hi..

Thanks for your replies.

Regards ,

~ Sachin

Former Member
0 Kudos

Hi sachin,

Pls scehdule the jobs CLEAN_REQREQ_UP and BBP_GET_STATUS_2 in SM37 which will fetch all the BAckend data to SRM.

Regards,

Disha.

Pls reward points for helpful asnwers.

Former Member
0 Kudos

HI Both the jobs

CLEAN_REQREQ_UP and BBP_GET_STATUS_2 are to be schedule in SM36 and not in SM37

Pls note that this job are client specific and have to be scheduled on each client so use proper naming conventions for recognising the client name.

In SM37 we can check which jobs are already scheduled but cannot schedule new jobs .

Use Tcode SM36.

T code BBP_PD where you can input the Object Type and the Object Number to anyalse the error if any have occured during transmission.

WE can also check tables from BBP_PD

Regards,

Nimish Sheth

Do reward points for helpful answers