LFWPOT05 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 LFWPOT05 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FWPO_TRANSACTIONS_POST CALL FUNCTION 'FWPO_TRANSACTIONS_POST' EXPORTING I_BUDAT = %_II_BUDAT I_BLDAT = %_II_BLDAT I_SEVALPOST_RANL_LIST = %_II_SEVALPOST_RANL_LIST I_EXTERNAL_PRIMANOTA = %_II_EXTERNAL_PRIMANOTA I_EXTERNAL_BUDAT_FOR_PAB = %_II_EXTERNAL_BUDAT_FOR_PAB I_STORNO_TYPE = %_II_STORNO_TYPE I_ACCOUNT_FILL_ABGRENZUNG = %_II_ACCOUNT_FILL_ABGRENZUNG I_ACCOUNT_FILL_PROTTEXT = %_II_ACCOUNT_FILL_PROTTEXT I_ACCOUNT_FILL_SIMULATION = %_II_ACCOUNT_FILL_SIMULATION I_ACCOUNT_FILL_SOLLSTELL = %_II_ACCOUNT_FILL_SOLLSTELL I_ACCOUNT_FILL_STORNO = %_II_ACCOUNT_FILL_STORNO I_ACCOUNT_FILL_STORNOGRD = %_II_ACCOUNT_FILL_STORNOGRD I_ACCOUNT_FILL_STORNOREF = %_II_ACCOUNT_FILL_STORNOREF I_ACCOUNT_FILL_UMBU_KZ = %_II_ACCOUNT_FILL_UMBU_KZ IMPORTING E_NEW_BEKI = %_OE_NEW_BEKI E_NEW_BEPI = %_OE_NEW_BEPI EXCEPTIONS FUNCTION_GROUP_NOT_INITIALIZED = 001 ERROR_UPDATING_I_TRANSACTIONS = 002 ERROR_UPDATING_P_TRANSACTIONS = 003 ERROR_BEKI_NOT_FOUND = 004 ERROR_NO_STORNO_SIGN = 005 ERROR_AUTHORITY_CHECK = 006.
FWPO_TRANSACTIONS_POST CALL FUNCTION 'FWPO_TRANSACTIONS_POST' DESTINATION DESTI EXPORTING I_BUDAT = %_II_BUDAT I_BLDAT = %_II_BLDAT I_SEVALPOST_RANL_LIST = %_II_SEVALPOST_RANL_LIST I_EXTERNAL_PRIMANOTA = %_II_EXTERNAL_PRIMANOTA I_EXTERNAL_BUDAT_FOR_PAB = %_II_EXTERNAL_BUDAT_FOR_PAB I_STORNO_TYPE = %_II_STORNO_TYPE I_ACCOUNT_FILL_ABGRENZUNG = %_II_ACCOUNT_FILL_ABGRENZUNG I_ACCOUNT_FILL_PROTTEXT = %_II_ACCOUNT_FILL_PROTTEXT I_ACCOUNT_FILL_SIMULATION = %_II_ACCOUNT_FILL_SIMULATION I_ACCOUNT_FILL_SOLLSTELL = %_II_ACCOUNT_FILL_SOLLSTELL I_ACCOUNT_FILL_STORNO = %_II_ACCOUNT_FILL_STORNO I_ACCOUNT_FILL_STORNOGRD = %_II_ACCOUNT_FILL_STORNOGRD I_ACCOUNT_FILL_STORNOREF = %_II_ACCOUNT_FILL_STORNOREF I_ACCOUNT_FILL_UMBU_KZ = %_II_ACCOUNT_FILL_UMBU_KZ IMPORTING E_NEW_BEKI = %_OE_NEW_BEKI E_NEW_BEPI = %_OE_NEW_BEPI EXCEPTIONS FUNCTION_GROUP_NOT_INITIALIZED = 001 ERROR_UPDATING_I_TRANSACTIONS = 002 ERROR_UPDATING_P_TRANSACTIONS = 003 ERROR_BEKI_NOT_FOUND = 004 ERROR_NO_STORNO_SIGN = 005 ERROR_AUTHORITY_CHECK = 006.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
LFWPOT05 - documentation and ABAP source code LFWOST01 - documentation and ABAP source code LFVZWT02 - Function Builder: Generated Test Report LFVZTT01 - Function Builder: Generated Test Report Program LFVZRT01 - Function Builder: Generated Test Report Program LFVZMT01 - documentation and ABAP source code