SAP Reports / Programs | Cross-Application Components | General Application Functions | Appraisal, Valuation, and Survey Tool(CA-GTF-AP-PM) SAP CA

RHHAP_VC_T77HAP_T77SK SAP ABAP Report - View Cluster: VC_T7HAP_BASIC (Maintenance Using Transaction SE54)







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


Text pool values


Title: View Cluster: VC_T7HAP_BASIC (Maintenance Using Transaction SE54)
Text Symbol: 001 = Value List
Text Symbol: A01 = Quality scale
Text Symbol: A02 = Quantity scale
Text Symbol: A03 = Non-Sequentiel Quality Scale
Text Symbol: Q01 = Do you want to create a quality scale,
Text Symbol: Q02 = a quantity scale
Text Symbol: Q03 = or a non-sequential quality scale?
Text Symbol: QTI = Determine Value Class


INCLUDES used within this REPORT RHHAP_VC_T77HAP_T77SK

INCLUDE: LSVCMCOD,


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:

STRN_SUBMIT_RSTXR3TR * CALL FUNCTION 'STRN_SUBMIT_RSTXR3TR' * EXPORTING * langu = sy-langu * IMPORTING * execlangu = help_langu * msgtext = help_msgtx * EXCEPTIONS * OTHERS = 0.

STRN_SUBMIT_RSTXR3TR * CALL FUNCTION 'STRN_SUBMIT_RSTXR3TR' * EXPORTING * langu = sy-langu * IMPORTING * execlangu = help_langu * msgtext = help_msgtx * EXCEPTIONS * OTHERS = 0.

STRN_SUBMIT_RSTXR3TR * CALL FUNCTION 'STRN_SUBMIT_RSTXR3TR' * EXPORTING * langu = sy-langu * IMPORTING * execlangu = help_langu * msgtext = help_msgtx * EXCEPTIONS * OTHERS = 0.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING * CURSORLINE = 1 * MARK_FLAG = ' ' * MARK_MAX = 1 * START_COL = 0 * START_ROW = 0 textline1 = text-q01 textline2 = text-q02 textline3 = text-q03 titel = text-qti "value class * DISPLAY_ONLY = ' ' IMPORTING answer = l_answer TABLES t_spopli = lt_options EXCEPTIONS not_enough_answers = 0 too_much_answers = 0 too_much_marks = 0 OTHERS = 0.

HRHAP_C_MATCHUP_VALTY_T77SK CALL FUNCTION 'HRHAP_C_MATCHUP_VALTY_T77SK' EXPORTING * VALUE_CLASS = ' ' "= all create_standard = ' ' "don't create standard scales EXCEPTIONS locked = 0 error = 0 OTHERS = 0.

HRHAP_C_MATCHUP_VALTY_T77SK CALL FUNCTION 'HRHAP_C_MATCHUP_VALTY_T77SK' EXPORTING * VALUE_CLASS = ' ' "= all create_standard = 'X' "create standard scales EXCEPTIONS locked = 0 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 RHHAP_VC_T77HAP_T77SK or its description.