cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_READ_ATTRIBUTES

Former Member
0 Kudos

hello friends,

this FM doesnt provide any results. How do you call it correctly.

Thanks in advance.

Ilhan

CALL FUNCTION 'BBP_READ_ATTRIBUTES'
* EXPORTING
*   IV_OBJECT                     =
*   IV_USER                       =
*   IV_ORGUNIT                    =
*   IV_PARTNER                    =
*   IV_APPLIC                     =
*   IV_SCENARIO                   = 'BBP'
*   IV_ATTR_SINGLE                =
*   IT_ATTR_LIST                  =
* IMPORTING
*   ET_ATTR                       =
*   ET_ATTR_DFT                   =
*   EV_ATTR_DFT_SINGLE            =
* EXCEPTIONS
*   OBJECT_ID_NOT_FOUND           = 1
*   NO_ATTRIBUTES_REQUESTED       = 2
*   ATTRIBUTES_READ_ERROR         = 3
*   OTHERS                        = 4
          .
IF sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please check the [Read Attributes Code Sample|https://www.sdn.sap.com/irj/scn/wiki?path=/display/srm/codeSample2-Reporttodisplayuserattributes] in SDN.

Regards

Kathirvel

Answers (0)