‎2007 Aug 27 10:18 AM
I'm trying to create generalized code which can be utilized across all projects. In line with this, we can develop a generalized BDC program which can be used for executing any transaction. Sometimes, there may be requirements from the clients to update mass data with few fields for any transaction. The user has to give the Transaction code and the file name in the selection screen. Additional inputs like session name, file execution mode can be given in the selection screen.
‎2007 Aug 27 10:29 AM
Hi!
A though problem, I don't think you can solve it.
Every transaction is using different tables to read, different fields to fill, different screen sequences...
In most common we have to create a BDC for 1 transaction. At a company there are not too much things to upload.
And of course from file uploads you can use CATT (transaction SCAT) also. With CATT an upload routine is ready in 10 minutes.
Regards
Tamá
‎2007 Aug 27 11:56 AM
Hiii Debanjan..
Your Requirement can be Solved . but there is no need to Create any program for this. Bcoz SAP has already provide this functionality in Transaction Recorder (SHDB)
So Whenever u create a recording in SHDB .
Save the Recording .
There you can find a Button to Create/ Generate Program .
This will automatically generate a BDC program with all the elements that u need.
Only thing you have to make some changes in this program.
Otherwise it is not possible to Create a program as u mentioned since each Transaction will have its own Screens and fields...
Reward if Helpful.