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

Transfer

Former Member
0 Likes
500

How to transfer legacy data into base tables by scheduling a time frame using bdc?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
458

Hi Mithun,

Use SESSION method and give the time to HOLDDATE export parameter to the BDC_OPEN_GROUP function module as it will lock the session until the HOLDDATE but this can't be done using CALL TRANSACTION.

Thanks,

Vinay

4 REPLIES 4
Read only

Former Member
0 Likes
458

go to SM37 and give required details and go head.

Reward points if helpful.

Thanks

rewards point.

Read only

Former Member
0 Likes
459

Hi Mithun,

Use SESSION method and give the time to HOLDDATE export parameter to the BDC_OPEN_GROUP function module as it will lock the session until the HOLDDATE but this can't be done using CALL TRANSACTION.

Thanks,

Vinay

Read only

varma_narayana
Active Contributor
0 Likes
458

hi..

To Schedule the BDC processing in Background periodically...

Tcode : SM36.

Program : RSBDCSUB must be scheduled to Run the Sessions Periodically.

for Call transaction Method u can Schedule the same Program itself.

<b>reward if Helpful</b>

Read only

Former Member
0 Likes
458

Hi Raj,

go to SM36 and give job name and go for flag tab in that u can select as of ur requirement

Reward points if helpful.

Thanks

Naveen khan