SAP Reports / Programs | Cross-Application Components(CA) SAP CA

J_2GLPPSDUTILITIES SAP ABAP INCLUDE - General utilities for printing SD/MM documents







J_2GLPPSDUTILITIES 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 J_2GLPPSDUTILITIES 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_2GLPPSDUTILITIES. "Basic submit
SUBMIT J_2GLPPSDUTILITIES AND RETURN. "Return to original report after report execution complete
SUBMIT J_2GLPPSDUTILITIES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: General utilities for printing SD/MM documents


INCLUDES used within this REPORT J_2GLPPSDUTILITIES

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:

J_2GLPPOPUP_4_BUTTONS call function 'J_2GLPPOPUP_4_BUTTONS' exporting defaultoption = '1' textline1 = h1_popup-textline1 textline2 = h1_popup-textline2 textline3 = h1_popup-textline3 textline4 = h1_popup-textline4 textline5 = h1_popup-textline5 textline6 = h1_popup-textline6 textline7 = h1_popup-textline7 textline8 = h1_popup-textline8 title = h1_popup-title option1_text = h1_popup-option1 option2_text = h1_popup-option2 option3_text = h1_popup-option3 option4_text = h1_popup-option4 * START_COLUMN = 5 * START_ROW = 6 importing answer = p_answer exceptions others = 1.

J_2GLPPOPUP_2_BUTTONS call function 'J_2GLPPOPUP_2_BUTTONS' exporting defaultoption = '2' textline1 = h2_popup-textline1 textline2 = h2_popup-textline2 textline3 = h2_popup-textline3 textline4 = h2_popup-textline4 textline5 = h2_popup-textline5 textline6 = h2_popup-textline6 title = h2_popup-title option1_text = h2_popup-option1 option2_text = h2_popup-option2 * START_COLUMN = 5 * START_ROW = 6 importing answer = w_answer exceptions others = 1.

J_2GLPPOPUP_3_BUTTONS call function 'J_2GLPPOPUP_3_BUTTONS' exporting defaultoption = '1' textline1 = h1_popup-textline1 textline2 = h1_popup-textline2 textline3 = h1_popup-textline3 textline4 = h1_popup-textline4 textline5 = h1_popup-textline5 textline6 = h1_popup-textline6 textline7 = h1_popup-textline7 textline8 = h1_popup-textline8 textline9 = h1_popup-textline9 title = h1_popup-title option1_text = h1_popup-option1 option2_text = h1_popup-option2 option3_text = h1_popup-option3 * START_COLUMN = 5 * START_ROW = 6 importing answer = p_answer exceptions others = 1.

J_2GLPPOPUP_2_BUTTONS call function 'J_2GLPPOPUP_2_BUTTONS' exporting defaultoption = '2' textline1 = h2_popup-textline1 textline2 = h2_popup-textline2 textline3 = h2_popup-textline3 textline4 = h2_popup-textline4 textline5 = h2_popup-textline5 textline6 = h2_popup-textline6 title = h2_popup-title option1_text = h2_popup-option1 option2_text = h2_popup-option2 * START_COLUMN = 5 * START_ROW = 6 importing answer = w_answer exceptions others = 1.

J_2GLPPOPUP_4_BUTTONS_HUGE call function 'J_2GLPPOPUP_4_BUTTONS_HUGE' exporting defaultoption = '1' textline1 = h1_popup-textline1 textline2 = h1_popup-textline2 textline3 = h1_popup-textline3 textline4 = h1_popup-textline4 textline5 = h1_popup-textline5 textline6 = h1_popup-textline6 textline7 = h1_popup-textline7 textline8 = h1_popup-textline8 textline9 = h1_popup-textline9 textline10 = h1_popup-textline10 textline11 = h1_popup-textline11 textline12 = h1_popup-textline12 textline13 = h1_popup-textline13 textline14 = h1_popup-textline14 textline15 = h1_popup-textline15 title = h1_popup-title option1_text = h1_popup-option1 option2_text = h1_popup-option2 option3_text = h1_popup-option3 option4_text = h1_popup-option4 * START_COLUMN = 5 * START_ROW = 6 importing answer = p_answer exceptions others = 1.

J_2GLPPOPUP_2_BUTTONS call function 'J_2GLPPOPUP_2_BUTTONS' exporting defaultoption = '2' textline1 = h2_popup-textline1 textline2 = h2_popup-textline2 textline3 = h2_popup-textline3 textline4 = h2_popup-textline4 textline5 = h2_popup-textline5 textline6 = h2_popup-textline6 title = h2_popup-title option1_text = h2_popup-option1 option2_text = h2_popup-option2 * START_COLUMN = 5 * START_ROW = 6 importing answer = w_answer exceptions others = 1.

J_2GLPPOPUP_3_BUTTONS_HUGE call function 'J_2GLPPOPUP_3_BUTTONS_HUGE' exporting defaultoption = '1' textline1 = h1_popup-textline1 textline2 = h1_popup-textline2 textline3 = h1_popup-textline3 textline4 = h1_popup-textline4 textline5 = h1_popup-textline5 textline6 = h1_popup-textline6 textline7 = h1_popup-textline7 textline8 = h1_popup-textline8 textline9 = h1_popup-textline9 textline10 = h1_popup-textline10 textline11 = h1_popup-textline11 textline12 = h1_popup-textline12 textline13 = h1_popup-textline13 textline14 = h1_popup-textline14 textline15 = h1_popup-textline15 title = h1_popup-title option1_text = h1_popup-option1 option2_text = h1_popup-option2 option3_text = h1_popup-option3 * START_COLUMN = 5 * START_ROW = 6 importing answer = p_answer exceptions others = 1.

