Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ME23N

Former Member
0 Likes
748

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
606

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.

1 REPLY 1
Read only

Former Member
0 Likes
607

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