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: 

Text Descriptions

Former Member
0 Kudos

Hi,

I am developing a report and need to display Operation Number which is displayed next to Network Number in Transaction MB03. As well display Work breakdown structure element (WBS element) Description.

which tables store these values.

I am selecting Network number and WBS element from MSEG table based on Material Document Number.

1 ACCEPTED SOLUTION

Lakshmant1
Active Contributor
0 Kudos

Hi Pratibha,

Check PRTX and PRTXS tables for WBS element texts.

And you can get the operation number using AUFNR field in MSEG table from AFKO and AFVC tables.

Thanks

Lakshman

Message was edited by: Lakshman Tandra

10 REPLIES 10

Former Member
0 Kudos

if i understood right then:

if you know the field is in a tcode, just take control to that field with tab or shift-tab. then press F1. then press technical spec. and you can see which table that field belong to.

hope this help.

regards.

0 Kudos

Hi Surpreet,

The text descriptions are displayed in comments format and not in text boxes so with F1-Technical Spec. no Table details displayed.

Most of the cases with F1-Technical Spec. structure names are displayed instead of table names.

0 Kudos

PRPS-POST1

table PRPS

field POST1

will hold the WBS element description

Regards

Raja

0 Kudos

Hi Pratibha,

Text descriptions are stored as textids ,that would be a concatenation of some parameters. This texts are accessed by means of using FM read_text , edit_text etc.

Regards,

Abhishek

0 Kudos

Thanks Raj,

Any idea bout Operation Number?

0 Kudos

I never worked in something like this, just tried .

Lakshmant1
Active Contributor
0 Kudos

Hi Pratibha,

Check PRTX and PRTXS tables for WBS element texts.

And you can get the operation number using AUFNR field in MSEG table from AFKO and AFVC tables.

Thanks

Lakshman

Message was edited by: Lakshman Tandra

0 Kudos

Hi Lakshman,

Thanks for your response.

AUFNR is order number.

For Operation Number field name is VORNR.

Any idea which table holds this?

0 Kudos

Hi Pratibha,

Please check in the table AFRU(Order Confirmations) table for the operation number VORNR.

Thanks

Abhishek

0 Kudos

check out this view

VIAUF_AFVC

and operation text is in LTXA1 field.

Regards

Raja