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

Pending Invoice

0 Likes
1,300

Hi Guru's,

I need to know what is the field name for Still to be Invoice or Invoice Qty used in ME2L. Since it shows only the structure field how can i get the table field for the above fields.

Thanks in advanced.

Edited by: Ramachandran Sivaraman on Nov 6, 2008 5:25 PM

Hi Guru's,

I need to know what is the field name for Still to be Invoice or Invoice Qty used in ME2L. Since it shows only the structure field how can i get the table field for the above fields.

Thanks in advanced.

Edited by: Ramachandran Sivaraman on Nov 6, 2008 5:25 PM

4 REPLIES 4
Read only

Former Member
0 Likes
1,051

If you navigate to the structure from the F1/F9 message you can do a where-used on the data element which might point you in the right direction.

Failing that, post the structure and field name on here and we might be able to help further.

Read only

0 Likes
1,051

Hi,

Thanks for you Valuable Information, I've Give below the structure name and field name

Struct Name : MEREP_OUTTAB_PURCHDOC

Still To Be Invoiced Qty_ Field name : MGINV

Still To Be Invoiced Qty_ Data Element : MEREP_MGINV

Still To be Invoiced Amount_Field Name : WTINV

Still To be Invoiced Amount_Data Element : MEREP_WTINV

Please Provide me where i can get the data for above fields in database. I tried in SE11 but i cannot find corresponding fields in the database.

Read only

Former Member
0 Likes
1,051

Hi,

select the quantity to be invoiced and press F1 help.click Technical information and find the stucture and the filed name.for the quantity to be invoiced structure is RM06A;Filed is OREMG.this structure is used in many DB tables.go to SE11. in Database table give RM06A and select record of OREMG .double click the record and u find the reference filed---EKPO-MEINS.

OR

find the data element of OREMG and use 'where -used-list' to find in the database tables it is used.

Read only

Former Member
0 Likes
1,051

Hi,

there is not so straight forward appraoch to trace down the source table and field for a particular field in a transaction.

Some times it would be asa simple as a f1 followed by f9(Or TEchnical info button).

Some times it can get as complicated as doing a ST05(SQL Trace) for the transaction and finding the list if all tables that are read/updated/modified.

Another way is to go to se80 with the main program name and look in the Dictionary structures node.

And sometimes a combination of all these methods.

A Debug in the pai section of the previous screen or the pbo section of the current screen would also tell you where the screen fields are being populated.

Above all these, experience would take the front seat in most occasions...

Till then you have to go through the labor of tracing out....

Regards,

Madhavi

Edited by: madhavi ramisetti on Nov 7, 2008 7:49 AM