cancel
Showing results for 
Search instead for 
Did you mean: 

Get Plant data From ECC Via. Midedleware

Former Member
0 Kudos

HI,Experts :

I work in SRM7.0.ECS!

I get material data fron ECC Via. CRM Middleware .BUT the Plant data not in it .How can I get the plant data (just plant number) Via. CRM Middleware ? I need your suggestions warmly?

BR

Alex!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183819
Active Contributor
0 Kudos

Hi Alex

check these two reports in srm 7.0

BBP_GET_LOCATIONS_ALL

BBP_LOCATIONS_GET_SELECTED

after replicating plant

generally in srm 5.0 we run any one of the report and bring the plant into srm and map the plant in extended attribute tab in locations

here we type BP number ( of plant - once you transfer a plant from ecc to srm , it creates a BP for each plant) and we map as said earlier.

check it up .

try one plant BBP_LOCATIONS_GET_SELECTED by this report . make ensure no ranges available for Business partner in bucf tcode

br

muthu

Former Member
0 Kudos

Hi,Muthu :

Firstly,thanks for your quick reply .

I am sorry for that I did not speak clearly about my questions.

Now ,we can get material data Via Middlewear from ECC .But the plant number is not included in the data .We know that material data can maintained in Plant level in ECC .Yeah,I want to konw may get the plant number about the material number Via Middleware? If so ,I can konw which material can be used in which plant.(location).

BR!

Alex.

former_member183819
Active Contributor
0 Kudos

Hi

in compr01 , we can not see plant as we could see in MM03

we pull only purchasing view data into srm.

check META_check_plant fm

meta_material_getlist fm

in se37

br

muthu

Former Member
0 Kudos

Hi,Muthu:

In my case:There are two plants in ECC-Plant1001 and Plant 2001.I Ceate material M-001 in Plant 1001.

In SRM ,There two company code :1000 and 2000.The relations :1000-1001---employee1;2000-2001-employee2.

when the employee2 create SC ,he perhas select the material "M-001".But there will be one error happen .So the systen must display the plant data when the employee select .

So ,I want to get palnt field in material .have any suggestions?

BR

Alex!

former_member183819
Active Contributor
0 Kudos

i believe your plant details comes in basic data of the shopping cart.

since you maintained in extended attribute via locations

however bbp_locmap have plant vs company code data.

br

muthu

Former Member
0 Kudos

HI,Muthu:

Do you have any suggestions if the employee (with location attribute 1000) can only select the material which is maintained with palnt 1000 in ECC?

Thanks

BR!

ALex!

former_member183819
Active Contributor
0 Kudos

Hi Alex

if you have multiple company code in org structure,

the basic data you can make changes of company code so that plant will populate w.r.t company code right.

br

muthu

Former Member
0 Kudos

HI Yang,

Since there is no link between plant and material in SRM,, you cannot restrict the selection of material on the basis of plant attribute of user....

But if you are creating Shopping cart for Direct materials , i think there a check will happen with the backend ,, please check...

Thanks

Former Member
0 Kudos

Hi,R S GVSN

You are right .There is a check happen in the SC ,But I want to select the right material before checking.

Just so.

ALEX!

Former Member
0 Kudos

Hi,

When you order a material as direct material while creating SC,, goods recipient will be relaced with plant in the SC.

Just debug from where this plant is coming in to the SC,,, is this from attributes of the user creating from shopping cart or coming from ECC.

once this is known,, we can develop logic and use DOC_CHECK-BADI

Thanks

Former Member
0 Kudos

Hi,R S GVSN

I have debuged the program .The check of palnt comes from ECC.

BR!

Alex!