‎2010 Apr 19 1:16 PM
Hi, i have developed a bdc which fetches data from sap with t-code (pc00_m99_cwtr) and stores in the excel file after that another we collect data from this excel file and upload into sap with another transaction code, I want that when i start this bdc data comes from sap with t-code (pc00_m99_cwtr) and stores directly in the internal table not in the excel file.
‎2010 Apr 20 9:44 AM
I do't think we have exits in pc00_m99_cwtr, where you can write custom code to update tables directly.
--
Reddy
‎2010 Apr 20 11:23 AM
Hi, i want that when i run the BDC with t-code pc00_m99_cwtr data doesn't store in excel it directly come to the internal table which i have declared in the program.