SAP Reports / Programs | Production Planning and Control | Production Orders(PP-SFC) SAP PP

PPAPOIDT SAP ABAP Report - Select Orders (PP, PI, ...) of One Type According to Order Numbers







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


Text pool values


Title: Select Orders (PP, PI, ...) of One Type According to Order Numbers
Text Symbol: 001 = Other Settings
Text Symbol: 002 = Logical System
Text Symbol: 003 = Message Type


INCLUDES used within this REPORT PPAPOIDT

INCLUDE ORDERTOP.
INCLUDE CIFCONST.
INCLUDE IOCTOP04.


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:

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = l_funcname_di EXCEPTIONS function_not_exist = 1 OTHERS = 2.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = l_funcname_di EXCEPTIONS function_not_exist = 1 OTHERS = 2.

CO_ZF_AUTHORITY_CHECK * CALL FUNCTION 'CO_ZF_AUTHORITY_CHECK' * EXPORTING * i_autyp = ls_caufv-autyp * i_auart = ls_caufv-auart * i_werks = ls_caufv-werks * i_trtyp = con_a * i_chk_cat_act = space * i_chk_plant_typ = yx * EXCEPTIONS * no_auth_cat_act = 1 * no_auth_type_plant = 2 * no_auth_cat_typ_plant_act = 3 * incorrect_parameters = 4 * OTHERS = 5.

STATUS_PRE_READ * CALL FUNCTION 'STATUS_PRE_READ' * TABLES * jsto_pre_tab = lt_objnr.

CO_SF_CONVERT_TIMES_OPR * CALL FUNCTION 'CO_SF_CONVERT_TIMES_OPR' * EXPORTING * afvgd_imp = ls_afvgd * IMPORTING * afvgd_exp = ls_afvgd.

STATUS_PRE_READ * CALL FUNCTION 'STATUS_PRE_READ' * TABLES * jsto_pre_tab = lt_objnr.

CO_VA_APO_CONVERT CALL FUNCTION 'CO_VA_APO_CONVERT' exporting I_DESTINATION = p_dest IV_CIFTRIGGER = GC_CIF_TRIGGER_INITIAL_LOAD TABLES it_apoorder = t_afko "XXXXXXXXXXXXXXXXXXXx it_caufvbt = t_afko it_afpobt = t_afpo it_afpobt_old = t_afpo_old it_afvgbt = t_afvo * it_afabbt = t_afab " obsolete it_kbedbt = t_kbed it_resbbt = t_resb it_resbbt_old = t_resb_old it_afflbt = t_affl et_r3ord = lt_r3ord et_r3pos = lt_r3pos et_r3opr = lt_r3opr et_r3res = lt_r3res et_r3req = lt_r3req et_r3rel = lt_r3rel et_r3act = lt_r3act et_ccv = lt_ccv et_ordcus = lt_ordcus et_poscus = lt_outcus et_oprcus = lt_oprcus et_rescus = lt_inpcus et_reqcus = lt_reqcus et_relcus = lt_relcus et_actcus = lt_actcus et_r3ordx = lt_r3ordx et_r3posx = lt_r3posx et_r3oprx = lt_r3oprx et_r3resx = lt_r3resx et_r3reqx = lt_r3reqx et_r3relx = lt_r3relx et_return = lt_return et_r3opr_txt = lt_r3opr_txt.



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