2008 Oct 24 1:55 AM
Hi. I have the next problem. For example, when you use transaction ME23N to visualize purchase orders, you enter a purchase order (EBELN), and then you could see all positions of that purchase order (EBELP), and for each position you could see a batch (CHARG)associated to those positions. What i want to know is how could i get that bacth value (CHARG) when i have the purchase order (EBELN) and the position (EBELP). Help please.
2008 Oct 24 2:24 AM
duplicate thread
Try this
transaction code SE84
Expand ABAP Dictionary from the left, then expand Fields, and double click on TAble Fields
On the right pane now you wil get a selection screen with Table name, Field Name etc
Enter Field Name as CHARG ( Batch # )
Application Component - Press F4 and select MM-PUR for Purchasing
Execute
You will get 6 tables, see which one is relevent to you
Hi. I have the next problem. For example, when you use transaction ME23N to visualize purchase orders, you enter a purchase order (EBELN), and then you could see all positions of that purchase order (EBELP), and for each position you could see a batch (CHARG)associated to those positions. What i want to know is how could i get that bacth value (CHARG) when i have the purchase order (EBELN) and the position (EBELP). Help please.
2008 Oct 24 2:24 AM
duplicate thread
Try this
transaction code SE84
Expand ABAP Dictionary from the left, then expand Fields, and double click on TAble Fields
On the right pane now you wil get a selection screen with Table name, Field Name etc
Enter Field Name as CHARG ( Batch # )
Application Component - Press F4 and select MM-PUR for Purchasing
Execute
You will get 6 tables, see which one is relevent to you