SAP IF_EX_ISU_WA_HAZARD_WASTE OO Class - BAdI Interface IF_EX_ISU_WA_HAZARD_WASTE









IF_EX_ISU_WA_HAZARD_WASTE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_EX_ISU_WA_HAZARD_WASTE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_EX_ISU_WA_HAZARD_WASTE SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ACTION_ALV_FIELDCATDefine ALF List for Waste Disposal Order/Weighing RecordPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>ACTION_ALV_FIELDCAT...more details

ACTION_FIELD_DISPLAYForward navigationPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>ACTION_FIELD_DISPLAY...more details

ACTION_ORDERPRINTPrint Waste Disposal DocumentsPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>ACTION_ORDERPRINT...more details

ACTION_PINTPARAMSDefine Print Parameters for Waste Disposal DocumentsPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>ACTION_PINTPARAMS...more details

ACTION_SAVE_CARGOUpdate General Cargo EntryPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>ACTION_SAVE_CARGO...more details

ACTION_SAVE_SRUpdate Service FrequencyPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>ACTION_SAVE_SR...more details

ACTION_SAVE_WAORDERUpdate Waste Disposal OrderPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>ACTION_SAVE_WAORDER...more details

ACTION_SAVE_WDPLANTUpdate Waste Disposal FacilityPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>ACTION_SAVE_WDPLANT...more details

ACTION_SAVE_WEIGHNOTEUpdate Waste Disposal OrderPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>ACTION_SAVE_WEIGHNOTE...more details

ACTION_SAVE_WEIGHPRCUpdate Weighing ProcedurePublic
CALL METHOD if_ex_isu_wa_hazard_waste=>ACTION_SAVE_WEIGHPRC...more details

CHECKDATA_WAORDERCheck Data for Waste Disposal Order ItemPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>CHECKDATA_WAORDER...more details

CHECKDATA_WEIGHNOTECheck Data for Weighing Data RecordsPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>CHECKDATA_WEIGHNOTE...more details

PREPARE_SAVE_CARGOPreparation for Update to General Cargo EntryPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PREPARE_SAVE_CARGO...more details

PREPARE_SAVE_SRPreparation for Update to Service FrequencyPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PREPARE_SAVE_SR...more details

PREPARE_SAVE_WAORDERPreparation for Update to Waste Disposal OrderPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PREPARE_SAVE_WAORDER...more details

PREPARE_SAVE_WDPLANTPreparation for Update to Waste Disposal FacilityPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PREPARE_SAVE_WDPLANT...more details

PREPARE_SAVE_WEIGHNOTEPreparation for Update to Waste Disposal OrderPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PREPARE_SAVE_WEIGHNOTE...more details

PREPARE_SAVE_WEIGHPRCPreparation for Update to Weighing ProcedurePublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PREPARE_SAVE_WEIGHPRC...more details

PROGPAI_CARGOPAI General Cargo EntryPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PROGPAI_CARGO...more details

PROGPAI_SRPAI Service FrequencyPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PROGPAI_SR...more details

PROGPAI_WDPLANTPAI Waste Disposal FacilityPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PROGPAI_WDPLANT...more details

PROGPAI_WEIGHFASTPAI Accelerated Weighing EntryPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PROGPAI_WEIGHFAST...more details

PROGPAI_WEIGHPRCPAI Weighing ProcedurePublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PROGPAI_WEIGHPRC...more details

PROGPBO_CARGOPBO General Cargo EntryPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PROGPBO_CARGO...more details

PROGPBO_SRPBO Service FrequencyPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PROGPBO_SR...more details

PROGPBO_WDPLANTPBO Waste Disposal FacilityPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PROGPBO_WDPLANT...more details

PROGPBO_WEIGHFASTPBO Accelerated Weighing EntryPublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PROGPBO_WEIGHFAST...more details

PROGPBO_WEIGHPRCPBO Weighing ProcedurePublic
CALL METHOD if_ex_isu_wa_hazard_waste=>PROGPBO_WEIGHPRC...more details



IF_EX_ISU_WA_HAZARD_WASTE attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
CAPP_CARGOConstantCharacter Field Length = 10'CARGO_ENTRY'LIKE
CHAR30
Public
CAPP_MULTIWEIGHConstantMultiple Item Weighing'MULTIWEIGHING'LIKE
CHAR30
Public
CAPP_ORDERCONFORMConstantCharacter Field Length = 10'WAORDER_CONFORM'LIKE
CHAR30
Public
CAPP_ORDERCREATEConstantCharacter Field Length = 10'WAORDER_CREATE'LIKE
CHAR30
Public
CAPP_ORDERDELETEConstantCharacter Field Length = 10'WAORDER_DELETE'LIKE
CHAR30
Public
CAPP_ORDERLOEVMInstance AttributeLIKE
Private
CAPP_ORDERPLANConstantCharacter Field Length = 10'WAORDER_PLAN'LIKE
CHAR30
Public
CAPP_ORDERWDOCInstance AttributeLIKE
Private
CAPP_SRConstantCharacter Field Length = 10'SERVICE_FREQUENCY'LIKE
CHAR30
Public
CAPP_WDPLANTConstantCharacter Field Length = 10'WDPLANT'LIKE
CHAR30
Public
CAPP_WEIGHFASTConstantCharacter Field Length = 10'WEIGHING_FAST'LIKE
CHAR30
Public
CAPP_WEIGHPRCConstantCharacter Field Length = 10'WEIGHING_PRC'LIKE
CHAR30
Public
CBOJ_WDPLANTConstantCharacter Field, 8 Characters Long'WDPLANT'LIKE
CHAR10
Public
CBOJ_WEIGHPRCConstantCharacter Field, 8 Characters Long'WEIGHPRC'LIKE
CHAR10
Public
CCHECK_CONFORMConstantCharacter Field Length = 10'CONFORM'LIKE
CHAR10
Public
CCHECK_DELETEConstantCharacter Field Length = 10'DELETE'LIKE
CHAR10
Public
CCHECK_PLANConstantCharacter Field Length = 10'PLAN'LIKE
CHAR10
Public
CMODE_DISPLAYConstantCharacter Field of Length 6'DISPLA'LIKE
CHAR6
Public
CMODE_EDITConstantCharacter Field of Length 6'EDIT'LIKE
CHAR6
Public
CMODE_INSERTConstantCharacter Field of Length 6'INSERT'LIKE
CHAR6
Public
CMODIFY_CHANGEConstantCharacter Field of Length 6'CHANGE'LIKE
CHAR6
Public
CMODIFY_CREATEConstantCharacter Field of Length 6'CREATE'LIKE
CHAR6
Public
CMODIFY_DELETEConstantCharacter Field of Length 6'DELETE'LIKE
CHAR6
Public
CMODIFY_STORNOConstantCharacter Field of Length 6'STORNO'LIKE
CHAR6
Public
COBJ_CARGOConstantCharacter Field, 8 Characters Long'CARGO'LIKE
CHAR10
Public
COBJ_SRConstantCharacter Field, 8 Characters Long'SR'LIKE
CHAR10
Public
COBJ_WAORDERConstantCharacter Field, 8 Characters Long'WAORDER'LIKE
CHAR10
Public
COBJ_WEIGHNOTEConstantCharacter Field, 8 Characters Long'WEIGHNOTE'LIKE
CHAR10
Public
CSTEP_AFTERConstantCharacter Field of Length 6'AFTER'LIKE
CHAR6
Public
CSTEP_BEFOREConstantCharacter Field of Length 6'BEFORE'LIKE
CHAR6
Public


Links to Related Class(s)

IF_EX_IS...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!