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: 

longtexts for BoM items

Former Member
0 Kudos

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

anup_deshmukh4
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi Neelima,

Try using FM: SAVE_TEXT.

Regards,

Srinivasa M

anup_deshmukh4
Active Contributor
0 Kudos

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

0 Kudos

I need to create both material BoM and Document BoD.

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

0 Kudos

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

kesavadas_thekkillath
Active Contributor
0 Kudos

check