cancel
Showing results for 
Search instead for 
Did you mean: 

Finding Field Name for Data in Transaction Title

Former Member
0 Kudos

Hi everyone.

I am a BW developer and I need to extract information which is available in SAP R/3's transaction title.

Here's some information:

Transaction code: <b>ME23N</b>

Transaction Title: Stock transport ord. 1100000000 Created by <b>John Doe</b>

Is there anyway to find the field name used in the above transaction title?

Appreciate your assistance in finding the answer.

Thanks!

View Entire Topic
ferry_lianto
Active Contributor
0 Kudos

Hi Fulham,

You can find the title information from table <b>EKKO</b> and <b>T161</b>.

Stock transport ord. -> <b>T161-BATX</b> based on EKKO-BSTYP and EKKO-BSART.

1100000000 -> <b>EKKO-EBELN</b>

John Doe -> <b>EKKO-ERNAM</b>

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.