RL_FORWARD_NAST_F01 is a standard ABAP INCLUDE 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 RL_FORWARD_NAST_F01 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!
VHURLAD_ACST_READ CALL FUNCTION 'VHURLAD_ACST_READ' EXPORTING i_acstno = ls_display-acstno i_acc_mode = vhurl_acst_acc_read * I_REFRESH_BUFF = ' ' i_with_items = rm_noflag IMPORTING e_acsthdapp = ls_header * E_RC = * TABLES * E_ACSTITAPPX = EXCEPTIONS not_found = 2 lock_trouble = 3 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RL_FORWARD_NAST_F01 - RLFORWARDNASTF01 RL_FORWARD_NAST - Explicit issue of output from returnable pckg account statements RL_FORWARD_NAST - Explicit issue of output from returnable pckg account statements RL_DISPLAY_LOG_MATCH_ACST_TOP - RLDISPLAYLOGMATCHACSTTOP RL_DISPLAY_LOG_MATCH_ACST_SEL - RLDISPLAYLOGMATCHACSTSEL RL_DISPLAY_LOG_MATCH_ACST_F03 - RLDISPLAYLOGMATCHACSTF03