RKLOBJFLDTRANS_462 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RKLOBJFLDTRANS_462 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Conversion of FO Fields in CL for Active Indicator and Trans. Dates
INCLUDE RKLOBJFLDTRANS_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'V_JBKLOBJ1' changing ct_fieldcat = it_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting * i_structure_name = 'V_JBKLOBJ1' it_fieldcat = it_fieldcat tables t_outtab = it_vjbklobj1 exceptions program_error = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKLOBJFLDTRANS_462 - Conversion of FO Fields in CL for Active Indicator and Trans. Dates RKLOBJFLDTRANS_462 - Conversion of FO Fields in CL for Active Indicator and Trans. Dates RKLNTNG01 - Counterparty Risk of Netting Group RKLNTNG01 - Counterparty Risk of Netting Group RKLNT01 - Day-End Processing for Single Netting Groups: Netting Group Selection RKLNACHTDELETE - documentation and ABAP source code