Material master BDC

Question:
Hi gurus,
I am having a problem in extending the material master views via BDC.
When I enter the data in the 1st screen and then press "Select views", I get the select view screen. Here the view I want to extend is appearing only if I page down in the scroll bar area or pull the vertical scroll bar down. But I am unable to use the source code generated by the recording(SHDB) for this. Could someone help me on how to do this?
Thanx in advance.
ABAP_BEGINNER
Answer:
Search this forum and you will get many threads related to your question.
Regards,
Sudhir/Mohit
Answer:
My advice for creating / extending Material Masters is to use the standard SAP program RMDATIND. Use of this program is facilitated by the LSMW tool. Using BDC's for material master can in some cases be problematic where as using the LSMW is very straightforward
bg
Answer:
Hi guys....I checked the forum already and got few answers. Since, the client wants to run the upload tru BDC only and since we are running on 4.0b, I would like to get suggestions regarding this.
Thanks in advance.
ABAP_beginner
Answer:
Hi,
Again you need to search this forum, there is a post that tells you how to get the position of the views, based on material type.
And moreover you should explain to your client that there are other methods better than BDC.
Regards,
Sudhir/Mohit
Answer:
Hello TwoABAPpers....
Could you please give me the link if you know it. Meanwhile I'll make a search again.
Thanks.
Answer:
Hi,
Heres a way, always select Basic data1 view and go inside.
Then control the view you need to go to using following OK CODES
SP01 |Basic Data 1
SP02 |Basic Data 2
SP03 |Classification
SP04 |Sales: Sales Org. Data 1
SP05 |Sales: Sales Org. Data 2
SP06 |Sales: General/Plant Data
SP07 |Foreign Trade: Export Data
SP08 |Sales Text
SP09 |Purchasing
SP10 |Foreign Trade: Import Data
SP11 |Purchase Order Text
SP12 |MRP 1
SP13 |MRP 2
SP14 |MRP 3
SP15 |MRP 4
SP16 |Forecasting
SP17 |Work Scheduling
SP18 |Production Resources/Tools
SP19 |General Plant Data / Storage 1
SP20 |General Plant Data / Storage 2
SP21 |Warehouse Management 1
SP22 |Warehouse Management 2
SP23 |Quality Management
SP24 |Accounting 1
SP25 |Accounting 2
SP26 |Costing 1
SP27 |Costing 2
Regards,
Sudhir/Mohit
Answer:
Hi TwoABAPpers........
Thanks for the reply. But, in my case I am trying to extend the views. I have already created the basic data1, basic data2, and Sales related views. I need to create the Accounting views for the material now. This is where I am facing the problem since these views are not appearing initially in the "view selection" screen. If I do a "page down" in the vertical scroll, I get the views. But, this "page down" doen not work.
Help me plz. I am still searching the forum using key words - "BDC" and "Material". I am yet to get a posting which can give me answer.
Thanks.
Answer:
Hi,
Still you can use the above mentioned method.
Select Basic Data view and go inside.
And in the next screen give BDC_OKCODE = SP24 and it will take you to accounting 1 view.
Thanks and Regards,
Sudhir/Mohit
Answer:
Hi TwoABAPpers.........
For creating further views, I need to go thru the transaction "MM01" which does not allow me to go to the basic data screens at all as they have already been created. If I try to go thru "MM02", I am not allowed to go to accounting view as it has not been created yet. Please clarify.
Thanks.
Answer:
See this

KRK

More Articles:

GUI_DOWNLOAD - CSV file?
How to save user specific layouts in ALV?
ABAP Program Last Used Date?
How to delete a line item in a sales order via a user exit?
SAP/ABAP query - joining two text values - how do you?
EXPORT/IMPORT Command?