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

Dump in EA54

Former Member
0 Likes
978

Dear Experts

We are using t-code  standard t-code  EA54 , when we are  entering this t-code this gives Short Dump

Error analysis :  Progaramme SAPLXE20A dynpro screen : 0100 not exist.

But same error not exist in DEV QAS occurs only in Test.

No where this screen exist in all servers

and the part of code (standard code  calling sub screen) which gives dump is not executing in DEV and QAS but it was executing in Tst .

what might be the reason ...?

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
925

I can't check at the moment, but I seem to recall that SAPLXE20A is a user exit function. Looks like your QA and DEV systems are out of sync.

Dear Experts

We are using t-code  standard t-code  EA54 , when we are  entering this t-code this gives Short Dump

Error analysis :  Progaramme SAPLXE20A dynpro screen : 0100 not exist.

But same error not exist in DEV QAS occurs only in Test.

No where this screen exist in all servers

and the part of code (standard code  calling sub screen) which gives dump is not executing in DEV and QAS but it was executing in Tst .

what might be the reason ...?

6 REPLIES 6
Read only

matt
Active Contributor
0 Likes
926

I can't check at the moment, but I seem to recall that SAPLXE20A is a user exit function. Looks like your QA and DEV systems are out of sync.

Read only

0 Likes
925

Yes, SAPLX* programs are function group main programs of customer exits, here check Enhancement EBIS006 "IS-U: User Exit PBO: PBO for Customer Subscreen". Check in TST if a project (CMOD look for the Enhancement in F4) with this enhancement is implemented.

Regards,

Raymond

Read only

rajesh_akarte2
Active Participant
0 Likes
925

This might be due to screen exit is implemented in Test system but not in others.

Check the implementation of the exit in test system and deactivate it.

User exit might be - EBIS0006

Regards,
Rajesh Akarte

Read only

Former Member
0 Likes
925

Hi,

     Please check your screen 0100 is active or not as well as check your project enhancement is active or not.

Regards

Amit

Read only

Former Member
0 Likes
925

from  smod i  entered into   EBIS0006 and click on check

it was showing error

non existance components

SAPLE20A0200_SUB_SAPLXE20A0100       Enhanced Data for rate

componenent  EXIT_SAPLE20A_003 is activated but screen not created any specific

Read only

Former Member
0 Likes
925

Thankyou

It was resolved...