BBP_ATTR_XPRA350 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Conversion of organizational attributes in infotypes (Release 3...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter BBP_ATTR_XPRA350 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Conversion 3.50: EBP Function and Responsibilities by Info Types
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = gt_msg exceptions others = 0.
SUBST_GET_SOURCERELEASE CALL FUNCTION 'SUBST_GET_SOURCERELEASE' IMPORTING ev_sourcerelease = g_srcrel EXCEPTIONS OTHERS = 1.
SUBST_GET_DESTRELEASE CALL FUNCTION 'SUBST_GET_DESTRELEASE' IMPORTING ev_destrelease = g_dstrel EXCEPTIONS OTHERS = 1.
PATH_BUILD CALL FUNCTION 'PATH_BUILD' IMPORTING path_id = g_wegid TABLES 77aw = gt_77aw.
RH_INTERNAL_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_INTERNAL_ACTIVE_WF_PLVAR' EXPORTING act_mandt =
-mandt IMPORTING active_plvar = g_plvar EXCEPTIONS no_active_plvar_found = 1 OTHERS = 2.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BBP_ATTR_XPRA350 - Conversion 3.50: EBP Function and Responsibilities by Info Types BBP_ATTR_XPRA350 - Conversion 3.50: EBP Function and Responsibilities by Info Types BBP_ATTR_X300 - Program BBP_ATTR_X300 BBP_ATTR_X300 - Program BBP_ATTR_X300 BBP_ATTR_TEXT_REFRESH - Program BBP_ATTR_TEXT_REFRESH BBP_ATTR_TEXT_REFRESH - Program BBP_ATTR_TEXT_REFRESH