Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

APPL_LOG_SET_OBJECT

Former Member
0 Likes
394

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

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
340

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

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
341

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