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: 

RE: Short dump after activation of BADI

Former Member
0 Kudos

Hi all,

We are getting short dumps in all the transactions after activating the BADI 'BADI_LAYER'

We are not able to execute any of the transactions.

The details of runtimeerror

Runtime Errors RAISE_EXCEPTION

Date and Time 30.07.2007 09:58:06

-

-


-

-


Short text

Exception condition "SINGLE_EXIT_MULTIPLY_ACTIVE" raised.

-

-


-

-


What happened?

The current ABAP/4 program encountered an unexpected

situation.

-

-


-

-


What 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 look

at and manage termination messages, and you can also

keep them for a long time.

-

-


-

-


Error analysis

A RAISE statement in the program "CL_EXITHANDLER================CP" raised the

exception

condition "SINGLE_EXIT_MULTIPLY_ACTIVE".

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.

-

-

-


-

-


How to correct the error

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"RAISE_EXCEPTION" " "

"CL_EXITHANDLER================CP" or "CL_EXITHANDLER================CM001"

"GET_INSTANCE"

or

"CL_EXITHANDLER================CP" "SINGLE_EXIT_MULTIPLY_ACTIVE"

or

"SAPMF05A " "SINGLE_EXIT_MULTIPLY_ACTIVE"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which

actions and input led to the error.

-

-


-

-


System environment

SAP-Release 700

Application server... "sapdevp"

Network address...... "192.168.0.205"

Operating system..... "Windows NT"

Release.............. "5.2"

Hardware type........ "4x Intel 80686"

Character length.... 16 Bits

Pointer length....... 32 Bits

Work process number.. 0

Shortdump setting.... "full"

Database server... "SAPDEVP"

Database type..... "ORACLE"

Database name..... "TDV"

Database user ID.. "SAPSR4"

Char.set.... "C"

SAP kernel....... 700

created (date)... "Apr 2 2006 23:08:16"

create on........ "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"

Database version. "OCI_10103_SHARE "

Patch level. 52

Patch text.. " "

Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."

SAP database version. 700

Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"

Memory consumption

Roll.... 8176

EM...... 6271344

Heap.... 0

Page.... 57344

MM Used. 1728072

MM Free. 360856

-

-


-

-


User and Transaction

Client.............. 400

User................ "FIUSER01"

Language key........ "E"

Transaction......... "FB50 "

Program............. "CL_EXITHANDLER================CP"

Screen.............. "SAPMF05A 1010"

Screen line......... 7

-

-


-

-


Information on where terminated

Termination occurred in the ABAP program "CL_EXITHANDLER================CP" -

in "GET_INSTANCE".

The main program was "SAPMF05A ".

In the source code you have the termination point in line 145

of the (Include) program "CL_EXITHANDLER================CM001".

-

-


-

-


Source Code Extract

-

-


Line

SourceCde

-

-


115

SELECT SINGLE is_impl FROM badiisimpled INTO is_impl

116

WHERE badi_name = mig_badi_name.

117

IF sy-subrc NE 0.

118

  • not yet filled

119

is_impl = cl_enh_badi_tool_utilities=>update_badiisimpled( mig_badi_name ).

120

ENDIF.

121

122

IF is_impl = 'X'.

123

  • ok at least one implementation found

124

act_imp_existing = 'X'.

125

ENDIF.

126

127

ENDIF.

128

ENDIF.

129

ELSE.

130

131

  • check how many implementations exist for an exit

132

CALL METHOD cl_badi_flt_data_trans_and_db=>act_imps_per_flt_val

133

EXPORTING

134

runtime_call = seex_true

135

exit_name = exit_name

136

EXCEPTIONS

137

singular_exit_multiply_active = 1

138

no_active_implementation = 2

139

only_default_implementation = 3

140

OTHERS = 4.

141

CASE sy-subrc.

142

WHEN 0.

143

act_imp_existing = seex_true.

144

WHEN 1.

>>>>>

RAISE single_exit_multiply_active.

146

WHEN 2.

147

act_imp_existing = seex_false.

148

WHEN 3.

149

act_imp_existing = seex_false.

150

def_impl = seex_true.

151

WHEN 4.

152

RAISE data_incons_in_exit_managem.

153

ENDCASE.

154

155

  • new parameter considered for performance purposes

156

IF act_imp_existing = seex_true OR

157

def_impl = seex_true OR

158

null_instance_accepted = seex_false.

159

160

  • ok, then do your job

161

CREATE OBJECT exit TYPE (abs_type_classname).

162

CATCH SYSTEM-EXCEPTIONS move_cast_error = 1.

