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

data transfer

Former Member
0 Likes
395

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.

2 REPLIES 2
Read only

Former Member
0 Likes
363

I do't think we have exits in pc00_m99_cwtr, where you can write custom code to update tables directly.

--

Reddy

Read only

0 Likes
363

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.