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

ABAP Query (Transaction KOB1 and KSB1)

Former Member
0 Likes
1,354

Hallo Friends,

I want to generate a query which will consist of some selected columns of the output list of the transactions KOB1 and KSB1 together. Using F1 and F9 to check the Table Fieldname where the contents of the list where selected, has not been so helpful because the contents where from SAP Structures.

Can someone tell me the Tranparent tables (not structure) from where I can generate the query, which will include the contects of the list outputs of the above transactions ??

Please see the select-options of the above transactions too.

Blacky.

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
1,039

Hello Blacky,

Both transaction codes are attached to rpeort RKAEP000.

Report RKAEP000 utlimatly uses FM K_LINE_ITEMS_SELECT_AND_LIST to select the data and display.

So, put a break-point at the this FM in the report RKAEP000 to check what are the inputs being given to the FM in both T-codes.

Regards,

Naimesh Patel

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
1,040

Hello Blacky,

Both transaction codes are attached to rpeort RKAEP000.

Report RKAEP000 utlimatly uses FM K_LINE_ITEMS_SELECT_AND_LIST to select the data and display.

So, put a break-point at the this FM in the report RKAEP000 to check what are the inputs being given to the FM in both T-codes.

Regards,

Naimesh Patel