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: 

Long Text for BOM Items not updated

former_member419761
Discoverer
0 Kudos

Hello Friends,

I am trying to create a new BOM using the BAPI "BAPI_MATERIAL_BOM_GROUP_CREATE", I want to create long texts for the items. I filled up the table TEXTS and there's no error returned. When I go to CS03 , the item does not have the long text. Have any of you worked on this function module to create long texts. If so, it would be very helpful if you gave me some inputs.

Thanks,

Kishore.

4 REPLIES 4

Former Member
0 Kudos

Please check the below from documentation:

The text lines of the long texts assigned to objects, are transferred in this structure.

In order to assign the text to a BOM group object the field BOM_GROUP_IDENTIFICATION has to be included with the value contained in the BOMGROUP structure.

In addition, the following attributes have to be valuated in order to identify the object to which the long text is assigned.

OBJECT_TYPE- value ''BGR' or  'BOM' or  'ITM'
OBJECT_ID- unique maximum 32 characters object identification within the group.

Information about the meaning of the remaining structure fields can be found in the relevant data element documentation in the ABAP dictionary.

0 Kudos

Hi Maju,

Thanks for replying. Actually I found the issue, I was sending sy-datum in VALID_FROM date field in all the internal tables. I have to send ECN "VALID_FROM" date. That fixed the issue.

Thanks,

Kishore.

0 Kudos

Okaay...Please close the thread..

0 Kudos

HI,