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 Change BDC

Former Member
0 Likes
866

Hi,

I have to write a BDC for t-code MM02. I have to chnage "X-distr.chain status" field in SalesOrg 1 view.

The problem i m facing here is that the positon of SalesOrg 1 view keeps changing for material to material.

Have somebody craeted the bdc for MM02 then please help me in this. Its a bit urgent.

--

Regards,-

Sachin.

Hi,

I have to write a BDC for t-code MM02. I have to chnage "X-distr.chain status" field in SalesOrg 1 view.

The problem i m facing here is that the positon of SalesOrg 1 view keeps changing for material to material.

Have somebody craeted the bdc for MM02 then please help me in this. Its a bit urgent.

--

Regards,-

Sachin.

4 REPLIES 4
Read only

Former Member
0 Likes
828

Hi,

It is better to use RMDATIND in LSMW for this requirement.

Regards, Murugesh AS

Read only

Former Member
0 Likes
828

Better use the bapi:

BAPI_MATERIAL_SAVEDATA

Regards,

ravi

Read only

Former Member
0 Likes
828

Sachin,

Try these techniques instead of BDC.

1)

<b>BAPI_RETAILMATERIAL_CREATE

BAPI_STANDARDMATERIAL_CREATE

BAPI_MATERIAL_MAINTAINDATA_RT

BAPI_MATERIAL_SAVEDATA</b>

In LSMW BAPI technique using Business objects BUS1001006 , BUS1001001 can be done

2) BDC in LSMW

3) Direct input method in LSMW Using Material Master 0020

rgds,

TM

Read only

Former Member
0 Likes
828

Thats so nice of you guys...

The issue here is we have to use BDC as per the specifications given to me. I can not use BAPI or LSMW. I had created this long back where we have to use some function modules to get the correct position of the particular for a particular material.

If anybody knows please let me know.

Thanks,

SA