cancel
Showing results for 
Search instead for 
Did you mean: 

List of fields replicated in MM Purchase Order

Former Member
0 Kudos

Hello,

I am working on SRM 5 in extended classic scenario. I wanted to know if it exists a documentation listing the fields which are replicated from the SRM PO to the MM PO (long description, vendor material reference, manufacturer...)?

Thanks for your help,

Patrick

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

SRM with ECS, Check the Structure in FM : B46B_DPO_TRANSFER

Navigate through the code and check for the following code CALL FUNCTION 'BBP_PO_INBOUND'.....

The structures used in this FM has 1:1 mapping with R/3 FM: BBP_PO_INBOUND.

Hope this defenitely helps you.

Cheers, Renga

  • Do reward points for helpfull answers*

Former Member
0 Kudos

Hi. If you check these structures:

BBP_PO_ITEM_SPOOL

BBP_PO_ITEM_ADD_SPOOL

BBP_PO_SCHED_SPOOL

BBP_PO_ACCT_SPOOL

BBP_PO_TEXT_SPOOL

BBP_PO_LIMIT_SPOOL

BBP_PO_LIMIT_CONTR_SPOOL

BBP_PO_SERV_SPOOL

BBP_PO_SERV_ACCT_SPOOL

BBP_PO_SERV_TEXT_SPOOL

BBPS_BAPIEKKOC

BBPS_BAPIEKKOA

BBPS_BAPIADDRESS

BBPS_POADDRDELIVERY_46_TAB OPTIONAL

They are the structures passed to the PO create BAPI and will give you a good idea of what is passed.

Regards,

Dave.