cancel
Showing results for 
Search instead for 
Did you mean: 

Long Text in BOM

Former Member
0 Kudos

Hi,

I have a BOM with some text items. I have some long text maitained for these text items through tab whenI go to that text item and "Status/long txt" tab.

I need to know the table and field where tihs long text is stored as STPO stores the item text 2 line and not the long text.

Rg,

Vipul

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi you wont get long text directly in tables,

you need to develope programe to getthem through function modules.

-ashok

Former Member
0 Kudos

Hi

You can find the BOM Text in STXH table

you have to search with TDOBJECT = 'BOM'

Regards

Bala

Former Member
0 Kudos

Hi,

I didnt help, when I went to STXH table, and put in BOM as text object, I didnt get anything, though I have long text mentioned of some text items in BOMs. Can anyone please elaborate a bit further.

Rg,

Vipul

Former Member
0 Kudos

Hi Vipul,

You can get the long texts using the following function module:

'CSAP_MAT_BOM_READ'

(All the tables parameters recieve values..)

All the long texts will be available in TABLES parameter 't_ltx_line'

Please let me know if you have further doubts...

Regards,

Arun B

former_member184655
Active Contributor
0 Kudos

Dear Vipul,

Check in tthe table STPO for the fields POTX1 & POTX2.

Regards

Mangalraj.S

Former Member
0 Kudos

Hi ,

As I have mentioned in my query the fields POTX1 and POTX2 are for item text 1 and item text 2 and not for long text.

Long text is the tab where additional detials is stored inthe BOM. I need the field nad the correspondiung table for that.

Rg,

Vipul

former_member184655
Active Contributor
0 Kudos

Dear Vipul,

Kindly check whether this link can help you.

[Long Text Indicator|]

Regards

Mangalraj.S