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_SAVEDATA

Former Member
0 Likes
725

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

7 REPLIES 7
Read only

Former Member
0 Likes
685

you need to pass the import parameter HEADDATA

and table parameter

MATERIALLONGTEXT

try that...

vijay

Read only

Former Member
0 Likes
685

But Vijay what all parameters in materiallongtext since this is a structure of type BAPI_MLTX ?

Read only

0 Likes
685

you need to pass


Texts: application object
Name
Text ID
Language key
Language according to ISO 639
Tag column
Text line
Delete Data Record

Read only

Former Member
0 Likes
685

Thats is what I want to know? what are is application object in this case and what is object ID.

Thanks

Read only

0 Likes
685

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

Read only

0 Likes
685

For better understanding you can see the documentation of the Function module..

vijay

Read only

sridharreddy_kondam
Active Contributor
0 Likes
685

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