Application Development 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: 

Fetching fields from Purchase Order - ME21N

Former Member
0 Kudos

Hi,

I need to fetch the 'Delivery Date', 'Scheduled Qty', 'Committed Date', 'Committed Quantity', 'Material Availability Date' ' Goods issue Date' for a Purchase order.

The tcode is ME21N.

From which table can i get these fields, as F1 help on these fields shows a structure.

Is there any Function Module or BAPI which i can use.

Regards.

9 REPLIES 9

Former Member
0 Kudos

Hi Akshay,

You can use Transaction se90 (Repositoty Info System) for this purpose.

Go to ABAP Dictionary -> Fields -> Table Fields.

Here give your short description and execute it.

You will get the field name and the table for that field.

Hope this will help.

Regards,

Nitin.

0 Kudos

Nitin,

Didnt help me much...!!....

SE90 gives the same things, as in Where Used List.

Regards.

Former Member
0 Kudos

>

> Hi,

>

> I need to fetch the 'Delivery Date', 'Scheduled Qty', 'Committed Date', 'Committed Quantity', 'Material Availability Date' ' Goods issue Date' for a Purchase order.

>

> The tcode is ME21N.

>

> From which table can i get these fields, as F1 help on these fields shows a structure.

>

> Is there any Function Module or BAPI which i can use.

>

> Regards.

se84-> abap dictionary-> fields-> table fields -> short description-> execute

GauthamV
Active Contributor
0 Kudos

hi,

tables: EKET,WDFR_POS,MSEG.

christine_evans
Active Contributor
0 Kudos

If what you want to do is get the data for a PO, there are BAPIs you can use and you can find them in transaction BAPI under the appropriate functional area.

0 Kudos

Christine,

Can you please, give the BAPI names if possible..

Regards.

0 Kudos

>

> Christine,

>

> Can you please, give the BAPI names if possible..

>

> Regards.

Do you not have access to transaction BAPI, then?

Former Member
0 Kudos

hi ,

Try using this function module...

BAPI_INFORECORD_GETLIST

Regards,

Vikram.S

Former Member
0 Kudos

Hi ,

Tables are EKET ,