SAP Reports / Programs

RADBUFTR SAP ABAP Report - DD: Transfer of Buffering Data from DDBUF







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


Text pool values


Title: DD: Transfer of Buffering Data from DDBUF
Text Symbol: 009 = Technical settings make no sense,
Text Symbol: 011 = Technical settings should be deleted
Text Symbol: 012 = are not generated
Text Symbol: 013 = Technical settings for table & could not be written
Text Symbol: 014 = Active version is already converted, revised
Text Symbol: 015 = Edit table &
Text Symbol: 016 = Table & edited
Text Symbol: 008 = Table has type
Text Symbol: 001 = Transfer of buffering information DDBUF -> DD09L
Text Symbol: 002 = :Activations
Text Symbol: 003 = Technical settings table
Text Symbol: 004 = could not be read
Text Symbol: 005 = Header information table
Text Symbol: 006 = could not be read
Text Symbol: 007 = does not exist
Text Symbol: 025 = Edit N version
Text Symbol: 026 = Edit A version
Text Symbol: 027 = Entries without buffering type could be converted
Text Symbol: 028 = Entries without buffering type could not be converted
Text Symbol: 029 = Entries with buffering type could be converted
Text Symbol: 030 = Entries with buffering type could not be converted
Text Symbol: 024 = Of which with errors.......................: &
Text Symbol: 017 = Technical settings for & were activated successfully
Text Symbol: 018 = Technical settings for & were activated with warning
Text Symbol: 019 = Technical settings for & were not activated
Text Symbol: 020 = Version is old
Text Symbol: 021 = Table
Text Symbol: 022 = Number of edited technical settings: &
Text Symbol: 023 = Of which successful or no action required..: &


INCLUDES used within this REPORT RADBUFTR

INCLUDE RADBTMAC.
INCLUDE RADBTOUM.
INCLUDE RADBTLOM.


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:

DD_TABT_GET CALL FUNCTION 'DD_TABT_GET' EXPORTING GET_STATE = 'M' PRID = PRID TABL_NAME = TABNAME IMPORTING DD09L_WA_A = DD09L_WA_A DD09L_WA_N = DD09L_WA_N GOT_STATE = GOT_STATE_09 EXCEPTIONS ILLEGAL_VALUE = 1 OP_FAILURE = 2 OTHERS = 3.

DD_TBHD_GET CALL FUNCTION 'DD_TBHD_GET' EXPORTING GET_STATE = 'M' TABL_NAME = TABNAME PRID = PRID IMPORTING DD02V_WA_A = DD02V_WA_A DD02V_WA_N = DD02V_WA_N GOT_STATE = GOT_STATE_02 EXCEPTIONS ILLEGAL_VALUE = 1 OP_FAILURE = 2 OTHERS = 3.

DD_TABT_PUT CALL FUNCTION 'DD_TABT_PUT' EXPORTING DD09L_WA = DD09L_WA PRID = PRID PUT_STATE = PUT_STATE TABL_NAME = DD09L_WA-TABNAME EXCEPTIONS ILLEGAL_VALUE = 1 OBJECT_INCONSISTENT = 2 OTHERS = 3.

DD_TABT_ACTM CALL FUNCTION 'DD_TABT_ACTM' EXPORTING ACT_MODE = 3 TABNAME = TABNAME GET_STATE = GET_STATE NTABSTATE = 'A' CNV_ORDER = 'B' PRID = PRID EXCOMMIT = ' ' IMPORTING ACT_RESULT = ACT_RESULT EXCEPTIONS ILLEGAL_VALUE = 1 OP_FAILURE = 2 OTHERS = 3.

APPEND_PROTOCOL CALL FUNCTION 'APPEND_PROTOCOL' EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = SPROT_U_TAB.



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