SAP Function RPY_BOM_READ - Read Business Object Model of a Component

Parameter Reference Type Length Default Optional Text
COMP_ID DF14L-FCTR_ID C 20 Component whose bo-model is to be read
LANGU SYST-LANGU C 1 SY-LANGU X Language of the texts and docu to be read
WITH_FORM_DOCU RPYBOGF-FLAG C 1 'X' X Requires formatted documentation
WITH_OBJDEF RPYBOGF-FLAG C 1 'X' X Requires attrib., meth., events, keys, interf.
WITH_SAPSCRIPT_DOCU RPYBOGF-FLAG C 1 'X' X Requires SAPScript documentation

Parameter Reference Type Length Text
ERROR_OCCURED RPYGSGF-ERR_EXIST C 1 Tells whether an error has occured
PROCESSING_STATUS RPYGSGF-PROC_STAT C 2 Tells what has been done

Parameter Reference Length Optional Text
BOM_CONNECTIONS RPYBORL 52 Type of connections between the objects
BOM_NODES RPYBOM140 92 Business Object Model
BO_ATTRIBUTES RPYBOAT 348 X if verbs required (i.e. with_verbs = 'X')
BO_EVENTS RPYBOEV 196 X if verbs required (i.e. with_verbs = 'X')
BO_EVPARAMS RPYBOEP 335 X if paramters required (i.e. with_params = 'X')
BO_FORMDOCU RPYBOFD 73 X if formatted docu required (with_formdodu = 'X')
BO_INTERFACES RPYBOIF 135 X ifparams required (i.e. with_verbs = 'X')
BO_KEYFIELDS RPYBOKE 289 X if verbs required (i.e. with_verbs = 'X')
BO_METHODS RPYBOME 344 X if verbs required (i.e. with_verbs = 'X')
BO_MEXCEPTIONS RPYBOEX 188 if method exceptions required
BO_MPARAMS RPYBOMP 367 X if parameters required (i.e. with_params = 'X')
BO_SAPSCRIPTDOCU RPYBOSD 134 X if SAPScript-docu required
BO_TYPE_INFO RPYBOBS 574 Object spec (from table TOJTB)
ERRORS RPYGSER 268 Info-structure upon possible errors

Exception Text
NOT_FOUND
PERMISSION_ERROR