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

General BDC program

Former Member
0 Likes
390

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.

2 REPLIES 2
Read only

Former Member
0 Likes
350

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á

Read only

varma_narayana
Active Contributor
0 Likes
350

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.