SAP Reports / Programs | Service Process Warranty | Aerospace & Defence Industry Solution | Service Process Warranty(IS-AD-WTY) SAP IS

RWTYSC_WWB SAP ABAP Report - Warranty Workbench







RWTYSC_WWB 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 RWTYSC_WWB into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WTYSC_WWB - Warranty workbench


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


Text pool values


Selection Text: S_QMART1 = D .
Selection Text: S_PARVW2 = D .
Selection Text: S_PARVW1 = D .
Selection Text: S_PARNR2 = D .
Selection Text: S_PARNR1 = D .
Selection Text: S_PARNR = D .
Selection Text: S_OFN2 = D .
Selection Text: S_OFN1 = D .
Selection Text: S_MATNR1 = D .
Selection Text: S_MAB2 = D .
Selection Text: S_MAB1 = D .
Selection Text: S_KUNUM2 = D .
Selection Text: S_KUNUM1 = D .
Selection Text: S_KUNNR5 = D .
Selection Text: S_INCON = D .
Selection Text: S_IAR2 = D .
Selection Text: S_IAR1 = D .
Selection Text: S_HIS2 = D .
Selection Text: S_HIS1 = D .
Selection Text: S_GEWRK2 = D .
Selection Text: S_FKDAT = D .
Selection Text: S_ERNAM5 = D .
Selection Text: S_ERNAM2 = D .
Selection Text: S_ERNAM1 = D .
Selection Text: S_ERDAT5 = D .
Selection Text: S_ERDAT2 = D .
Selection Text: S_ERDAT1 = D .
Selection Text: WAERS = D .
Selection Text: S_V_PVW = D .
Selection Text: S_V_PNR = D .
Selection Text: S_VTWEG5 = D .
Selection Text: S_VKORG5 = D .
Selection Text: S_VKGRP5 = D .
Selection Text: S_VKBUR5 = D .
Selection Text: S_VBELN5 = D .
Selection Text: S_VAWRK2 = D .
Selection Text: S_UPDCON = D .
Selection Text: S_TERMB2 = D .





Selection Text: S_TERMB1 = D .
Selection Text: S_TERMA2 = D .
Selection Text: S_TERMA1 = D .
Selection Text: S_STRNO1 = D .
Selection Text: S_SPART5 = D .
Selection Text: S_SERNR2 = D .
Selection Text: S_SERNR1 = D .
Selection Text: S_SERAT2 = D .
Selection Text: S_RELTY = D .
Selection Text: S_RELOT = D .
Selection Text: S_RELEX = D .
Selection Text: S_REJCD = D .
Selection Text: S_REFNO = D .
Selection Text: S_REFDT = D .
Selection Text: S_QMNUM2 = D .
Selection Text: S_QMNUM1 = D .
Selection Text: P_PROF = D .
Selection Text: P_VTYPE = D .
Selection Text: SELSCHE1 = D .
Selection Text: SELSCHE2 = D .
Selection Text: S_ASTAT = D .
Selection Text: S_AUART2 = D .
Selection Text: S_AUART5 = D .
Selection Text: S_AUDAT5 = D .
Selection Text: S_AUFNR1 = D .
Selection Text: S_AUFNR2 = D .
Selection Text: S_AUTNA = D .
Selection Text: S_AUTNO = D .
Selection Text: S_BANFN4 = D .
Selection Text: S_BSART4 = D .
Selection Text: S_BSTYP4 = D .
Selection Text: S_EQUNR2 = D .
Selection Text: S_EQUNR1 = D .
Selection Text: S_DEVID1 = D .
Selection Text: S_DEFCT = D .
Selection Text: S_CREAD = D .
Selection Text: S_CREAB = D .
Selection Text: S_CLOSD = D .
Selection Text: S_CLMTY = D .





Selection Text: S_CLMNO = D .
Selection Text: S_CLMGP = D .
Selection Text: S_CLMCON = D .
Selection Text: S_CLERK = D .
Selection Text: S_CHNGD = D .
Selection Text: S_CHNGB = D .
Title: Warranty Workbench
Text Symbol: 004 = Claim Header Data
Text Symbol: 005 = Processing Data
Text Symbol: 006 = Object Data
Text Symbol: 008 = Period
Text Symbol: 009 = to
Text Symbol: 010 = Partners
Text Symbol: 011 = Documents selected, Do you want to display?
Text Symbol: 012 = Warranty Workbench
Text Symbol: 101 = Warranty Claim
Text Symbol: 102 = Order
Text Symbol: 103 = Notification
Text Symbol: 104 = Purchase requisition
Text Symbol: 105 = Sales Documents
Text Symbol: 109 = Order status
Text Symbol: 110 = Claim Data
Text Symbol: 111 = General Data/Administrative Data
Text Symbol: 121 = Outstanding
Text Symbol: 122 = In process
Text Symbol: 123 = Completed
Text Symbol: 124 = Historical
Text Symbol: 125 = Sel.profile
Text Symbol: 150 = General Selection Criteria
Text Symbol: 151 = Profile
Text Symbol: 152 = Selection Mode


INCLUDES used within this REPORT RWTYSC_WWB

INCLUDE RWTYSC_WWBTOP. " GLOBAL DATA


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:

CMIG_ACTIVE_BADI CALL FUNCTION 'CMIG_ACTIVE_BADI' EXPORTING ip_badi = 'WTYSC_WWB_SEL_SCREEN' * IP_FILTER = IMPORTING ep_active_badi_exists = gr_sel_badi_active.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SELSCR' * P_PROGRAM = ' ' TABLES p_exclude = gt_exclude.

POPUP_TO_CONFIRM



CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-012 text_question = text display_cancel_button = ' ' IMPORTING answer = answer.

CWTYSC_WWB_READ_USER_PROFILE CALL FUNCTION 'CWTYSC_WWB_READ_USER_PROFILE' EXPORTING i_user_name = sy-uname IMPORTING es_profile = gs_profile EXCEPTIONS no_user_profile_found = 1 no_std_profile_found = 2 OTHERS = 3.

CWTYSC_WWB_READ_PROFILE_DETAIL CALL FUNCTION 'CWTYSC_WWB_READ_PROFILE_DETAIL' EXPORTING is_profile = p_prof TABLES et_viewtypes = lt_viewtype EXCEPTIONS profile_does_not_exist = 1 OTHERS = 2.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P_VTYPE' values = lt_values[] EXCEPTIONS id_illegal_name = 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 RWTYSC_WWB or its description.