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

Read application data by batch?

Former Member
0 Likes
368

Hello,

i have the following problem:

I want to write an application which adds additional functions to transaction "KSBT".

I cannot use the original Program for changes, so i have to write a new application.

In KSBT there is a huge selection of CO data, which are finally displayed in a tableview.

I need this data! The data is stored in an internal table an sent to the view.

Can i use, for example, batch input to call the transaktion an read the data of the table and use it in my own programm?

1 REPLY 1
Read only

Former Member
0 Likes
299

Instead of Using Batch Input and Calling the Transaction, look for any Function Modules / BAPIs using which the Data is being read. For example, during debugging , I've found this Function Module BAPI_CONTROLLINGAREA_GETDETAIL which fetches all the Controlling Area Information for the Given Selection Screen Inputs.

More Function Modules found are

K_COSTA_READ_MULTI_WITH_VERSN

K_COSTA_READ_MULTI

K_COSTCENTER_ACTIVITY_READ

K_COSTCENTER_SELECT_SINGLE

K_CSSL_READ

Similarly, you can find other Function Modules / BAPIs while Debugging the KSBT Transaction.

Thanks and Regards,

Venkat Phani Prasad Konduri