‎2005 Dec 21 9:22 AM
Dear All,
I am trying to change material long text using BAPI function module BAPI_MATERIAL_SAVEDATA. but i am not getting what parameters to be passed to the function. can anyone let me know through an example how to do it.
if yu have code it would be really helpful.
Thanks in advance
Amit
‎2005 Dec 21 9:29 AM
you need to pass the import parameter HEADDATA
and table parameter
MATERIALLONGTEXT
try that...
vijay
‎2005 Dec 21 9:36 AM
But Vijay what all parameters in materiallongtext since this is a structure of type BAPI_MLTX ?
‎2005 Dec 21 9:42 AM
you need to pass
Texts: application object
Name
Text ID
Language key
Language according to ISO 639
Tag column
Text line
Delete Data Record
‎2005 Dec 21 9:45 AM
Thats is what I want to know? what are is application object in this case and what is object ID.
Thanks
‎2005 Dec 21 9:54 AM
what ever text you are passing will have some text id, if not create it using so10 transaction.
from there you will get the details...
textname,
text id,
language key
check it..
vijay
‎2005 Dec 21 9:57 AM
For better understanding you can see the documentation of the Function module..
vijay
‎2005 Dec 21 9:51 AM
Hi,
Check The Documentation which is available for the Bapi and hope u will definitley get an idea on what fields to be passed...
Regards
Sridhar Reddy k