Application Development 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: 

Dump in a my transaction to the standard IE4N

Former Member
0 Kudos

Hi!

I like do a transaction to the standard transaction IE4N.

If I run in the fastpath of Sap it works.

It I run in the se93, with F8, it does a dump.

It I call in a Area menu it does a dump.

What happens?

Thanks!

Marcos.

I created a transaction with this datas:

Transaction text Equipment Installation and Dismant.

Program SAPLIPW4

Screen number 100

Not Authorization object.

Checked: Maintenance of standard transaction variant allow....

Professional User Transaction

SAPGUI for HMTL

SAPGUI for Java

SAP GUI for Windows.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Please check note 845962.

Rob

3 REPLIES 3

Former Member
0 Kudos

Hi,

Can you paste the dump details here?

Regards,

Satish

Former Member
0 Kudos

Runtime Errors RAISE_EXCEPTION

Date and Time 03.12.2007 13:34:28

Short text

Exception condition "DUMP_DUE_TO_NOT_SUPPORTED_USE" raised.

What happened?

The current ABAP/4 program encountered an unexpected

situation.

Error analysis

A RAISE statement in the program "SAPLIPW4" raised the exception

condition "DUMP_DUE_TO_NOT_SUPPORTED_USE".

Since the exception was not intercepted by a superior

program, processing was terminated.

Short description of exception condition:

For detailed documentation of the exception condition, use

Transaction SE37 (Function Library). You can take the called

function module from the display of active calls.

-

Trigger Location of Runtime Error

Program SAPLIPW4

Include LIPW4FB6

Row 17

Module type (FORM)

Module Name ERROR_CALLD_BINPT

Source Code Extract

Line SourceCde

1 ----


2 ***INCLUDE LIPW4FB6 .

3 ----


4 &----


5 *& Form error_calld_binpt

6 &----


7 * text

8 ----


9 * --> p1 text

10 * <-- p2 text

11 ----


12 FORM error_calld_binpt .

13

14 if not sy-calld is initial or

15 not sy-binpt is initial.

16

>>>>> raise DUMP_DUE_TO_NOT_SUPPORTED_USE.

18

19 endif.

20

21 ENDFORM. " error_calld_binpt

Former Member
0 Kudos

Please check note 845962.

Rob