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: 

What is the database table name for BOM

Former Member
0 Kudos

Hello Experts

What is the Database table name / structure name where the BOM Line items Long Text is stored in SAP

The Fields are TXLINE(03), TXLINE(04)

Thanks in advance

S

2 REPLIES 2

Former Member
0 Kudos

the database table name for BOM is STPO.

Former Member
0 Kudos

STPO-POTX1 and STPO-POTX2

If more than 3 lines are stored in the long text, you have to use a function module such as 'READ_TEXT' to extract the long text in to an internal table.

You can find the long text "key" from the long text editor menu Goto | Header

Listed are the Text Name, Language, Text ID, Text object fields used as the parameters for function module 'READ_TEXT'