SAP Reports / Programs | Logistics - General | Additionals Management(LO-ADM) SAP LO

ADDIS_IN_PRICING SAP ABAP INCLUDE - ADDISINPRICING







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


INCLUDES used within this REPORT ADDIS_IN_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:

WTAD_CHECK_PLANT_IN_CLASS call function 'WTAD_CHECK_PLANT_IN_CLASS' exporting clint = pxt_wtaddi-addiclint locnr = pi_locnr plant = pi_plant importing flag = flag exceptions wrong_call = 1 others = 2.

WTAD_TWTCTRL_READ call function 'WTAD_TWTCTRL_READ' tables i_fb_twtctrl = itwtctrl exceptions not_found = 1 others = 2.

WTAD_READ_ADDI_4_MATNR call function 'WTAD_READ_ADDI_4_MATNR' exporting matnr = pi_matnr flag_addiprass_always = flag_addiprass_always flag_addiprass_promo_only = flag_addiprass_promo_only flag_addiprass_promo_never = flag_addiprass_promo_never read_flag = read_flag read_mamt = 'X' read_variants = ' ' aktnr = pi_aktnr fi_sm_transaction = application fi_plant = pi_plant fi_quantity = pi_quantity fi_unit_of_measure = pi_unit_of_measure tables iwtaddi = pet_wtaddi iwtaddi_pr = iwtaddi_pr imamt = pet_addi_extra_text fet_matnrs_and_quant = pet_matqu exceptions wrong_call = 1 db_error = 2 others = 3.

WTAD_ADDI_NUMBER_DERIVE call function 'WTAD_ADDI_NUMBER_DERIVE' exporting fi_matnr = pit_additionals-matnr fi_addimatnr = pit_additionals-addimat fi_plant = pi_plant * CvB/0998.ALRK139968 (

MARA_SINGLE_READ call function 'MARA_SINGLE_READ' exporting matnr = pit_additionals-addimat importing wmara = smara exceptions lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 others = 5.



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