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

BAPI_MATERIAL_BOM_GROUP_CREATE

dmi
Participant
0 Likes
769

Hello

My program create material bom with the FM BAPI_MATERIAL_BOM_GROUP_CREATE,

and it works fine.

Now I have to create text for the positions.

I fill the parameter-table TEXTS (Structure BAPI1080_TXT_C) in the FM BAPI_MATERIAL_BOM_GROUP_CREATE,

but it doesnt work.

My question:

How I have to fill the parameter-table TEXTS in the right way?

How I have to tell the FM with position has a text?

Thanks a lot

Daniel

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
538

Hi

OBJECT_TYPE = 'ITM'

OBJECT_ID = OBJECT_ID of item

FORMAT_COL = '*'

TEXT_LINE = <text>

Max

2 REPLIES 2
Read only

Former Member
0 Likes
539

Hi

OBJECT_TYPE = 'ITM'

OBJECT_ID = OBJECT_ID of item

FORMAT_COL = '*'

TEXT_LINE = <text>

Max

Read only

0 Likes
538

Thanks a lot Max

I did wrong with: OBJECT_ID = OBJECT_ID of item

Now it works fine

Greetings from Switzerland

Have a nice weekend

Daniel