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

Updating Loading Group on plant record using BAPI

Former Member
0 Likes
627

I am using BAPI to extend to a plant

BAPI_MATERIAL_SAVEDATA

I am passing

plantdata-loadinggrp = wa_plantdata-loadinggrp.

plantdatax-loadinggrp = 'X'.

plantdata-plant = p_p_plant.

plantdatax-plant = p_p_plant.

At the time of the BAPI call the data is in the table

All other plant data gets created except for this loading group field (Sales/general plant) and only when I am usign a specific plant. It works fine for other plants

Anybody know any config or setting related to this ?

I am using BAPI to extend to a plant

BAPI_MATERIAL_SAVEDATA

I am passing

plantdata-loadinggrp = wa_plantdata-loadinggrp.

plantdatax-loadinggrp = 'X'.

plantdata-plant = p_p_plant.

plantdatax-plant = p_p_plant.

At the time of the BAPI call the data is in the table

All other plant data gets created except for this loading group field (Sales/general plant) and only when I am usign a specific plant. It works fine for other plants

Anybody know any config or setting related to this ?

2 REPLIES 2
Read only

Former Member
0 Likes
556

solved it

Read only

Former Member
0 Likes
556

May I know the solution for it