SAP Function /SAPBOQ/COMPOSITE_READ -

Parameter Reference Type Length Default Optional Text
BYPASSING_BUFFER RM11P-XFELD C 1 ' ' X Read first in buffer (internal tables)
CHECK_AUTH RM11P-XFELD C 1 ' ' X Authorization check
C_ASNUM ASMD-ASNUM C 18 Service number (main item)
LANGU SYST-LANGU C 1 Language of the short texts
WITH_COMPOSITE RM11P-XFELD C 1 'X' X For filling tables COMPOSITE, MITEM_ASMD, SITEM_ASMD
X_AKTYP RM11P-XFELD C 1 ' ' X Activity category

Parameter Reference Type Length Text
ASMD ASMD u 345 service master record
ASMDT ASMDT u 64 service short text
COMPOSITE_FOUND RM11P-XFELD C 1 service master record is main item

Parameter Reference Length Optional Text
COMPOSITE /SAPBOQ/COMP 51 X Composite service master data
SITEM_ASMD ASMD 345 X Subitems: service master records
SITEM_ASMDT ASMDT 64 X Subitems: service short texts

Exception Text
AUTH_NO_BEGRU
MITEM_ASMDT_NOT_FOUND service short text (of main item) not found
MITEM_ASMD_NOT_FOUND service master record of a main item not found
MITEM_INTERNAL
SITEM_ASMDT_NOT_FOUND service short text of a subitem not found
SITEM_ASMD_NOT_FOUND service master record of a subitem not found
SITEM_INTERNAL

Functionality
You can use this function module to read a service master record,depending on the indicator WITH_COMPOSITE.
If the indicator WITH_COMPOSITE is not set, you can read any servicemaster record.

  • The system returns the following parameters:

  • ASMD
    ASMDT
    If the indicator WITH_COMPOSITE is set to X, you can read any servicemaster record. The system returns more parameters.
    • For each service master record, the system returns the following
    • parameters:
      ASMD
      ASMDT
      COMPOSITE_FOUND
      If the service master record is a main item and belongs to a compositeof service master records, the system sets COMPOSITE_FOUND = X.
      • If the parameter COMPOSITE_FOUND is X, the system returns the following
      • parameters:
        COMPOSITE (relation from the main item to the subitems)
        SITEM_ASMD (service master records of subitems)
        SITEM_ASMDT (text of service master records of subitems)