J_2GLPPOPUP_2_BUTTONS call function 'J_2GLPPOPUP_2_BUTTONS' exporting defaultoption = '2' textline1 = h2_popup-textline1 textline2 = h2_popup-textline2 textline3 = h2_popup-textline3 textline4 = h2_popup-textline4 textline5 = h2_popup-textline5 textline6 = h2_popup-textline6 title = h2_popup-title option1_text = h2_popup-option1 option2_text = h2_popup-option2 * START_COLUMN = 5 * START_ROW = 6 importing answer = w_answer exceptions others = 1.

J_2GLPPOPUP_FETCH_ONE_VALUE call function 'J_2GLPPOPUP_FETCH_ONE_VALUE' exporting textline1 = w_text1 textline2 = w_text2 textline3 = w_text3 title = text-500 valuelength = 9 value1 = l_value importing answer = l_answer value1 = l_value exceptions titel_too_long = 1 others = 2.

J_2GLPPOPUP_2_BUTTONS call function 'J_2GLPPOPUP_2_BUTTONS' exporting defaultoption = '2' textline1 = h2_popup-textline1 textline2 = h2_popup-textline2 textline3 = h2_popup-textline3 textline4 = h2_popup-textline4 textline5 = h2_popup-textline5 textline6 = h2_popup-textline6 title = h2_popup-title option1_text = h2_popup-option1 option2_text = h2_popup-option2 * START_COLUMN = 5 * START_ROW = 6 importing answer = l_answer exceptions others = 1.

J_2GLPPOPUP_FETCH_ONE_VALUE call function 'J_2GLPPOPUP_FETCH_ONE_VALUE' exporting textline1 = w_text1 textline2 = w_text2 textline3 = w_text3 title = text-505 value1 = l_value valuelength = 16 importing answer = l_answer value1 = l_value exceptions titel_too_long = 1 others = 2.

J_2GLPPOPUP_2_BUTTONS call function 'J_2GLPPOPUP_2_BUTTONS' exporting defaultoption = '2' textline1 = h2_popup-textline1 textline2 = h2_popup-textline2 textline3 = h2_popup-textline3 textline4 = h2_popup-textline4 textline5 = h2_popup-textline5 textline6 = h2_popup-textline6 title = h2_popup-title option1_text = h2_popup-option1 option2_text = h2_popup-option2 * START_COLUMN = 5 * START_ROW = 6 importing answer = l_answer exceptions others = 1.

J_2GLPPOPUP_4_BUTTONS call function 'J_2GLPPOPUP_4_BUTTONS' exporting defaultoption = '2' textline1 = lh_popup1-textline1 textline2 = lh_popup1-textline2 textline3 = lh_popup1-textline3 textline4 = lh_popup1-textline4 textline5 = lh_popup1-textline5 textline6 = lh_popup1-textline6 textline7 = lh_popup1-textline7 textline8 = lh_popup1-textline8 title = lh_popup1-title option1_text = lh_popup1-option1 option2_text = lh_popup1-option2 option3_text = lh_popup1-option3 option4_text = lh_popup1-option4 * START_COLUMN = 5 * START_ROW = 6 importing answer = l_answer1 exceptions others = 1.

J_2GLPPOPUP_2_BUTTONS call function 'J_2GLPPOPUP_2_BUTTONS' exporting defaultoption = '2' textline1 = lh_popup2-textline1 textline2 = lh_popup2-textline2 textline3 = lh_popup2-textline3 textline4 = lh_popup2-textline4 textline5 = lh_popup2-textline5 textline6 = lh_popup2-textline6 title = lh_popup2-title option1_text = lh_popup2-option1 option2_text = lh_popup2-option2 * START_COLUMN = 5 * START_ROW = 6 importing answer = l_answer2 exceptions others = 1.

J_2GLPPOPUP_4_BUTTONS call function 'J_2GLPPOPUP_4_BUTTONS' exporting defaultoption = '2' textline1 = lh_popup1-textline1 textline2 = lh_popup1-textline2 textline3 = lh_popup1-textline3 textline4 = lh_popup1-textline4 textline5 = lh_popup1-textline5 textline6 = lh_popup1-textline6 textline7 = lh_popup1-textline7 textline8 = lh_popup1-textline8 title = lh_popup1-title option1_text = lh_popup1-option1 option2_text = lh_popup1-option2 option3_text = lh_popup1-option3 option4_text = lh_popup1-option4 * START_COLUMN = 5 * START_ROW = 6 importing answer = l_answer1 exceptions others = 1.

J_2GLPPOPUP_2_BUTTONS call function 'J_2GLPPOPUP_2_BUTTONS' exporting defaultoption = '2' textline1 = lh_popup2-textline1 textline2 = lh_popup2-textline2 textline3 = lh_popup2-textline3 textline4 = lh_popup2-textline4 textline5 = lh_popup2-textline5 textline6 = lh_popup2-textline6 title = lh_popup2-title option1_text = lh_popup2-option1 option2_text = lh_popup2-option2 * START_COLUMN = 5 * START_ROW = 6 importing answer = l_answer2 exceptions others = 1.



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