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

Former Member
0 Likes
299

HI FRIENDS

while writing bdc program to upload all the cost center master data into sap using call transation method i got run time error that

transation ks01 does not exist.how to solve the problem.

please help.

Moderator message - Please use a more informative title for your thread

Edited by: Rob Burbank on Nov 5, 2009 12:51 PM

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
271
CALL TRANSACTION 'KS01'  USING BDCDATA  MODE 'N'
                         MESSAGES INTO MESSTAB.
1 REPLY 1
Read only

former_member156446
Active Contributor
0 Likes
272
CALL TRANSACTION 'KS01'  USING BDCDATA  MODE 'N'
                         MESSAGES INTO MESSTAB.