163

instance ?= exit.

164

ENDCATCH.

-

-


-

-


Contents of system fields

-

-


Name

Val.

-

-


SY-SUBRC

1

SY-INDEX

0

SY-TABIX

0

SY-DBCNT

2

SY-FDPOS

1

SY-LSIND

0

SY-PAGNO

0

SY-LINNO

1

SY-COLNO

1

SY-PFKEY

FSKB

SY-UCOMM

SY-TITLE

Enter G/L Account Document: Company Code TJ01

SY-MSGTY

S

SY-MSGID

B!

SY-MSGNO

015

SY-MSGV1

00001140

SY-MSGV2

SY-MSGV3

SY-MSGV4

SY-MODNO

0

SY-DATUM

20070730

SY-UZEIT

095806

SY-XPROG

SY-XFORM

-

-


-

-


Active Calls/Events

-

-


No. Ty. Program Include Line

Name

-

-


5 METHOD CL_EXITHANDLER================CP CL_EXITHANDLER================CM001 145

CL_EXITHANDLER=>GET_INSTANCE

4 METHOD CL_EXIT_MASTER================CP CL_EXIT_MASTER================CM004 2

CL_EXIT_MASTER=>CLASS_CONSTRUCTOR

3 METHOD CL_EX_FI_HEADER_SUB_1300======CP CL_EX_FI_HEADER_SUB_1300======CM003 53

CL_EX_FI_HEADER_SUB_1300=>IF_EX_FI_HEADER_SUB_1300~PUT_DATA_TO_SCREEN_PBO

2 FORM SAPMF05A MF05AF00_D0100_PRE_APPL_SUB_2 50

D0100_PRE_APPL_SUB_PBO

1 MODULE (PBO) SAPMF05A MF05AO00_D0100_PRE_APPL_SUB 10

D0100_PRE_APPL_SUB

-

-


-

-


Chosen variables

-

-


Name

Val.

-

-


No. 5 Ty. METHOD

Name CL_EXITHANDLER=>GET_INSTANCE

-

-


EXIT_NAME

BADI_LAYER

44445445452222222222

2149FC19520000000000

00000000000000000000

00000000000000000000

NULL_INSTANCE_ACCEPTED

2

0

0

0

ACT_IMP_EXISTING

2

0

0

0

INSTANCE

F0000000

F0000000

%_SPACE

2

0

0

0

RSJOBINFO

00000000000000 ##

2222222222222222222222222222222233333333333333222222222222222222222222222222222200

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

%_DUMMY$$

2222

0000

0000

0000

SEEX_TRUE

X

5

8

0

0

SYST-REPID

CL_EXITHANDLER================CP

4454545444444533333333333333334522222222

3CF589481E4C52DDDDDDDDDDDDDDDD3000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

<%_TABLE_BADIISIMPLED>

???

??????

??????

SY-REPID

CL_EXITHANDLER================CP

4454545444444533333333333333334522222222

3CF589481E4C52DDDDDDDDDDDDDDDD3000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

SY-SUBRC

1

0000

1000

SY-XPROG

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

-

-


No. 4 Ty. METHOD

Name CL_EXIT_MASTER=>CLASS_CONSTRUCTOR

-

-


%_SPACE

2

0

0

0

SYST-REPID

CL_EXIT_MASTER================CP

4454545544554533333333333333334522222222

3CF5894FD13452DDDDDDDDDDDDDDDD3000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

SY-REPID

CL_EXIT_MASTER================CP

4454545544554533333333333333334522222222

3CF5894FD13452DDDDDDDDDDDDDDDD3000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

CL_EXIT_MASTER=>LAYER_EXIT

F0000000

F0000000

%_DUMMY$$

2222

0000

0000

0000

-

-


No. 3 Ty. METHOD

Name CL_EX_FI_HEADER_SUB_1300=>IF_EX_FI_HEADER_SUB_1300~PUT_DATA_TO_SCREEN_PBO

-

-


IM_BKPF

TJ01 2007SA00000000200707300400000000000000000000000000000000000000

2225433222222222233335433333333333333333333333333333333333333333333333333333333222222222222222

0004A01000000000020073100000000200707300400000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

IM_X_NO_INPUT

2

0

0

0

FLT_VAL

IN

44

9E

00

00

<EXIT_OBJ>-IMP_CLASS

???

??????

??????

<FLT_CACHE_LINE>-OBJ

