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

tcode 7ke1

Former Member
0 Likes
409

i am doing a bdc program which uploads data in to tcode 7ke1.

when we login the system first time and execute this tcode the a pop up window comes asking for controlling area but next time u execute the tcode the popup window doesnot omes .

so my BDC program get failed .

pls how to use my bdc program using tcode 7ke1 for different controlling area.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
344

Sort your data per Controlling Area, and at the beginning of a new control area put a call to transaction OKKS - "Set Controlling Area" in the BDC data.

The BDC file should look under SM35 like

OKKS
7KE1
7KE1
7KE1
7KE1
OKKS
7KE1
7KE1
7KE1

Regards

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
345

Sort your data per Controlling Area, and at the beginning of a new control area put a call to transaction OKKS - "Set Controlling Area" in the BDC data.

The BDC file should look under SM35 like

OKKS
7KE1
7KE1
7KE1
7KE1
OKKS
7KE1
7KE1
7KE1

Regards