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

log entry subscreen lbk1

Former Member
0 Likes
1,750

Hi all,

I have implemented LGE_SUBSCR_ACL for logbook creation .

this badi allows you to create your own subscreen.I am able see the subscreen in lbk1 tcode.

but while running this badi i get a short dump although it displays the screen.

very urgent.I am very much struggleing .

PLS HELP

Regards

Hi all,

I have implemented LGE_SUBSCR_ACL for logbook creation .

this badi allows you to create your own subscreen.I am able see the subscreen in lbk1 tcode.

but while running this badi i get a short dump although it displays the screen.

very urgent.I am very much struggleing .

PLS HELP

Regards

10 REPLIES 10
Read only

Former Member
0 Likes
1,673

what is the message you got in short dump, look into that message carefully you will find solution. If not paste the short dump message.

Read only

0 Likes
1,673

have implemented LGE_SUBSCR_ACL for logbook creation .

this badi allows you to create your own subscreen.

but while running this badi i get a short dump although it displays the screen.

Exception condition "APPL_OBJ_INITIAL" raised.

I am getting the bellow dump .

at happened?

The current ABAP/4 program encountered an unexpected

situation.

at can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can

at and manage termination messages, and you can also

keep them for a long time.

ror analysis

A RAISE statement in the program "CL_GUI_BROWSER_OHFW=

exception

condition "APPL_OBJ_INITIAL".

Since the exception was not intercepted by a superior

program, processing was terminated.

Read only

0 Likes
1,673

when i am clicking on save button iam getting the bellow error.

null object reference is not allowed.

kindly help me,

padmaja.

Read only

0 Likes
1,673

Hi ,

Check whether you are passing any NULL/INITIAL value to a screen element of your subscreen which should n't be.

check the field values which you are passing in teh subscreen.

Revrt back if any issue.

Regards,

Naveen

Read only

0 Likes
1,673

hi,

I am not able to find out the reason.can u please explain clearly.

padmaja.

Read only

0 Likes
1,673

can you tell the input fields cretaed on the subscreen?

REgards,

Naveen

Read only

0 Likes
1,673

CHeck if you have declared any variable wrongly or not passing data to some fields.

Read only

0 Likes
1,673

hi,

i have created the bellow fields,

DIACL_LGE_DS-LOGID -


log entry

DIACL_LGE_DS-LETYP-----log entry type

DIACL_LGE_DS-STXT----


description

DIACL_LGE_DS-STARTTM -


starttime

DIACL_LGE_DS-STARTDT-----startdate

DIACL_LGE_DS-STARTTZ------startzone

DIACL_LGE_DS-ENDTM----


endtime

DIACL_LGE_DS-ENDdt-enddate

DIACL_LGE_DS-ENDtz-------endzone

DIACL_LGE_DS-CYCLES-----no of cycles.

which are available in DIACL_LGE_DS-CYCLES structure and are updated in the table DIACL_LOG_ENTRY.I have not written any code in pbo and pai of subscreen.activated that's it.

regards,

padmaja

Read only

0 Likes
1,673

hi naveen,

still i didn't get any solution for my problem .

kindly spend some time .

thanks in advance,

padmaja.

Read only

Former Member
0 Likes
1,673

I am closing this thread.

still my problem is not answered.

thanks to all.

padmaja