cancel
Showing results for 
Search instead for 
Did you mean: 

Fileds used for Creating PO

Former Member
0 Kudos

Hi All,

In classic Scenario SRM is creating a PO in Backend.

Where can I see the list of fields which are going from SRM to R/3 to create the PO.

Where can I monitor the PO's going to back end. In which transaction of SRM.

and where can I see all the incoming PO's in the backend in which transaction.

looking forward to hear from Guru's

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Use transaction - BBP_PD to see what all data gets passed from SRM system.

(Exceute this transaction for BUS2121 - shopping cart, BUS2201 - Purchase orders, etc)

In R/3 back-end, using the ME23N transaction, you can get all the details. Alternatively, look for EKKO, EKPO, EKKN, EKET tables for Purchase order table fields and contents passed from SRM to R/3 system.

BAPIs to refer ->

BAPI_PO_CREATE1 / BAPI_PO_CREATE

Let me know incase you need any specific details.

Regards

- Atul

Former Member
0 Kudos

Hi nsrisrm,

The PO In Backend are created through the BAPI's either BAPI_PO_CREATE or BAPI_PO_CREATE1.

You can look into the tables and exporting parameter of these bapi's in R/3 to get and idea what are all passed from SRM to R/3 .

YOu can start form FM SPOOL_PO_CREATE and proceed downward to understand how fields are being mapped form SRM to R/3 .

Please rewad points for useful answers.

Cheers

Iftekhar Alam