SAP Reports / Programs | Sales and Distribution | Master Data | Conditions(SD-MD-CM) SAP SD

RV135P03 SAP ABAP INCLUDE - Archiving agreememts: Setup internal table according to selection







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


Text pool values


Title: Archiving agreememts: Setup internal table according to selection


INCLUDES used within this REPORT RV135P03

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:

SD_BONUS_READ CALL FUNCTION 'SD_BONUS_READ' EXPORTING AGREEMENT_NUMBER = KONA_TAB-KNUMA BONUS_AGREEMENT_IN = KONA_TAB CONDITION_READ = YES HEADER_READ = YES SCALE_READ = NO TABLES CONDITION = H_KONP_TAB CONDITION_HEADER = H_KONH_TAB CONDITION_SCALE = H_CONDSCALE_TAB VARIABLE_KEY = H_VAKEY_TAB CONDREC = H_KODAT_TAB EXCEPTIONS AGREEMENT_NOT_FOUND = 1 OTHERS = 2.

COND_AGREEMENT_READ CALL FUNCTION 'COND_AGREEMENT_READ' EXPORTING PI_KONA = KONA_TAB * NO_KONP_KONM_KONW = ' ' TABLES PE_T_KONH = H_KONH_TAB PE_T_KONP = H_KONP_TAB * PE_T_KONM = * PE_T_KONW = PE_T_KONDR = H_KODAT_TAB EXCEPTIONS NO_AGREEMENT = 1 AGREEMENT_NOT_FOUND = 2 NO_CONDITIONS_FOUND = 3 OTHERS = 4.

MM_ARRANG_READ_PURCHASE_INDEX CALL FUNCTION 'MM_ARRANG_READ_PURCHASE_INDEX' EXPORTING ARRANGEMENT = KONA_TAB READ_INDEX = YES READ_ONLY_EBOX = YES TABLES VARIABLE_KEY = H_VAKEY_TAB TEKBO = H_EKBO_TAB EXCEPTIONS ARRANGEMENT_NOT_FOUND = 1 NOTHING_TO_DO = 2 PURCHASE_EXIST = 3 VARIABLE_KEY_NOT_FOUND = 4 PARAMETER_ERROR = 5 OTHERS = 6.

MM_ARRANG_READ_SETTLE_INDEX CALL FUNCTION 'MM_ARRANG_READ_SETTLE_INDEX' EXPORTING ARRANGEMENT = KONA_TAB READ_INDEX = YES TABLES VARIABLE_KEY = H_VAKEY_TAB TEBOX = H_EBOX_TAB EXCEPTIONS NOTHING_TO_DO = 1 SETTLEMENT_DOCUMENT_EXIST = 2 OTHERS = 3.



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