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

regarding bdc(views problem in mm01 while uploading the data)

Former Member
0 Likes
608

hi experts,

i have coded a bdc in which i m using mm01 and extending the material to the different plant ,but here in some cases depending upon the material the views get changed for solving this i have to deselect and again select the views which i want and also i have to provide the valuation type for this material, so plz suggest me how to rectifie the views problem.......

hi experts,

i have coded a bdc in which i m using mm01 and extending the material to the different plant ,but here in some cases depending upon the material the views get changed for solving this i have to deselect and again select the views which i want and also i have to provide the valuation type for this material, so plz suggest me how to rectifie the views problem.......

3 REPLIES 3
Read only

Former Member
0 Likes
577

hi...

for that u select any one view from that..

then press enter...then u will get a screen for selecting plant..

make ur selecctions...

then u will get the screen with the view u selected..which u don't want...

now...at right side end...for scrolling...u will get two symbols like..< >...beside that..a small button will be there..click on that..and there all the VIEWS in same order..they donot get change..

it will solve ur problem

if got any problem come bacck to me..

reward if helps...

RAm

Message was edited by:

Rammohan Nagam

Read only

Former Member
0 Likes
577

Kindly go with the Direct Input method ( Std. SAP Prg to Upload Material ).

Prg. Name : RMDATIND OR

Make Use of BAPI to upload material master using "BAPI_MATERIAL_SAVEDATA".

Hope this will help.

Tx

Parthi

Reward if helpful.

Read only

Former Member
0 Likes
577

Ravi,

Do one thing.Develop some temporary BDC programs for different material with required views.

Finally develop a final program.In that internal table loop ,put case statement on material

when 'mat1' .

take the relevant code from above temporary progarms and copy here.

when '2'.

endcase.

At last delete all temporary programs.

Hope your problem will get solved

Don't forget to reward if useful.