‎2010 Nov 06 7:31 AM
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
‎2010 Nov 06 9:02 AM
Hi
OBJECT_TYPE = 'ITM'
OBJECT_ID = OBJECT_ID of item
FORMAT_COL = '*'
TEXT_LINE = <text>
Max
‎2010 Nov 06 9:02 AM
Hi
OBJECT_TYPE = 'ITM'
OBJECT_ID = OBJECT_ID of item
FORMAT_COL = '*'
TEXT_LINE = <text>
Max
‎2010 Nov 06 12:27 PM
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