SAP Reports / Programs | Logistics - General | Batches(LO-BM) SAP LO

RVBCOR08 SAP ABAP Report - Maintaining Standard Characteristics with Object Dependencies







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


Text pool values


Title: Maintaining Standard Characteristics with Object Dependencies
Text Symbol: UTC = LOBM: Time Stamp Prodctn Date
Text Symbol: MIN = LOBM: Calc. Maturity in Secs.
Text Symbol: MAX = LOBM: Calc. Shlf Life in Secs.
Text Symbol: 021 = For Details, See Application Log Object CAPI, Subobject CAPI_LOG
Text Symbol: 020 = Error in Customizing: Status Object Dependcies - Status 'Release' Not Defined
Text Symbol: 019 = Error while creating/changing variant function '&'!
Text Symbol: 018 = Variant function '&1' was generated - status: '&2'
Text Symbol: 017 = Char.
Text Symbol: 016 = LOBM: SLED calcul. with %
Text Symbol: 015 = LOBM: Calculation of SLED
Text Symbol: 014 = LOBM: Calc. availability date
Text Symbol: 013 = Obj.dependencies
Text Symbol: 012 = Error occured when updating obj. depend. '&'
Text Symbol: 011 = --> Reason: int. error in FM 'CUKD_API_ALLOCATIONS_MAINTAIN'
Text Symbol: 010 = Assignment char. '&1' <-> obj. depend. '&2' successful
Text Symbol: 009 = Error occured when creating obj. depend. '&'
Text Symbol: 008 = Object dependency '&1' was created - Status: '&2'
Text Symbol: 007 = --> Reason: &1 '&2' is not available
Text Symbol: 006 = Assignment char. '&1' <-> obj. depend. '&2' canceled
Text Symbol: 005 = Object dependency '&' has not been changed
Text Symbol: 004 = Object dependency '&1' has been updated - Status: '&2'
Text Symbol: 003 = Obj. depend. '&' is neither activity nor procedure
Text Symbol: 002 = dependencies to batch obj. characteristics
Text Symbol: 001 = Table TCB03 does not contain any info. about assigning object


INCLUDES used within this REPORT RVBCOR08

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:

BAPI_LOG_INIT CALL FUNCTION 'BAPI_LOG_INIT'. "1874759

CALO_MSG_APPEND_DB_LOG CALL FUNCTION 'CALO_MSG_APPEND_DB_LOG' EXCEPTIONS OTHERS = 1.

CUKD_API_ALLOCATIONS_MAINTAIN CALL FUNCTION 'CUKD_API_ALLOCATIONS_MAINTAIN' EXPORTING allocation_number = cabn-knobj table = obtab TABLES allocations = allocation EXCEPTIONS error = 1 OTHERS = 2.

CUKD_API_DEP_READ CALL FUNCTION 'CUKD_API_DEP_READ' EXPORTING knnam = knnam date = sy-datum with_basic_data = 'X' IMPORTING basic_data = ircukb1 EXCEPTIONS error = 1 OTHERS = 2.

CUKD_API_DEP_MAINTAIN CALL FUNCTION 'CUKD_API_DEP_MAINTAIN' TABLES basic_data = ircukb1 names = ircukbt1 docus = ircukdoc1 sources = ircukn1 EXCEPTIONS error = 1 OTHERS = 2.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = knnam EXCEPTIONS function_not_exist = 1 OTHERS = 99.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = knnam EXCEPTIONS function_not_exist = 1 OTHERS = 99.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = knnam EXCEPTIONS function_not_exist = 1 OTHERS = 99.

CAMA_FUNCTION_MAINTAIN CALL FUNCTION 'CAMA_FUNCTION_MAINTAIN' TABLES var_function_basic_data = ibasic_data var_function_parameters = icharact var_function_descriptions = idescript var_function_alt_input = ialt_input EXCEPTIONS error = 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 RVBCOR08 or its description.