SAP Reports / Programs | Financial Accounting | General Ledger Accounting(FI-GL) SAP FI

NEWGL_MONITOR_U01 SAP ABAP INCLUDE - NEWGLMONITORU01







NEWGL_MONITOR_U01 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 NEWGL_MONITOR_U01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT NEWGL_MONITOR_U01. "Basic submit
SUBMIT NEWGL_MONITOR_U01 AND RETURN. "Return to original report after report execution complete
SUBMIT NEWGL_MONITOR_U01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT NEWGL_MONITOR_U01

FORM INCLUDE_RENAME USING P_L_INCLUDE.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'TTYPV' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'FAGL_S_APPLICATION' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING CT_FIELDCAT = LT_FIELDCAT[].

S_CUS_IMG_ENTRY_VIA_ACTIVITY





call function 'S_CUS_IMG_ENTRY_VIA_ACTIVITY' EXPORTING SHOW_ALL_ENTRIES_AT_ONCE = 'X' TABLES img_activities = lt_img_activities EXCEPTIONS others = 1.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING DOMNAME = h_domname VALUE = h_value LANGU = SY-LANGU IMPORTING DD07V_WA = wa_dd07v.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING LANGU = sy-langu WITHTEXT = 'X' ROLL_NAME = p_dtel TABLES DD04T_TAB_A = it_dd04t.

CALL FUNCTION write 'CALL FUNCTION ''GUID_CREATE''' to code-l.

ENQUEUE_ESRDIRE CALL FUNCTION 'ENQUEUE_ESRDIRE' EXPORTING NAME = REPORTNAME EXCEPTIONS FOREIGN_LOCK = 4 SYSTEM_FAILURE = 8.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = p_jobname IMPORTING jobcount = p_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = p_jobcount jobname = p_jobname strtimmed = 'X' * targetserver = p_u_targetserver EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = p_ls_analysis-tabname FIELDNAME = LANGU = SY-LANGU TABLES DFIES_TAB = lt_dfies EXCEPTIONS NOT_FOUND = 0 INTERNAL_ERROR = 0 OTHERS = 0.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name NEWGL_MONITOR_U01 or its description.