SAP Reports / Programs | Project System | Revenues and Earnings(PS-REV) SAP PS

STRUCT_QUOTATION_FROM_PRICING SAP ABAP Report - Structured Quotation for Project







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


Text pool values


Selection Text: P_PRJDEF = D Project Definition
Selection Text: P_VSNMR = D Version Key
Title: Structured Quotation for Project
Text Symbol: SEL = Selection
Text Symbol: TOP = Structured Quotation for Project


INCLUDES used within this REPORT STRUCT_QUOTATION_FROM_PRICING

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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = c_tbl_vpkhead TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 1.

RS_CUA_TITLES CALL FUNCTION 'RS_CUA_TITLES' EXPORTING language = sy-langu program = c_rep_vpkgui titlecode = c_tcd_selvpkid TABLES titles = lt_titles.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = l_repid i_structure_name = c_tbl_vpkhead CHANGING ct_fieldcat = lt_fieldcat_tmp EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = l_repid i_structure_name = c_tbl_syst CHANGING ct_fieldcat = lt_fieldcat_tmp EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = l_repid i_structure_name = c_tbl_t100 CHANGING ct_fieldcat = lt_fieldcat_tmp EXCEPTIONS OTHERS = 1.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = lt_events_tmp.

VPKPS_EXTERN_TO_INTERN_CONVPRD CALL FUNCTION 'VPKPS_EXTERN_TO_INTERN_CONVPRD' EXPORTING i_prdid = p_prjdef i_vsnmr = p_vsnmr IMPORTING e_prdnr = l_prdnr EXCEPTIONS OTHERS = 1.

VPKDB_GET_PDOC_FOR_PROJECT CALL FUNCTION 'VPKDB_GET_PDOC_FOR_PROJECT' EXPORTING i_pronr = l_prdnr i_vsnmr = p_vsnmr i_vpkus = vpkti_usage_qpr TABLES et_vpkh = lt_vpkhead EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = c_fld_vpkid window_title = l_titles-text value_org = 'S' multiple_choice = 'X' callback_program = l_repid callback_form = c_cbf_shlpmod TABLES value_tab = lt_vpkhead field_tab = lt_dfies return_tab = lt_ddshretval EXCEPTIONS OTHERS = 1.

VPKO_CREATE_STRUCTURED_SDOC CALL FUNCTION 'VPKO_CREATE_STRUCTURED_SDOC' EXPORTING i_vpkid = l_vpkid IMPORTING e_vbeln = l_vbeln e_subrc = l_subrc EXCEPTIONS OTHERS = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid is_layout = l_layout it_fieldcat = lt_fieldcat it_excluding = lt_excluding i_save = l_save is_variant = l_variant it_events = lt_events[] TABLES t_outtab = lt_outtab EXCEPTIONS OTHERS = 1.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_listheader.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = l_tcode EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'NA' dokname = l_dokname msg_var_1 = l_outtab-msgv1 msg_var_2 = l_outtab-msgv1 msg_var_3 = l_outtab-msgv1 msg_var_4 = l_outtab-msgv1 TABLES links = lt_tline 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 STRUCT_QUOTATION_FROM_PRICING or its description.