SAP Reports / Programs

J_2GLPPTCODESCUSTOMIZE SAP ABAP dialog Program - Parastatitika module pool for maintaining Print Task Codes







J_2GLPPTCODESCUSTOMIZE is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter J_2GLPPTCODESCUSTOMIZE 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 J_2GLPPTCODESCUSTOMIZE. "Basic submit
SUBMIT J_2GLPPTCODESCUSTOMIZE AND RETURN. "Return to original report after report execution complete
SUBMIT J_2GLPPTCODESCUSTOMIZE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Parastatitika module pool for maintaining Print Task Codes
Text Symbol: 001 = You must select a row for editing
Text Symbol: 002 = Update was successful
Text Symbol: 003 = An error has occured!!!
Text Symbol: 004 = Can not copy to itself!!!
Text Symbol: 005 = Can not copy to an already existing entry!!!
Text Symbol: 006 = Company
Text Symbol: 007 = does not exist
Text Symbol: 010 = Are you sure you want to delete
Text Symbol: 011 = this entry? (Descriptions & series)
Text Symbol: 012 = Confirm deletion


INCLUDES used within this REPORT J_2GLPPTCODESCUSTOMIZE

No INCLUDES are used within this REPORT code!


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:

POPUP_CONTINUE_YES_NO call function 'POPUP_CONTINUE_YES_NO' exporting defaultoption = 'Y' textline1 = 'Are you sure you want to delete'(010) "SLIN~ textline2 = 'this entry? (Descriptions & series)'(011) "SLIN~ titel = 'Confirm deletion'(012) "SLIN~ start_column = 25 start_row = 6 importing answer = w_ans exceptions others = 1.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

QUERY_GET_OPERATION call function 'QUERY_GET_OPERATION' exporting table = 'J_2GLPP1' tables exclude_fields = e_fields exceptions cancelled_by_user = 1 no_valid_fields = 2 table_not_found = 3 others = 4.

QUERY_CHECK call function 'QUERY_CHECK' exporting record = j_2glpp1 exceptions no_hits_in_record = 1 others = 2.

VIEW_MAINTENANCE_CALL call function 'VIEW_MAINTENANCE_CALL' exporting action = 'U' * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' view_name = object * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' tables dba_sellist = db_range * EXCL_CUA_FUNCT = exceptions client_reference = 1 foreign_lock = 2 invalid_action = 3 no_clientindependent_auth = 4 no_database_function = 5 no_editor_function = 6 no_show_auth = 7 no_tvdir_entry = 8 no_upd_auth = 9 only_show_allowed = 10 system_failure = 11 unknown_field_in_dba_sellist = 12 view_not_found = 13 others = 14.

VIEW_MAINTENANCE_CALL call function 'VIEW_MAINTENANCE_CALL' exporting action = 'S' * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' view_name = object * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' tables dba_sellist = db_range * EXCL_CUA_FUNCT = exceptions client_reference = 1 foreign_lock = 2 invalid_action = 3 no_clientindependent_auth = 4 no_database_function = 5 no_editor_function = 6 no_show_auth = 7 no_tvdir_entry = 8 no_upd_auth = 9 only_show_allowed = 10 system_failure = 11 unknown_field_in_dba_sellist = 12 view_not_found = 13 others = 14.

VIEW_ENQUEUE call function 'VIEW_ENQUEUE' exporting * ACTION = 'E' enqueue_mode = 'E' view_name = l_name * ENQUEUE_RANGE = ' ' * TABLES * SELLIST = exceptions client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 others = 7.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.



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 J_2GLPPTCODESCUSTOMIZE or its description.