‎2007 Nov 01 1:21 PM
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.
‎2007 Nov 01 2:01 PM
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
‎2007 Nov 01 2:01 PM
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