SAP Reports / Programs | Logistics - General | Warranty Claim Processing(LO-WTY) SAP LO

RBUS2222 SAP ABAP Report - Program for Object Type BUS2222: Warranty Claim







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


Text pool values


Title: Program for Object Type BUS2222: Warranty Claim


INCLUDES used within this REPORT RBUS2222

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:

WTY_CLAIM_DISPLAY call function 'WTY_CLAIM_DISPLAY' exporting i_clmno = object-key-claim iv_from_doc = 'X' exceptions not_found = 1 authority_failed = 2 no_claimtype = 3 others = 4.

BAPI_WARRANTYCLAIM_CREATE CALL FUNCTION 'BAPI_WARRANTYCLAIM_CREATE' EXPORTING CLAIM_HEADER = CLAIMHEADER IMPORTING CLAIM = CLAIM TABLES VERSION_REL = VERSIONREL ITEM_REL = ITEMREL RETURN2 = RETURN2 EXTENSIONIN = EXTENSIONIN CLAIM_PRICING = CLAIMPRICING CLAIM_MEASURE = CLAIMMEASURE CLAIM_TEXT = CLAIMTEXT CLAIM_ITEM = CLAIMITEM CLAIM_VERSION = CLAIMVERSION EXCEPTIONS OTHERS = 01.

BAPI_WARRANTYCLAIM_SET_ACTION CALL FUNCTION 'BAPI_WARRANTYCLAIM_SET_ACTION' EXPORTING PARTNER = PARTNER ACTION = ACTION CLAIM = CLAIM IMPORTING EV_NOT_EXIST = EVNOTEXIST EV_ACTION_NOT_ALLOWED = EVACTIONNOTALLOWED TABLES RETURN = RETURN EXCEPTIONS OTHERS = 01.

WTY12_CLAIM_READ_RFC CALL FUNCTION 'WTY12_CLAIM_READ_RFC' EXPORTING CLAIM = CLAIM IMPORTING CLAIM_HEADER = CLAIMHEADER TABLES RETURN2 = RETURN2 ET_CLAIMMESSAGE = ETCLAIMMESSAGE CLAIM_PARTNER = CLAIMPARTNER EXTENSIONOUT = EXTENSIONIN ITEM_REL = ITEMREL VERSION_REL = VERSIONREL CLAIM_PRICING = CLAIMPRICING CLAIM_MEASURE = CLAIMMEASURE CLAIM_TEXT = CLAIMTEXT CLAIM_ITEM = CLAIMITEM CLAIM_VERSION = CLAIMVERSION EXCEPTIONS OTHERS = 01.

BAPI_WARRANTYCLAIM_ADD_VERSION CALL FUNCTION 'BAPI_WARRANTYCLAIM_ADD_VERSION' EXPORTING CLAIM = CLAIM CLAIM_VERSION = CLAIMVERSION IV_LOG_DISMISS = IV_LOG_DISMISS SIMULATE = SIMULATE READFROMBUFFER = READFROMBUFFER TABLES CLAIM_ITEM = CLAIMITEM CLAIM_TEXT = CLAIMTEXT CLAIM_MEASURE = CLAIMMEASURE CLAIM_PRICING = CLAIMPRICING VERSION_REL = VERSIONREL ITEM_REL = ITEMREL RETURN = RETURN EXTENSIONIN = EXTENSIONIN CLAIM_PARTNER = CLAIM_PARTNER EXCEPTIONS OTHERS = 01.

BAPI_WARRANTYCLAIM_CHANGE2 CALL FUNCTION 'BAPI_WARRANTYCLAIM_CHANGE2' EXPORTING CLAIM = OBJECT-KEY-CLAIM CLAIM_HEADER = CLAIMHEADER BADI_CHANGE = BADI_CHANGE SIMULATE = SIMULATE READFROMBUFFER = READFROMBUFFER IV_LOG_DISMISS = IV_LOG_DISMISS TABLES CLAIM_VERSION = CLAIMVERSION CLAIM_ITEM = CLAIMITEM CLAIM_TEXT = CLAIMTEXT CLAIM_MEASURE = CLAIMMEASURE CLAIM_PRICING = CLAIMPRICING VERSION_REL = VERSIONREL ITEM_REL = ITEMREL RETURN = RETURN EXTENSIONIN = EXTENSIONIN CLAIM_OBJECT_UPDATE = CLAIM_OBJECT_UPDATE CLAIM_PARTNER = CLAIM_PARTNER EXCEPTIONS OTHERS = 01.



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