‎2008 Sep 04 12:47 PM
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?
‎2008 Sep 04 2:49 PM
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