‎2008 Aug 14 2:43 PM
Hi,
I pass the value c_obj and c_sub to the FM
APPL_LOG_SET_OBJECT.
they r defined as follows:
CONSTANTS: C_OBJ TYPE BALHDR-OBJECT VALUE 'Z111',
C_SUB TYPE BALHDR-SUBOBJECT VALUE 'Z222',
Do I need to create these objects Z111 and Z222 or they r automatically created in the FM ? If I have to create them, how do I do so ?
thks
‎2008 Aug 14 2:57 PM
The object must exist in table [BALOBJ|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=balobj&adv=false&sortby=cm_rnd_rankvalue] and the sub-object in [BALSUB|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=balsub&adv=false&sortby=cm_rnd_rankvalue].
There are maintenance dialogs for these tables. (SM34 view cluster APPL_LOG [Transaction SLG0|https://www.sdn.sap.com/irj/sdn/advancedsearch?query=transaction+slg0&cat=sdn_all])
Regards
‎2008 Aug 14 2:57 PM
The object must exist in table [BALOBJ|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=balobj&adv=false&sortby=cm_rnd_rankvalue] and the sub-object in [BALSUB|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=balsub&adv=false&sortby=cm_rnd_rankvalue].
There are maintenance dialogs for these tables. (SM34 view cluster APPL_LOG [Transaction SLG0|https://www.sdn.sap.com/irj/sdn/advancedsearch?query=transaction+slg0&cat=sdn_all])
Regards