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

BDC for SPRO Activity

Former Member
0 Likes
909

Hi Experts,

Basically I am Functional Consultant but I have client requirement where I need to Call BDC thru Z-Transaction.

Here my requirement is to Define Shipping Data for Stock Transfers Between Storage Locations by uploading Excel File

SPRO Path is..

Materials Management > Purchasing > Purchase Order > Set up Stock Transport Order > Set Up Stock Transfer Between Storage Locations > Define Shipping Data for Stock Transfers Between Storage Locations..

Now here I need to insert the data..

But here I dont have specific T-Code for this activity..

I tried to Record BDC but when I run it, it dose not work for node selection for the SPRO path and it stops at IMG screen..

Any suggestions for that???

If nothing works, I have last option for this is to insert data in Database Table directly (Table - T001L)

Thanks & Regards,

HP

Hi Experts,

Basically I am Functional Consultant but I have client requirement where I need to Call BDC thru Z-Transaction.

Here my requirement is to Define Shipping Data for Stock Transfers Between Storage Locations by uploading Excel File

SPRO Path is..

Materials Management > Purchasing > Purchase Order > Set up Stock Transport Order > Set Up Stock Transfer Between Storage Locations > Define Shipping Data for Stock Transfers Between Storage Locations..

Now here I need to insert the data..

But here I dont have specific T-Code for this activity..

I tried to Record BDC but when I run it, it dose not work for node selection for the SPRO path and it stops at IMG screen..

Any suggestions for that???

If nothing works, I have last option for this is to insert data in Database Table directly (Table - T001L)

Thanks & Regards,

HP

3 REPLIES 3
Read only

mvoros
Active Contributor
0 Likes
702

Hi,

your SPRO activity is just maintaining of content of table V_T001W_L and table V_T001L_L. So you can go to transaction SM30, enter table name V_T001W_L or V_T001L_L and insert data. You can easily write BDC for transaction SM30. Unfortunately I can not see possibility how to enter new line but maybe it should not be possible.

Cheers

Read only

Former Member
0 Likes
702

Hi,

I already tried that also to Record the BDC for SM30 and successful also for V_T001L_L. But I thought to make it with BDC. Well I will go for SM30 only and there is no insertion of new records its only about edit/modify kind of activity so it will work for sure.

Thanks,

HP

Read only

0 Likes
702

Hi Martin,

I like to change table status of V_T001L_L from display to changeable then I want to update this table using SM30 in Production system (not in development. Does this solution create any risk for SAP Production?

Thanks in advance