‎2007 May 07 7:37 AM
Hi,
I want to create a bdc program for material master....
Suppose for some material type 3 views are needed and for some 4 and for some all the views......How can i select the views and how can i develope this with the recording process????
‎2007 May 07 7:40 AM
go to SHDB..give recording name and then Transaction name MM01...and record it.
read the doc below for creating bdc
regads
alka
‎2007 May 07 7:42 AM
Thanks Alka...
But my doubt is on the view selections not in Creation of BDC.....If u can help please tell me...
‎2007 May 07 11:15 AM
Hi Reema,
See, as you know, BDC is an one time run interface or data transfer.
When you are selecting the views, You should be specify to select the exact views.
Example.
If you want select the two basic views , you should code as
BDC_SUBSCR SAPLMGV_MATERIAL_SPEC <b>0200SUB1</b>
BDC_SUBSCR SAPLMGV_MATERIAL_SPEC <b>0001SUB1</b>
If you clearly observe , when you do recording, the same display will be there, If you selcet one or few . So, it's purely depends on the postion selection.
Thanks
Manju.
‎2007 May 07 7:59 AM
‎2007 May 07 8:53 AM
U can use the Direct method in LSMW
Object 0020
Method 0000
Program Name RMDATIND
Program Type D Direct Input
It will handle views also.........
Hope this helps