SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Management(FIN-FSCM-TRM-TM-TR) SAP FIN

RTPM_TRIG_IGT_WORKLIST_POPUF01 SAP ABAP INCLUDE - Include RTPM_TRIG_IGT_WORKLIST_POPUF01







RTPM_TRIG_IGT_WORKLIST_POPUF01 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 RTPM_TRIG_IGT_WORKLIST_POPUF01 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 RTPM_TRIG_IGT_WORKLIST_POPUF01. "Basic submit
SUBMIT RTPM_TRIG_IGT_WORKLIST_POPUF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_TRIG_IGT_WORKLIST_POPUF01 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 RTPM_TRIG_IGT_WORKLIST_POPUF01


INCLUDES used within this REPORT RTPM_TRIG_IGT_WORKLIST_POPUF01

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:

FTR_GET_DEALDATA CALL FUNCTION 'FTR_GET_DEALDATA' EXPORTING im_bukrs = l_wrk_pos_and_trans-company_code im_rfha = l_deal_number IMPORTING ex_vtbfha = l_wrk_vtbfha ex_vtbfhazu = l_wrk_vtbfhazu ex_tab_vtbfhapo = l_tab_vtbfhapo EXCEPTIONS dealdata_not_found = 1 OTHERS = 2.

FTBP_READ_KNA1 CALL FUNCTION 'FTBP_READ_KNA1' EXPORTING i_partner = l_bupartner IMPORTING e_kna1 = l_wrk_kna1 EXCEPTIONS customer_not_found = 0 no_connection = 0.

FTR_PARTNER_GET CALL FUNCTION 'FTR_PARTNER_GET' EXPORTING pi_partner_id = l_bupartner pi_companycode = l_wrk_pos_and_trans-company_code pi_partner_role = space IMPORTING pe_org_data = l_wrk_bp001 EXCEPTIONS OTHERS = 0.

GET_DOMAENENTEXT CALL FUNCTION 'GET_DOMAENENTEXT' EXPORTING dname = 'TPM_IGT_STATUS' dvalue = l_dvalue IMPORTING dtext = l_dtext EXCEPTIONS OTHERS = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_val_icon info = l_val_text IMPORTING result = -icon_col EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = -company_code IMPORTING e_t001 = l_wrk_t001 EXCEPTIONS system_error = 1 OTHERS = 2.

PRODUCT_TYPE_READ_TEXT_SEC CALL FUNCTION 'PRODUCT_TYPE_READ_TEXT_SEC' EXPORTING i_gsart = -product_type i_spras = sy-langu IMPORTING e_tzpat = l_wrk_tzpat EXCEPTIONS i_gsart_initial = 1 entry_not_found = 2 OTHERS = 3.

SECURITIES_ACCOUNT_READ_SEC CALL FUNCTION 'SECURITIES_ACCOUNT_READ_SEC' EXPORTING i_bukrs = -company_code i_rldepo = -security_account IMPORTING e_twd01 = l_wrk_twd01 EXCEPTIONS entry_not_found = 1 i_bukrs_initial = 2 i_rldepo_initial = 3 OTHERS = 4.

MASTER_DATA_READ_SEC_BUFFERED CALL FUNCTION 'MASTER_DATA_READ_SEC_BUFFERED' EXPORTING i_ranl = -security_id IMPORTING e_vwpanla = l_wrk_vwpanla EXCEPTIONS entry_not_found = 1 i_ranl_initial = 2 OTHERS = 3.

PORTFOLIO_READ_SEC CALL FUNCTION 'PORTFOLIO_READ_SEC' EXPORTING i_company_code = -company_code i_portfolio = -portfolio IMPORTING e_twpob = l_wrk_twpob EXCEPTIONS entry_not_found = 1 i_company_code_initial = 2 i_portfolio_initial = 3 OTHERS = 4.

FTR_GET_DEALDATA CALL FUNCTION 'FTR_GET_DEALDATA' EXPORTING im_bukrs = l_company_code im_rfha = l_deal_number IMPORTING ex_vtbfha = l_wrk_vtbfha ex_vtbfhazu = l_wrk_vtbfhazu EXCEPTIONS dealdata_not_found = 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 RTPM_TRIG_IGT_WORKLIST_POPUF01 or its description.