‎2009 Nov 05 5:34 PM
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
‎2009 Nov 05 6:08 PM
CALL TRANSACTION 'KS01' USING BDCDATA MODE 'N'
MESSAGES INTO MESSTAB.
‎2009 Nov 05 6:08 PM
CALL TRANSACTION 'KS01' USING BDCDATA MODE 'N'
MESSAGES INTO MESSTAB.