SAP Reports / Programs | Basis Components | Use Subcomponents | Print and Output Management(BC-CCM-PRN) SAP BC

RSPOPOSS_SET_0100 SAP ABAP INCLUDE - Include RSPOPOSS_SET_0100







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


Text pool values


Title: Include RSPOPOSS_SET_0100


INCLUDES used within this REPORT RSPOPOSS_SET_0100

"& INCLUDE RSPOPOSS_SET_0100
"& END OF INCLUDE RSPOPOSS_SET_0100


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_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text-102 display_cancel_button = ' ' importing answer = answer_0100.

POSS_DEVT_ALLOW_OPTIONS call function 'POSS_DEVT_ALLOW_OPTIONS' exporting devtype = i_0100_device_type exceptions devtype_has_no_poss_format = 1 others = 2.

POSS_DEVT_GET_OPTIONINFO call function 'POSS_DEVT_GET_OPTIONINFO' exporting devtype = i_0100_device_type option = optid importing optioninfo = oinfo exceptions invalid_option = 1 invalid_devtype = 2 others = 3.

POSS_DEVT_GET_OPTIONINFO call function 'POSS_DEVT_GET_OPTIONINFO' exporting devtype = i_0100_device_type option = optid importing optioninfo = oinfo exceptions invalid_option = 1 invalid_devtype = 2 others = 3.

POSS_DEVT_GET_OPTIONINFO call function 'POSS_DEVT_GET_OPTIONINFO' exporting devtype = i_0100_device_type option = p_optid importing optioninfo = l_optinfo is_initial = l_initial exceptions invalid_option = 1 invalid_devtype = 2 others = 3.

POSS_INPUTSTRING_GETPAR CALL FUNCTION 'POSS_INPUTSTRING_GETPAR' EXPORTING OPTIONINFO = l_optinfo IMPORTING FIELD_LEN = p_opt-fieldlen SHOW_INPUT = p_opt-show_input ALLOWED_CHARS = p_opt-allowed_chars ALLOW_IN_PRINTTICKET = p_opt-allow_in_pt ALLOW_TRUNCATION = p_opt-allow_truncation EXCEPTIONS INVALID_OPTION = 1 OTHERS = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text-101 display_cancel_button = ' ' importing answer = answer_0100.

RSPO_PTYPE_FLUSH call function 'RSPO_PTYPE_FLUSH' exporting ptype = i_0100_device_type exceptions call_error = 1 operation_failed = 2 others = 3.

POSS_DEVT_DELETE_OPTIONINFO call function 'POSS_DEVT_DELETE_OPTIONINFO' exporting devtype = i_0100_device_type option = optid.

POSS_DEVT_SAVE_OPTIONINFO call function 'POSS_DEVT_SAVE_OPTIONINFO' exporting devtype = i_0100_device_type optioninfo = oinfo exceptions invalid_option = 1 invalid_devtype = 2 invalid_optvalues = 3 others = 4.

POSS_DEVT_DELETE_OPTIONINFO call function 'POSS_DEVT_DELETE_OPTIONINFO' exporting devtype = i_0100_device_type option = optid.

POSS_DEVT_SAVE_OPTIONINFO call function 'POSS_DEVT_SAVE_OPTIONINFO' exporting devtype = i_0100_device_type optioninfo = oinfo exceptions invalid_option = 1 invalid_devtype = 2 invalid_optvalues = 3 others = 4.

POSS_DEVT_DELETE_OPTIONINFO call function 'POSS_DEVT_DELETE_OPTIONINFO' exporting devtype = i_0100_device_type option = p_optid.

POSS_INPUTSTRING_SETPAR CALL FUNCTION 'POSS_INPUTSTRING_SETPAR' EXPORTING FIELD_LEN = num SHOW_INPUT = p_opt-show_input ALLOWED_CHARS = p_opt-allowed_chars ALLOW_IN_PRINTTICKET = p_opt-allow_in_pt ALLOW_TRUNCATION = p_opt-allow_truncation CHANGING OPTIONINFO = l_optinfo EXCEPTIONS INVALID_OPTION = 1 INVALID_PARAMS = 2 OTHERS = 3.

POSS_DEVT_SAVE_OPTIONINFO call function 'POSS_DEVT_SAVE_OPTIONINFO' exporting devtype = i_0100_device_type optioninfo = l_optinfo importing errormsg = msg exceptions invalid_option = 1 invalid_devtype = 2 invalid_optvalues = 3 others = 4.

POSS_GET_OPTIONTYPE CALL FUNCTION 'POSS_GET_OPTIONTYPE' EXPORTING OPTION = p_optid IMPORTING * OPTTYPE = OPTNAME = p_optname * IS_VENDORDEF = EXCEPTIONS UNDEFINED_OPTION = 1 OTHERS = 2.



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