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

Error in SLG1

Former Member
0 Likes
799

Hi all,

Iam getting error like Requested Paremeter does not exist in SLG1 while creating log.

Please give me some ideas to solve this issue..

Thanks in advance.......

Hi all,

Iam getting error like Requested Paremeter does not exist in SLG1 while creating log.

Please give me some ideas to solve this issue..

Thanks in advance.......

2 REPLIES 2
Read only

Former Member
0 Likes
633

How are you creating the error log. If you are using the BAL_LOG_CREATE FM, make sure you are passing atleast the following parameters

extnumber

aluser

alprog

object

subobject

altdate_del

If not use teh above FM, and use the BAL_LOG_MSG_ADD FM to add the message, and BAL_DB_SAVE to save the message.

Albert

Read only

0 Likes
633

i have Passed all the parameters mentioned