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

Material Master Creation Using BAPI

Former Member
0 Likes
353

Hi,

I m using BAPI_MATERIAL_SAVEDATA for Material creation using BAPI.

Now the problem is , i have created a Screen exit long back in Purchasing view.. the corresponding Z field is created in table MARC..

How can i pass value to this Z field using BAPI.

i tried with BAPI_MARC.. my Z field is not coming in that structure.

Can anyone guide me how can this be achieved.

Thanks in Advance

Aravindh Mani

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
316

Hi,

The Function Module BAPI_MATERIAL_SAVEDATA has the options to pass the Z fields. There exits a structure parameters

EXTENSIONIN

EXTENSIONINX

in BPAI. In EXTENSIONIN pass the data and value part you can pass in EXTENSIONINX. So this will update the Z fileds in material

master .

1 REPLY 1
Read only

Former Member
0 Likes
317

Hi,

The Function Module BAPI_MATERIAL_SAVEDATA has the options to pass the Z fields. There exits a structure parameters

EXTENSIONIN

EXTENSIONINX

in BPAI. In EXTENSIONIN pass the data and value part you can pass in EXTENSIONINX. So this will update the Z fileds in material

master .