| | F0000000 | | F0000000 | | %_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | | ME->INSTANCE_BADI_TABLE | | Table[initial] | | <EXIT_OBJ> | | ??? | | ?????? | | ?????? | | <%_L001> | | ??? | | ?????? | | ?????? | | RSJOBINFO | | 00000000000000 ## | | 2222222222222222222222222222222233333333333333222222222222222222222222222222222200 | | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 | | SY-REPID | | CL_EX_FI_HEADER_SUB_1300======CP | | 4454554454444455554533333333334522222222 | | 3CF58F69F851452F352F1300DDDDDD3000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | <%_L001>-METHOD_NAME | | ??? | | ?????? | | ?????? | | EXIT_OBJ_TAB | | Table[initial] | | SY-SUBRC | | 1 | | 0000 | | 1000 | | ME | |

F0000000

C0003000

SXRT_TRUE

X

5

8

0

0

-

-


No. 2 Ty. FORM

Name D0100_PRE_APPL_SUB_PBO

-

-


*BSEG-STBUK

2222

0000

0000

0000

%_DUMMY$$

2222

0000

0000

0000

SY-REPID

SAPMF05A

5454433422222222222222222222222222222222

310D605100000000000000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

SYST-REPID

SAPMF05A

5454433422222222222222222222222222222222

310D605100000000000000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

KDBTAB-DMBTR

0.0.0.0.0.0.1.

0000000

000000C

%_SPACE

2

0

0

0

KDPTAB-BELNR

2222222222

0000000000

0000000000

0000000000

KDPTAB-GJAHR

0000

3333

0000

0000

0000

KDPTAB-BUZEI

000

333

000

000

000

KDBTAB-XRUND

2

0

0

0

SPACE

2

0

0

0

F05ACTRL

2

0

0

0

SYST

######################################ð#######################################~######### C####

00000000000000000000000000000000000000F0000000000000000000000000000000000000107000000050240000

000000200000000000002010100010000000000000000010400000000000000000000000000080E000200080030100

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000

00000000000000000000000000000000000000000000000000000000000000000000000000000000000000D000000C

BSED

0000000# ############## 0000000000000000

2222222222222222233333330200000000000000223333333333333333222222222222222222222222222222222222

00000000000000000000000000000C000000C000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

000000000000000000000000C0000000C000000C000000000000000000000000000000000000000000000000000000

SY-SUBRC

1

0000

1000

G_APPL_SUB_ACTIVE

X

5

8

0

0

CHAR_X

X

5

8

0

0

%_ARCHIVE

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

BKPF-BUKRS

TJ01

5433

4A01

0000

0000

BKPF

TJ01 2007SA00000000200707300400000000000000000000000000000000000000

2225433222222222233335433333333333333333333333333333333333333333333333333333333222222222222222

0004A01000000000020073100000000200707300400000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

G_APPL_SUB_DISABLE

2

0

0

0

T005-INTCA

IN

44

9E

00

00

-

-


No. 1 Ty. MODULE (PBO)

Name D0100_PRE_APPL_SUB

-

-


C_FIELD_DIALOG_ALL

BUTTON_DIALOG_ALL

4555445444444544422222222222222222222222222222222222222222222222222222222222222222222222222222

2544FEF491CF7F1CC00000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

-

-


-

-


Internal notes

The termination was triggered in function "ab_jfune"

of the SAP kernel, in line 2561 of the module

"//bas/700_REL/src/krn/runt/abfunc.c#10".

The internal operation just processed is "FUNE".

Internal mode was started at 20070730095806.

-

-


-

-


Active Calls in SAP Kernel

-

-


Lines of C Stack in Kernel (Structure Differs on Each Platform)

-

-


SAP (R) - R/3(TM) Callstack, Version 1.0

Copyright (C) SAP AG. All rights reserved.

Callstack without Exception:

App : disp+work.EXE (pid=4436)

When : 7/30/2007 9:58:6.359

Threads : 2

Computer Name : SAPDEVP

User Name : SAPServiceTDV

Number of Processors: 4

Processor Type: x86 Family 6 Model 15 Stepping 6

Windows Version : 5.2 Current Build: 3790

State Dump for Thread Id 250c

eax=34d52300 ebx=000003f8 ecx=0001ccc0 edx=34d039e0 esi=000003f8 edi=00000000

eip=7c82ed54 esp=053fceb4 ebp=053fcf24 iopl=0 nv up ei ng nz ac po cy

cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00200297

function : KiFastSystemCallRet

7c82ed54 c3 ret

7c82ed55 8da42400000000 lea esp,[esp] ss:053fceb4=7c822124

7c82ed5c 8d642400 lea esp,[esp] ss:6627b4c7=00002100

FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name

053fcf24 77e6ba42 000003f8 0001d4c0 00000000 053fcf5c ntdll!KiFastSystemCallRet

053fcf38 0100b3aa 000003f8 0001d4c0 00000001 7c38b5c8 kernel32!WaitForSingleObject

053fcf5c 0055b4ac 0055b4e5 7c38b5c8 7c38b5c8 7c38b5c8 disp+work!NTDebugProcess

053fcf60 0055b4e5 7c38b5c8 7c38b5c8 7c38b5c8 01d35ab0 disp+work!NTStack

053fcf7c 0055b519 7c38b5c8 00000000 008536a8 7c38b5c8 disp+work!CTrcStack2

053fcf88 008536a8 7c38b5c8 00000000 005f0059 00300030 disp+work!CTrcStack

053fcfac 008569fa 6d1d037c 0000001b 00000000 01cfc168 disp+work!rabax_CStackSave [abrabax.c (6871)

053fd084 006aaaf4 0134837c 0134835c 00000a01 235f1640 disp+work!ab_rabax

053fd0c0 0067bb56 00000003 34cf5708 00000000 053fd128 disp+work!ab_jfune

053fd128 007af183 00000000 34cf5708 053fd274 34cf8c26 disp+work!ab_extri

053fd13c 00837a37 00000000 34cf7dd6 00596fa0 34cf68b4 disp+work!ab_xevent

053fd148 00596fa0 34cf68b4 000003db 34cf7dd6 00000000 disp+work!ab_dstep

053fd274 00597fa1 34cf5708 34cf5708 053ffd04 00597b13 disp+work!dynpmcal

053fd284 00597b13 34cf5708 34cf5708 00000003 053ffd04 disp+work!dynppbo0

053fd2a0 0056dcf1 34cf5708 0006e768 00000000 0000000c disp+work!dynprctl

053ffd04 00471848 00000013 07de0048 00000001 00494960 disp+work!dynpen00

053ffd14 00494960 0000000c 00000000 00000003 00000002 disp+work!Thdynpen00

053ffee0 00494ee2 00000001 00000000 00000000 00430000 disp+work!TskhLoop

053fff00 00421150 00000000 00000000 7ffd8000 053fff60 disp+work!ThStart

053fff14 00401080 00000003 003f6850 00000001 00000000 disp+work!DpMain

053fff60 011a94a0 00000003 003f6850 003f78f8 01bd5000 disp+work!nlsui_main

053fffc0 77e523e5 00000000 00000000 7ffd8000 88602680 disp+work!wmainCRTStartup

053ffff0 00000000 011a935d 00000000 00905a4d 00000003 kernel32!IsProcessorFeaturePresent

State Dump for Thread Id 27bc

eax=00000001 ebx=00000103 ecx=fffffffe edx=003f01f8 esi=00000000 edi=00000000

eip=7c82ed54 esp=075dfec0 ebp=075dff04 iopl=0 nv up ei pl zr na po nc

cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000246

function : KiFastSystemCallRet

7c82ed54 c3 ret

7c82ed55 8da42400000000 lea esp,[esp] ss:075dfec0=7c821514

7c82ed5c 8d642400 lea esp,[esp] ss:6845e4d3=50004500

FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name

075dff04 010f7ffc 000006c0 00000000 00000000 003f77d0 ntdll!KiFastSystemCallRet

075dff84 7c349565 00000000 00000000 00000000 0587ff08 disp+work!SigIMsgFunc

075dffb8 77e6608b 0587ff08 00000000 00000000 0587ff08 MSVCR71!endthreadex

075dffec 00000000 7c3494f6 0587ff08 00000000 00000000 kernel32!GetModuleFileNameA

-

-


-

-


List of ABAP programs affected

-

-


Index

Typ

Program

Group

Date

Time

Size

Lang.

-

-


0

Prg

SAPMF05A

0

22.05.2007

11:37:49

1563648

E

1

Prg

SAPMSSYD

0

10.01.2007

12:33:28

21504

E

2

Prg

SAPFSYSCALLS

0

09.09.2004

14:18:32

8192

E

3

Typ

TFDIR

0

13.02.2005

17:31:57

3072

4

Prg

SAPLAPAR_EBPP_SERVICES

4

03.01.2007

11:23:55

114688

E

5

Typ

T042ZEBPP

0

08.01.2002

14:42:24

2048

6

Typ

T020

0

24.02.1999

03:17:19

3072

7

Typ

RFOPT2

0

11.12.2003

15:00:17

5120

8

Prg

SAPFF001

0

22.05.2007

11:37:49

195584

E

9

Typ

SWOTOBJID

0

04.05.1995

15:20:52

2048

10

Prg

SAPLSWOR

10

10.01.2007

12:33:34

292864

E

11

Typ

TFBUF

0

30.11.1998

22:08:34

3072

12

Typ

ACC_KONTEXT

0

08.01.2003

17:30:26

3072

13

Typ

BKPF

0

13.03.2006

11:01:29

18432

14

Prg

SAPLFACSCORE

14

01.12.2006

22:00:12

13312

E

15

Typ

T001

0

25.08.2005

22:03:13

13312

16

Prg

SAPLACHD

16

03.01.2007

11:23:55

51200

E

17

Prg

SAPFSPOR

0

09.09.2004

14:18:32

15360

E

18

Prg

SAPLSCNT

18

18.02.2005

14:16:06

30720

E

19

Typ

DYCBOX

0

20.08.1998

11:16:53

3072

20

Prg

SAPLSVSM

20

18.02.2005

14:16:06

27648

E

21

Prg

SAPLSGUI

21

10.01.2007

12:33:33

82944

E

22

Prg

SAPLSTTM

22

05.07.2005

13:10:18

69632

E

23

Prg

SAPLSBDC

23

05.07.2005

13:10:18

44032

E

24

Prg

CL_DATAPROVIDER===============CP

24

28.02.2005

21:00:46

49152

E

25

Prg

%_CCNTL

24

18.02.2005

14:15:08

15360

E

26

Typ

OBJ_RECORD

0

14.02.1998

08:30:43

2048

27

Prg

SAPLSTUP

27

08.03.2005

19:04:31

73728

E

28

Prg

SAPLCNDP

28

01.12.2006

22:04:33

193536

E

29

Prg

SAPSHDTV

18

05.01.2005

16:26:16

33792

E

30

Typ

SHDSTU

0

14.12.1998

23:15:34

2048

31

Typ

SHDSTCIU

0

14.12.1998

23:15:34

2048

32

Prg

SAPFGUICNTL

0

18.02.2005

14:15:08

24576

E

33

Prg

SAPLOLEA

33

05.07.2005

13:10:18

96256

E

34

Prg

SAPLSFES

34

10.01.2007

13:26:20

256000

E

35

Prg

SAPLSPLUGIN

35

09.09.2004

14:18:36

8192

E

36

Typ

ARFCRDATA

0

13.02.2005

18:20:24

7168

37

Prg

SAPLGRFC

37

13.02.2005

18:20:25

16384

E

38

Typ

SWCBCONT

0

15.11.2000

17:55:11

3072

39

Typ

OLE_VERBS

0

04.04.1995

16:02:20

2048

40

Typ

OLE_PA

0

04.04.1995

16:02:19

2048

41

Typ

ACGL_HEAD

0

11.12.2003

14:59:21

8192

42

Typ

RF05A

0

11.04.2005

11:50:21

38912

43

Typ

TCURC

0

01.12.1999

12:14:40

2048

44

Prg

SAPLFAGL_ACTIVATION_SERVICES

44

30.04.2007

17:00:55

45056

E

45

Prg

SAPLSTR9

45

09.05.2006

10:39:47

39936

E

46

Prg

CONTEXT_X_TR_SYS_PARAMS

45

09.05.2006

10:39:47

40960

E

47

Typ

TCONT

0

09.09.2004

14:18:43

2048

48

Typ

CONTEXTB

0

09.09.2004

14:15:52

6144

49

Typ

FAGL_ACTIVEC

0

19.08.2004

16:55:10

5120

50

Typ

FAGL_CHECK_SETUP

0

11.12.2003

15:01:05

2048

51

Prg

SAPLSHD0

51

03.01.2007

06:52:22

232448

E

52

Prg

SAPLBFFM3

52

10.01.2007

13:15:21

169984

E

53

Typ

OFIWA

0

15.04.1998

00:11:05

2048

54

Typ

FTEXTS

0

20.08.2001

12:13:26

3072

55

Prg

SAPLITSR

55

10.01.2007

14:23:52

107520

E

56

Typ

FMRFC

0

13.08.1997

12:32:59

2048

57

Typ

TBE01

0

20.01.2003

16:41:38

2048

58

Typ

TBE31

0

03.09.1997

03:01:11

2048

59

Typ

TBE31

0

03.09.1997

03:01:11

2048

60

Typ

TBE11

0

03.09.1997

03:01:06

2048

61

Prg

CONTEXT_X_SP_INFO

55

09.05.2006

10:39:45

37888

E

62

Typ

TBE32

0

03.09.1997

03:27:20

3072

63

Typ

TBE32

0

03.09.1997

03:27:20

3072

64

Typ

TBE34

0

03.09.1997

03:27:24

3072

65

Typ

TBE34

0

03.09.1997

03:27:24

3072

66

Typ

FMRFC

0

13.08.1997

12:32:59

2048

67

Prg

SAPLISJP_BTE

67

03.01.2007

10:22:50

114688

E

68

Typ

TBEPRI

0

20.08.2001

12:23:39

3072

69

Typ

UF05A

0

13.08.1997

13:01:33

3072

70

Typ

OFIWA_ADD_ON

0

18.09.2001

10:03:08

4096

71

Typ

RFOPT

0

22.02.2001

10:02:28

4096

72

Typ

RFOPTE

0

08.01.2003

16:16:35

3072

73

Typ

T043

0

29.01.1997

19:01:06

2048

74

Typ

X043

0

02.10.2001

13:56:52

3072

75

Prg

SAPLICON

75

03.01.2007

11:21:43

27648

E

76

Prg

%_CICON

75

07.02.2006

10:40:00

104448

E

77

Typ

ICONT

0

03.01.2007

11:21:42

2048

78

Prg

SAPLFM00

78

03.01.2007

11:20:38

87040

E

79

Typ

FMISPS

0

05.05.2004

03:20:50

5120

80

Typ

T003D

0

26.03.1999

15:07:05

2048

81

Typ

USR05

0

18.12.2001

16:51:43

2048

82

Prg

SAPLFACS

82

03.01.2007

11:23:58

286720

E

83

Typ

BOOLE

0

04.04.1995

15:41:35

2048

84

Typ

T009

0

01.06.1992

11:17:16

2048

85

Typ

T009B

0

20.02.1998

09:01:22

3072

86

Typ

T003

0

02.10.2001

22:00:29

7168

87

Typ

T003T

0

14.02.1998

10:25:54

2048

88

Typ

BKPF

0

13.03.2006

11:01:29

18432

89

Prg

SAPLF013

89

03.01.2007

11:23:58

106496

E

90

Typ

T004

0

15.11.2000

17:56:07

4096

91

Typ

T005

0

01.12.2006

22:00:11

11264

92

Typ

T014

0

10.07.1997

00:37:38

3072

93

Typ

T043T

0

08.03.1992

03:52:08

3072

94

Typ

X001

0

11.09.1997

10:20:14

3072

95

Typ

T001A

0

03.09.1997

03:13:22

3072

96

Typ

EXCLTAB_LINE

0

07.06.2001

17:41:36

2048

97

Prg

SAPLSUSE

97

10.01.2007

13:26:57

55296

E

98

Typ

TCDCOUPLES

0

29.03.2001

16:08:37

3072

99

Prg

SAPLF042

99

03.01.2007

11:23:58

237568

E

100

Prg

SAPLBFFM2

100

22.05.2007

11:37:49

320512

E

101

Typ

FAGL_TLDGRP

0

25.08.2005

22:01:41

2048

102

Typ

J_1BBRANCH

0

03.01.2007

11:23:53

5120

103

Typ

NRIV

0

02.04.1998

08:14:54

3072

104

Prg

SAPLSNR3

104

10.01.2007

14:31:17

53248

E

105

Typ

TNRO

0

28.02.2005

20:58:19

6144

106

Prg

SAPLJ1AZ

106

03.01.2007

10:19:23

39936

E

107

Prg

CL_EXITHANDLER================CP

107

10.01.2007

13:37:14

30720

E

108

Prg

SAPLSEXV

108

10.01.2007

12:45:08

116736

E

109

Typ

SXS_ATTR

0

07.02.2006

10:09:24

5120

110

Prg

CL_BADI_FLT_DATA_TRANS_AND_DB=CP

110

10.01.2007

13:37:13

35840

E

111

Typ

V_EXT_ACT

0

09.11.2000

14:27:05

2048

112

Typ

SXC_EXIT

0

09.11.2000

14:23:43

2048

113

Prg

SAPLSEXE

113

10.01.2007

13:37:19

92160

E

114

Typ

SXS_MLCO

0

04.12.2000

14:59:55

2048

115

Prg

CL_EX_FI_HEADER_SUB_1300======CP

115

15.06.2005

11:59:38

26624

E

116

Prg

IF_EX_FI_HEADER_SUB_1300======IP

107

15.06.2005

12:02:27

7168

E

117

Prg

%_CSXRT

115

05.07.2005

13:22:33

15360

E

118

Prg

CL_EXIT_MASTER================CP

118

07.02.2006

10:32:52

23552

E

119

Typ

RSJOBINFO

0

29.04.1992

14:52:25

3072

120

Typ

SYST

0

09.09.2004

14:18:12

31744

121

Typ

BSEG

0

11.04.2005

11:46:57

51200

122

Prg

%_CGLT0

0

30.04.2007

17:00:54

43008

E

123

Typ

F05ACTRL

0

30.03.1998

09:34:06

2048

124

Typ

BSED

0

12.03.1999

15:05:59

7168

-

-


-

-


Directory of Application Tables

-

-


Name Date Time Lngth

Val.

-

-


Program SAPMF05A

-

-


SYST . . : : 00004612

000000x00020000000000000x00020x0001

F05ACTRL . . : : 00000002

RFOPT . . : : 00000040

RFOPT2 . . : : 00000050

UF05A . . : : 00000096

TFBUF . . : : 00000256

400FIUSER01 GL00120070726XTJ01

BKPF . . : : 00001342

TJ01 2007SA00000000200707300400000000000000000

BSED . . : : 00000772

0000000x0C00 000x000C00x0C0000

*BSEG . . : : 00003244

0000000 0000000000000000

RF05A 11.04.2005 16:25:35 00003412

0000x000C000x0C00

X001 . . : : 00000060

TJ01

T001 . . : : 00000490

400TJ01TEJAS NETWORKS INDIA LTD.Bangalore I

T003 24.01.2002 20:25:29 00000104

400SA01ADKMSAB XX XXXXX

T004 . . : : 00000078

400TJ0108EEFIKN

T005 . . : : 00000268

400IN IND064010X EXX ININD356 00 15500 4111 0000 00

T014 . . : : 00000062

400TJ01INR 000012TJ 000x0C00

T020 . . : : 00000066

FB50 SHB FSKB 1

T043 . . : : 00000046

FIUSER01

T043T . . : : 00000060

400 TJ01#x0C00#x0C00###x0C00#x0C00x001000x0C00

X043 . . : : 00000072

##########0x0C000x0C00x0C00x0C00

OFIWA . . : : 00000088

XInvoice Summary

OFIWA_ADD_ON . . : : 00000224

RFOPTE . . : : 00000024

ACGL_HEAD 09.04.2005 14:25:57 00000760

0000000020070730

*ACGL_HEAD 09.04.2005 14:25:57 00000760

0000000000000000

ACC_KONTEXT . . : : 00000144

XTJ01 .PD

-

-


Program SAPFF001

-

-


TCURC 23.03.2000 23:03:45 00000046

00000000

-

-


Program SAPLFACSCORE

-

-


T001 . . : : 00000490

400TJ01TEJAS NETWORKS INDIA LTD.Bangalore I

-

-


Program SAPLACHD

-

-


T001 . . : : 00000490

400TJ01TEJAS NETWORKS INDIA LTD.Bangalore I

T003 . . : : 00000104

400SA01ADKMSAB XX XXXXX

T003D . . : : 00000022

NRIV . . : : 00000172

400RF_BELEG TJ01 0199990100000000 0199999999

RFOPT . . : : 00000040

RFOPT2 . . : : 00000050

RFOPTE . . : : 00000024

-

-


Program SAPSHDTV

-

-


SHDSTU . . : : 00000106

SHDSTCIU . . : : 00000100

-

-


Program CONTEXT_X_TR_SYS_PARAMS

-

-


CONTEXTB . . : : 00002992

400EBTR_SYS_PARAMS 0000060001200707300900000000

TCONT . . : : 00000068

TR_SYS_PARAMS 20070718185021

-

-


Program SAPLITSR

-

-


TBE01 . . : : 00000080

00001140SAMPLE_INTERFACE_00001140

TBE11 . . : : 00000074

XInvoice Summary (Japan)

-

-


Program CONTEXT_X_SP_INFO

-

-


CONTEXTB . . : : 00002992

400EBSP_INFO 0000040002200707300900000000

TCONT . . : : 00000068

SP_INFO 20070403122336

-

-


Program SAPLICON

-

-


ICONT . . : : 00000130

-

-


Program SAPLFACS

-

-


T001 . . : : 00000490

400TJ01TEJAS NETWORKS INDIA LTD.Bangalore I

T001A . . : : 00000046

T003 . . : : 00000104

400SA01ADKMSAB XX XXXXX

T003T . . : : 00000052

400ESAG/L account document

T009 . . : : 00000024

400TJ 01204

T009B . . : : 00000036

400TJ000007310040

X001 . . : : 00000060

TJ01

-

-


Program SAPLF013

-

-


T001 . . : : 00000490

400TJ01TEJAS NETWORKS INDIA LTD.Bangalore I

T004 . . : : 00000078

400TJ0108EEFIKN

T005 . . : : 00000268

400IN IND064010X EXX ININD356 00 15500 4111 0000 00

T014 . . : : 00000062

400TJ01INR 000012TJ 000x0C00

T043 . . : : 00000046

FIUSER01

T043T . . : : 00000060

400 TJ01#x0C00#x0C00###x0C00#x0C00x001000x0C00

-

-


Program SAPLF042

-

-


RFOPT2 . . : : 00000050

-

-


Program SAPMF05A

-

-


FAGL_TLDGRP 25.08.2005 22:01:41 00000024

J_1BBRANCH 03.01.2007 11:23:53 00000542

0000

-

-


Program SAPLSNR3

-

-


TNRO . . : : 00000930

RF_BELEG BUKRS

NRIV . . : : 00000172

400RF_BELEG TJ01 0199990100000000 0199999999

-

-


Program CL_EXITHANDLER================CP

-

-


RSJOBINFO . . : : 00000164

00000000000000

-

-


Program CL_EX_FI_HEADER_SUB_1300======CP

-

-


RSJOBINFO . . : : 00000164

00000000000000

-

-


-

-


ABAP Control Blocks (CONT)

-

-


Index

Name

Fl

PAR0

PAR1

PAR2

PAR3

PAR4

PAR5

PAR6

Source Code

Line

-

-


381

PAR2

00

0000

0049

0003

CL_EXITHANDLER================CM001

132

383

PAR2

00

0000

004A

0002

CL_EXITHANDLER================CM001

132

385

PAR2

00

0000

0034

0004

CL_EXITHANDLER================CM001

132

387

BREL

04

0000

CL_EXITHANDLER================CM001

141

388

cmpr

00

00CA

0042

0000

CL_EXITHANDLER================CM001

142

390

BRAN

02

0002

CL_EXITHANDLER================CM001

142

391

BRAX

00

0004

CL_EXITHANDLER================CM001

142

392

mvqk

02

0183

0000

00AE

CL_EXITHANDLER================CM001

143

394

BRAX

00

001E

CL_EXITHANDLER================CM001

144

395

cmpr

00

00CA

0042

0001

CL_EXITHANDLER================CM001

144

397

BRAN

02

0002

CL_EXITHANDLER================CM001

144

398

BRAX

00

0004

CL_EXITHANDLER================CM001

144

>>>>>

FUNE

03

004B

CL_EXITHANDLER================CM001

145

400

ENDF

00

0000

CL_EXITHANDLER================CM001

145

401

BRAX

00

0017

CL_EXITHANDLER================CM001

146

402

cmpr

00

00CA

0042

0002

CL_EXITHANDLER================CM001

146

404

BRAN

02

0002

CL_EXITHANDLER================CM001

146

405

BRAX

00

0004

CL_EXITHANDLER================CM001

146

406

mvqk

02

0183

0000

00AC

CL_EXITHANDLER================CM001

147

408

BRAX

00

0010

CL_EXITHANDLER================CM001

148

-

-


Please suggest some solution to this problem..

Thanks in advance

sowmya

4 REPLIES 4

uwe_schieferstein
Active Contributor
0 Kudos

Hello Sowmya

The BAdI BADI_LAYER is not defined for <b>Multiple-Use</b> (see checkbox on tabstrip <i>Attributes</i>).

Apparently you have created <i>several </i>implementation of this BAdI and activated <i>several </i>(at least 2) of these implementations.

If you inactivate all except a single implementation the BAdI (and all transactions using this BAdI) should work again.

Regards

Uwe

former_member194669
Active Contributor
0 Kudos

Hi,

Based on the short dump, it seems there is a multiple implementation of Badis.

You can check via SE18, enter Badi name and in the menu Implementation -> Overview. Check your implementations.

aRs

0 Kudos

Yes there is multiple implementation of BADI.

We are getting the dump when executing SE18 (implementation -> Overview).

Is there any SAP notes to be applied inorder to resolve this issue.

0 Kudos

Sowmya,

You don't have to apply OSS notes. Just deactivate other implementations of the BADI, as the BADI 'BADI_LAYER' is not for multiple implementations.

Thanks,

Vinod M.