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

longtexts for BoM items

Former Member
0 Likes
1,028

Hi

Can anyone tell me if there any FM or BAPI for creating longtexts for BoM items. I am using 'CSAI_BOM_CREATE' FM for creating BoM.

Regards

Neelima

1 ACCEPTED SOLUTION
Read only

anup_deshmukh4
Active Contributor
0 Likes
958

You can use this function module to create simple material BOMs

CSAP_MAT_BOM_CREATE it has table T_LTX_LINE to carry the long text ....

Hope it helps

Edited by: Anup Deshmukh on Jul 7, 2010 11:33 AM

You can use this function module to create simple material BOMs

CSAP_MAT_BOM_CREATE it has table T_LTX_LINE to carry the long text ....

Hope it helps

Edited by: Anup Deshmukh on Jul 7, 2010 11:33 AM

5 REPLIES 5
Read only

Former Member
0 Likes
958

Hi Neelima,

Try using FM: SAVE_TEXT.

Regards,

Srinivasa M

Read only

anup_deshmukh4
Active Contributor
0 Likes
959

You can use this function module to create simple material BOMs

CSAP_MAT_BOM_CREATE it has table T_LTX_LINE to carry the long text ....

Hope it helps

Edited by: Anup Deshmukh on Jul 7, 2010 11:33 AM

Read only

0 Likes
958

I need to create both material BoM and Document BoD.

For T_LTX_LINE , what need to be given as object id ?

Read only

0 Likes
958

CSAP_DOC_BOM_CREATE is to create the the document bom

check with your Functional people for with TEXT ID he want's to upload text and pass it accordingly....or if you can see it in tcode just go to header and check it yourself... check with the BAPI Documentation how to pass it...

Edited by: Anup Deshmukh on Jul 7, 2010 11:56 AM

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
958

check