cancel
Showing results for 
Search instead for 
Did you mean: 

ECC to SRM Issue

Former Member
0 Kudos

Hi experts,

we are doing ECC to SRM Integartion using SAP XI.

ECC to XI - IDOC

XI to SRM - ABAP Proxies

Scenario : VEndor data migaration

We are transfering vendor data to SRM using SAP XI using BD14 T.code in ECC.

IDOC generated in ECC and transfered to XI successfully and from XI message send to SRM successfully. In SRM , It is throwing an error in SXMB_MONI .

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Inbound Proxy

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIProxy</SAP:Category>

<SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>

<SAP:P1>UNCAUGHT_EXCEPTION</SAP:P1>

<SAP:P2>CL_BBPX_TRADING_PARTNER_SUS_IN</SAP:P2>

<SAP:P3>EXECUTE_ASYNCHRONOUS</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error during proxy processing An exception with the type CX_BBPX1_STD_MESSAGE_FAULT occurred, but was neither handled locally, nor declared in a RAISING clause Application Error</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

As we used CREMAS As IDOC in ECC and Standard ABAP proxy ( Std class ) at SRM side.

as i tested the class manually it is throwing into dump.

Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED_NO

Exception CX_SY_REF_IS_INITIAL

Date and Time 13.12.2008 17:36:42

-

-


-

-


Short text

Access via 'NULL' object reference not possible.

-

-


-

-


What happened?

Error in the ABAP Application Program

The current ABAP program "CL_PROXY_INBOUND_ADAPTER======CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

-

-


-

-


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

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not

caught in

procedure "SET_METHOD" "(METHOD)", nor was it propagated by a RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

You attempted to use a 'NULL' object reference (points to 'nothing')

access a component.

An object reference must point to an object (an instance of a class)

before it can be used to access components.

Either the reference was never set or it was set to 'NULL' using the

CLEAR statement.

-

-


-

-


How to correct the error

Probably the only way to eliminate the error is to correct the program.

-

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:

"OBJECTS_OBJREF_NOT_ASSIGNED_NO" "CX_SY_REF_IS_INITIAL"

"CL_PROXY_INBOUND_ADAPTER======CP" or "CL_PROXY_INBOUND_ADAPTER======CM00I"

"SET_METHOD"

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.

The exception must either be prevented, caught within proedure

"SET_METHOD" "(METHOD)", or its possible occurrence must be declared in the

RAISING clause of the procedure.

To prevent the exception, note the following:

-

-


-

-


System environment

SAP-Release 700

Application server... "SRMSUS"

Network address...... "190.3.90.122"

Operating system..... "Windows NT"

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

Hardware type........ "4x Intel 801586"

Character length.... 8 Bits

Pointer length....... 32 Bits

Work process number.. 2

Shortdump setting.... "full"

Database server... "SRMSUS"

Database type..... "ORACLE"

Database name..... "SRD"

Database user ID.. "SAPSRD"

Char.set.... "English_United State"

SAP kernel....... 700

created (date)... "Oct 6 2008 01:42:27"

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

Database version. "OCI_10201_SHARE (10.2.0.1.0) "

Patch level. 180

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, Windows

NT 6.0"

Memory consumption

Roll.... 8112

EM...... 18815328

Heap.... 0

Page.... 114688

MM Used. 2421664

MM Free. 712664

-

-


-

-


User and Transaction

Client.............. 500

User................ "MCL-1744"

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

Transaction......... "SPROXY "

Transactions ID..... "7C0EC9DD9C02F137A21C00065BF30D3E"

Program............. "CL_PROXY_INBOUND_ADAPTER======CP"

Screen.............. "SAPLSPRX_SI_TEST 0500"

Screen line......... 10

-

-


-

-


Information on where terminated

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

in "SET_METHOD".

The main program was "SPROX_SERVICE_INTERFACE_TEST_I ".

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

of the (Include) program "CL_PROXY_INBOUND_ADAPTER======CM00I".

The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in

procedure "SET_METHOD" "(METHOD)", but it was neither handled locally nor

declared

in the RAISING clause of its signature.

The procedure is in program "CL_PROXY_INBOUND_ADAPTER======CP "; its source

code begins in line

1 of the (Include program "CL_PROXY_INBOUND_ADAPTER======CM00I ".

-

-


-

-


Source Code Extract

-

-


Line

SourceCde

-

-


29

nsuri = lv_uri

30

).

31

32

lv_name = registry->response_msg_name.

33

lv_uri = registry->response_msg_namespace.

34

me->response_part = cl_sxmlp_factory=>create_data_st(

35

name = lv_name

36

nsuri = lv_uri

37

).

38

39

lv_extended_xml_handling = get_extended_xml_handling(

40

method = me->framework->if_proxy_framework~r3_method

41

message_direction = if_wsprotocol_payload=>co_message_direction_request

42

).

43

lr_stylesheet_runtime = framework->get_stylesheet_runtime( lv_extended_xml_handling ).

44

45

lt_signature = lr_stylesheet_runtime->get_signature( ).

46

loop at lt_signature assigning <signature>.

47

if <signature>-decl = sprox_const_dir_importing or

48

<signature>-decl = sprox_const_dir_exporting or

49

<signature>-decl = sprox_const_dir_changing.

50

  • create abap data

51

create data lr_data_ref type (<signature>-typename).

52

  • add it to abap parameters

53

lv_abap_param-name = <signature>-param.

54

lv_abap_param-value = lr_data_ref.

55

insert lv_abap_param into table abap_params.

56

case <signature>-decl.

57

  • add it to according part

58

when sprox_const_dir_importing.

>>>>>

me->request_part->add_data_ref( name = <signature>-param data_ref = lr_data_ref ).

60

when sprox_const_dir_exporting.

61

me->response_part->add_data_ref( name = <signature>-param data_ref = lr_data_ref )

62

lv_need_response_part = 'X'.

63

when sprox_const_dir_changing.

64

me->request_part->add_data_ref( name = <signature>-param data_ref = lr_data_ref ).

65

me->response_part->add_data_ref( name = <signature>-param data_ref = lr_data_ref )

66

lv_need_response_part = 'X'.

67

endcase.

68

endif.

69

endloop.

70

71

me->is_synchron = lv_need_response_part.

72

73

if lv_need_response_part <> 'X'.

74

  • response part must not be provided for there are no output parameters

75

clear me->response_part.

76

endif.

77

78

  • make sure that proxy class is created

-

-


-

-


Contents of system fields

-

-


Name

Val.

-

-


SY-SUBRC

0

SY-INDEX

0

SY-TABIX

1

SY-DBCNT

1

SY-FDPOS

1

SY-LSIND

0

SY-PAGNO

0

SY-LINNO

1

SY-COLNO

1

SY-PFKEY

MAIN

SY-UCOMM

SY-TITLE

Test Service Provider: Display Request

SY-MSGTY

SY-MSGID

SY-MSGNO

000

SY-MSGV1

SY-MSGV2

SY-MSGV3

SY-MSGV4

SY-MODNO

2

SY-DATUM

20081213

SY-UZEIT

173642

SY-XPROG

SAPMSSY1

SY-XFORM

XAB_READ

-

-


-

-


Active Calls/Events

-

-


No. Ty. Program Include Line

Name

-

-


9 METHOD CL_PROXY_INBOUND_ADAPTER======CP CL_PROXY_INBOUND_ADAPTER======CM00I 59

CL_PROXY_INBOUND_ADAPTER=>SET_METHOD

8 METHOD CL_PROXY_INBOUND_ADAPTER======CP CL_PROXY_INBOUND_ADAPTER======CM00L 10

CL_PROXY_INBOUND_ADAPTER=>IF_PROXY_INBOUND_ADAPTER~SET_METHOD

7 METHOD CL_PROXY_ADAPTER_TEST=========CP CL_PROXY_ADAPTER_TEST=========CM001 61

CL_PROXY_ADAPTER_TEST=>INBOUND_TEST

6 METHOD SPROX_SERVICE_INTERFACE_TEST_I SPROX_SERVICE_INTERFACE_TEST_I 162

LCL_SI_TEST=>IF_PROXY_SI_TEST~EXECUTE

5 FORM SAPLSPRX_SI_TEST LSPRX_SI_TESTF01 341

EXEC

4 FORM SAPLSPRX_SI_TEST LSPRX_SI_TESTF01 222

USER_COMMAND_0500

3 MODULE (PAI) SAPLSPRX_SI_TEST LSPRX_SI_TESTI01 22

USER_COMMAND_0500

2 FUNCTION SAPLSPRX_SI_TEST LSPRX_SI_TESTU01 14

SPRX_SI_TEST

1 EVENT SPROX_SERVICE_INTERFACE_TEST_I SPROX_SERVICE_INTERFACE_TEST_I 97

START-OF-SELECTION

-

-


-

-


Chosen variables

-

-


Name

Val.

-

-


No. 9 Ty. METHOD

Name CL_PROXY_INBOUND_ADAPTER=>SET_METHOD

-

-


REGISTRY

E0001000

2000D100

REQUEST_PART

| | F0000000 | | F0000000 | | LT_SIGNATURE | | Table IT_894[1x879] | | CLASS=CL_PROXY_INBOUND_ADAPTERMETHOD=SET_METHODDATA=LT_SIGNATURE | | Table reference: 90 | | TABH+ 0(20) = E078CC51C827D051000000005A0000007E030000 | | TABH+ 20(20) = 010000006F0300004800000004D30000A80F0000 | | TABH+ 40( 😎 = 10000000C1048401 | | store = 0xE078CC51 | | ext1 = 0xC827D051 | | shmId = 0 (0x00000000) | | id = 90 (0x5A000000) | | label = 894 (0x7E030000) | | fill = 1 (0x01000000) | | leng = 879 (0x6F030000) | | loop = 72 (0x48000000) | | xtyp = TYPE#000061 | | occu = 16 (0x10000000) | | access = 1 (ItAccessStandard) | | idxKind = 0 (ItIndexNone) | | uniKind = 2 (ItUniqueNon) | | keyKind = 1 (default) | | cmpMode = 2 (cmpSingleMcmpR) | | occu0 = 0 | | groupCntl = 0 | | rfc = 0 | | unShareable = 0 | | mightBeShared = 1 | | sharedWithShmTab = 0 | | isShmLockId = 0 | | gcKind = 0 | | isUsed = 1 | | isCtfyAble = 1 | | >>>>> Shareable Table Header Data <<<<< | | tabi = 0xD81DD151 | | pgHook = 0x00000000 | | idxPtr = 0x00000000 | | shmTabhSet = 0x00000000 | | id = 713 (0xC9020000) | | refCount = 1 (0x01000000) | | tstRefCount = 0 (0x00000000) | | lineAdmin = 16 (0x10000000) | | lineAlloc = 16 (0x10000000) | | shmVersId = 0 (0x00000000) | | shmRefCount = 2 (0x02000000) | | >>>>> 1st level extension part <<<<< | | regHook = 0xB8FDCF51 | | collHook = 0x00000000 | | ext2 = 0x00000000 | | >>>>> 2nd level extension part <<<<< | | tabhBack = Not allocated | | delta_head = Not allocated | | pb_func = Not allocated | | pb_handle = Not allocated | | %_DUMMY$$ | | | | 2222 | | 0000 | | <SIGNATURE> | | INTFII_BBPX_TRADING_PARTNER_SUS_INMETHEXECUTE_ASYNCHRONOUS INPUT | | 4454445445555544444554554455555544445445445545455444544455222222222244555222222222222222222222 | | 9E4699F2208F42149E7F0124E52F353F9ED5485853545F139E382FEF5300000000009E054000000000000000000000 | | CL_WS_MD_FACTORY=>PROFILE_STATELESS_BASIC_AUTH | | ??? | | ?????? | | ?????? | | <SIGNATURE>-DECL | | 0 | | 3 | | 0 | | SPROX_CONST_DIR_IMPORTING | | 0 | | 3 | | 0 | | SYST-REPID | | CL_PROXY_INBOUND_ADAPTER======CP | | 4455545554444544544455453333334522222222 | | 3CF02F89F9E2F5E4F1410452DDDDDD3000000000 | | SPROX_CONST_DIR_EXPORTING | | 1 | | 3 | | 1 | | SPROX_CONST_DIR_CHANGING | | 2 | | 3 | | 2 | | CL_WB_REQUEST=>WN_SAME_WINDOW | | ??? | | ?????? | | ?????? | | LR_DATA_REF | | 0.0.0.0.0.0.0.1. | | 6000A000 | | C0003000 | | <SIGNATURE>-TYPENAME | | BBPX_TRADING_PARTNER_SUS | | 445555544444554554455555222222 | | 2208F42149E7F0124E52F353000000 | | SY-XPROG | | SAPMSSY1 | | 5454555322222222222222222222222222222222 | | 310D339100000000000000000000000000000000 | | LV_ABAP_PARAM-VALUE | | 0.0.0.0.0.0.0.1. | | 6000A000 | | C0003000 | | ME->ABAP_PARAMS | | Table IT_895[1x40] | | DATA=ABAP_PARAMS

Table reference: 91

TABH+ 0(20) = 2003D05100000000000000005B0000007F030000

TABH+ 20(20) = 0100000028000000FFFFFFFF04D3000058070000

TABH+ 40( 😎 = 10000000A4258001

store = 0x2003D051

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 91 (0x5B000000)

label = 895 (0x7F030000)

fill = 1 (0x01000000)

leng = 40 (0x28000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000023

occu = 16 (0x10000000)

access = 4 (ItAccessHashed)

idxKind = 0 (ItIndexNone)

uniKind = 1 (ItUnique)

keyKind = 3 (user defined)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0x9000D051

pgHook = 0x00000000

idxPtr = 0x6003D051

shmTabhSet = 0x00000000

id = 714 (0xCA020000)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x01000000)

>>>>> 1st level extension part <<<<<

regHook = Not allocated

collHook = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

LV_ABAP_PARAM

INPUT #l###£###

445552222222222222222222222222206000A000

9E054000000000000000000000000000C0003000

SY-REPID

CL_PROXY_INBOUND_ADAPTER======CP

4455545554444544544455453333334522222222

3CF02F89F9E2F5E4F1410452DDDDDD3000000000

SY

############################################################################o#################

0000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000

0000000010001000000000000000000000000000100010001000000010000000000000000000F30000000000000000

<SIGNATURE>-PARAM

INPUT

445552222222222222222222222222

9E0540000000000000000000000000

SCREEN

TAB_CONTROL_TAB4

5445444554455443222222222222222222222222222222222222222222222222222222222222222222222222222222

412F3FE42FCF4124000000000000000000000000000000000000000000000000000000000000000000000000000000

-

-


No. 8 Ty. METHOD

Name CL_PROXY_INBOUND_ADAPTER=>IF_PROXY_INBOUND_ADAPTER~SET_METHOD

-

-


INTERFACE

II_BBPX_TRADING_PARTNER_SUS_IN

445445555544444554554455555544

99F2208F42149E7F0124E52F353F9E

METHOD

EXECUTE_ASYNCHRONOUS

454455454554445444552222222222

5853545F139E382FEF530000000000

REQUEST_PART

| | F0000000 | | F0000000 | | LR_REGISTRY | |

E0001000

2000D100

ME

| | E0001000 | | 90006100 | - -


| No. 7 Ty. METHOD | | Name CL_PROXY_ADAPTER_TEST=>INBOUND_TEST | - -
| INTERFACE | | II_BBPX_TRADING_PARTNER_SUS_IN | | 445445555544444554554455555544 | | 99F2208F42149E7F0124E52F353F9E | | METHOD | | EXECUTE_ASYNCHRONOUS | | 454455454554445444552222222222 | | 5853545F139E382FEF530000000000 | | RUNTIME | | RUNTIME_TEST | | 554544455455 | | 25E49D5F4534 | | REQUEST_DATA | | <n0:SupplierPortalTradingPartner xmlns:n0="http://sap.com/xi/SRM/SupplierEnablement" xmlns:prx | | 3633577766675677665766666567766727666736332677732276726662762554257776667466666666722766673777 | | CE0A3500C9520F241C42149E70124E5208DCE3AE0D28440AFF310E3FDF89F32DF3500C9525E12C5D5E4208DCE3A028 | | DONT_CATCH_APPL_FAULT | | | | 2 | | 0 | | RESPONSE_DATA | | | | ERROR_DATA | | | | EXCEPTION_CLASS_NAME | | | | RUNTIME_SERIALIZE | | 0 | | 0000 | | 0000 | | RUNTIME_DESERIALIZE | | 0 | | 0000 | | 0000 | | RUNTIME_EXECUTE | | 0 | | 0000 | | 0000 | | INBOUND_ADAPTER | |

E0001000

90006100

LR_PAYLOAD_PROTOCOL

| | E0001000 | | 4000B100 | | %_FSREG_001 | | ??? | | ?????? | | ?????? | | LR_REQUEST_PAYLOAD | |

E0001000

3000C100

%_DUMMY$$

2222

0000

%_SPACE

2

0

SYST

############################################################################o#################

0000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000

0000000010001000000000000000000000000000100010001000000010000000000000000000F30000000000000000

SYST-REPID

CL_PROXY_ADAPTER_TEST=========CP

4455545554445545554553333333334522222222

3CF02F89F1410452F4534DDDDDDDDD3000000000

LR_REQUEST_PART

F0000000

F0000000

LV_RUNTIME_0

0

0000

0000

SY-REPID

CL_PROXY_ADAPTER_TEST=========CP

4455545554445545554553333333334522222222

3CF02F89F1410452F4534DDDDDDDDD3000000000

SY-XPROG

SAPMSSY1

5454555322222222222222222222222222222222

310D339100000000000000000000000000000000

LR_READER

F0000000

F0000000

-

-


No. 6 Ty. METHOD

Name LCL_SI_TEST=>IF_PROXY_SI_TEST~EXECUTE

-

-


REQUEST

<n0:SupplierPortalTradingPartner xmlns:n0="http://sap.com/xi/SRM/SupplierEnablement" xmlns:prx

3633577766675677665766666567766727666736332677732276726662762554257776667466666666722766673777

CE0A3500C9520F241C42149E70124E5208DCE3AE0D28440AFF310E3FDF89F32DF3500C9525E12C5D5E4208DCE3A028

RESPONSE

CALL_FAILED

2

0

RUNTIME_SERIALIZE

0

0000

0000

RUNTIME_DESERIALIZE

0

0000

0000

RUNTIME_EXECUTE

0

0000

0000

%_DUMMY$$

2222

0000

SCREEN

TAB_CONTROL_TAB4

5445444554455443222222222222222222222222222222222222222222222222222222222222222222222222222222

412F3FE42FCF4124000000000000000000000000000000000000000000000000000000000000000000000000000000

SY

############################################################################o#################

0000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000

0000000010001000000000000000000000000000100010001000000010000000000000000000F30000000000000000

ME->INTERFACE

II_BBPX_TRADING_PARTNER_SUS_IN

445445555544444554554455555544

99F2208F42149E7F0124E52F353F9E

ME->METHOD

EXECUTE_ASYNCHRONOUS

454455454554445444552222222222

5853545F139E382FEF530000000000

ME->NO_CATCH

2

0

LV_ERROR_DATA

ME->EXCEPTION_CLASS_NAME

%_VIASELSCR

#

0

4

RSJOBINFO

00000000000000 ####

222222222222222222222222222222223333333333333322222222222222222222222222222222220000

000000000000000000000000000000000000000000000000000000000000000000000000000000000000

%_PRINT

000 0 ##

2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223200

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

LR_APPL_FAULT

| | F0000000 | | F0000000 | | %_SPACE | | | | 2 | | 0 | - -


| No. 5 Ty. FORM | | Name EXEC | - -
| %_DUMMY$$ | | | | 2222 | | 0000 | | GR_REQUEST | |

4000B000

70008000

SPACE

2

0

REQUEST_DATA

<n0:SupplierPortalTradingPartner xmlns:n0="http://sap.com/xi/SRM/SupplierEnablement" xmlns:prx

3633577766675677665766666567766727666736332677732276726662762554257776667466666666722766673777

CE0A3500C9520F241C42149E70124E5208DCE3AE0D28440AFF310E3FDF89F32DF3500C9525E12C5D5E4208DCE3A028

GR_CALL_FAILED

2

0

RESPONSE_DATA

LV_RUNTIME_SERIALIZE

0

0000

0000

LV_RUNTIME_DESERIALIZE

0

0000

0000

LV_RUNTIME_EXECUTE

0

0000

0000

CL_GUI_CONTROL=>LIFETIME_DEFAULT

0

0000

0000

SYST-REPID

SAPLSPRX_SI_TEST

5454555555455455222222222222222222222222

310C3028F39F4534000000000000000000000000

SCREEN

TAB_CONTROL_TAB4

5445444554455443222222222222222222222222222222222222222222222222222222222222222222222222222222

412F3FE42FCF4124000000000000000000000000000000000000000000000000000000000000000000000000000000

-

-


No. 4 Ty. FORM

Name USER_COMMAND_0500

-

-


SY-REPID

SAPLSPRX_SI_TEST

5454555555455455222222222222222222222222

310C3028F39F4534000000000000000000000000

LV_OKCODE

EXEC

4544222222222222222222222222222222222222222222222222222222222222222222

5853000000000000000000000000000000000000000000000000000000000000000000

GV_SAMPLE_RESPONSE_PAYLOAD

%_SPACE

2

0

G_TAB_CONTROL-PRESSED_TAB

REQUEST

5455455222222222222222222222222222222222222222222222222222222222222222

2515534000000000000000000000000000000000000000000000000000000000000000

GR_RESPONSE

| | 5000A000 | | D0002000 | | %_VIASELSCR | | # | | 0 | | 4 | | SY-XPROG | | SAPMSSY1 | | 5454555322222222222222222222222222222222 | | 310D339100000000000000000000000000000000 | - -


| No. 3 Ty. MODULE (PAI) | | Name USER_COMMAND_0500 | - -
| %_PRINT | | 000 0 ## | | 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223200 | | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | - -
| No. 2 Ty. FUNCTION | | Name SPRX_SI_TEST | - -
| SI_TEST | |

F0000000

C0003000

G_TAB_CONTROL

0600SAPLSPRX_SI_TEST REQUEST

3333545455555545545522222222222222222222222254554552222222222222222222222222222222222222222222

0600310C3028F39F453400000000000000000000000025155340000000000000000000000000000000000000000000

GR_SI_TEST

| | F0000000 | | C0003000 | | GV_CANCELED | | | | 2 | | 0 | | ABAP_FALSE | | | | 2 | | 0 | | SY-XFORM | | XAB_READ | | 544554442222222222222222222222 | | 812F25140000000000000000000000 | | GR_CONTAINER | |

4000B000

90006000

GR_REFERENCE

| | 80007000 | | 0000F000 | | GR_DIFF | |

80007000

3000C000

-

-


No. 1 Ty. EVENT

Name START-OF-SELECTION

-

-


SY-SUBRC

0

0000

0000

SY-REPID

SPROX_SERVICE_INTERFACE_TEST_I

5554555455444544545444455455542222222222

302F8F3526935F9E4526135F4534F90000000000

SY-MSGID

22222222222222222222

00000000000000000000

SPACE

2

0

SY-MSGNO

000

333

000

%_P_INTF_%_APP_%

Interface Name

467676666246662222222222222222

9E45261350E1D50000000000000000

SY-MSGV1

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

SY-MSGV2

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

SY-MSGV3

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

SY-MSGV4

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

LR_SI_TEST

F0000000

C0003000

R3NAME

II_BBPX_TRADING_PARTNER_SUS_IN

445445555544444554554455555544

99F2208F42149E7F0124E52F353F9E

METHOD

222222222222222222222222222222

000000000000000000000000000000

%_P_METH_%_APP_%

Method Name

467666246662222222222222222222

D548F40E1D50000000000000000000

-

-


-

-


Internal notes

The termination was triggered in function "method_call_iref"

of the SAP kernel, in line 2207 of the module

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

The internal operation just processed is "METH".

Internal mode was started at 20081213173634.

-

-


-

-


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=4716)

When : 12/13/2008 17:36:42.685

Threads : 2

Computer Name : SRMSUS

User Name : SAPServiceSRD

Number of Processors: 4

Processor Type: x86 Family 15 Model 2 Stepping 7

Windows Version : 5.2 Current Build: 3790

State Dump for Thread Id 1288

eax=000fb648 ebx=000003a8 ecx=00000038 edx=00000000 esi=000003a8 edi=00000000

eip=7c8285ec esp=0465dc9c ebp=0465dd0c 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

7c8285ec c3 ret

7c8285ed 8da42400000000 lea esp,[esp] ss:0465dc9c=7c827d0b

7c8285f4 8d642400 lea esp,[esp] ss:2266ccaf=????????

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

0465dd0c 77e61c8d 000003a8 0001d4c0 00000000 0465dd44 ntdll!KiFastSystemCallRet

0465dd20 01066cf4 000003a8 0001d4c0 00000001 7c3ab718 kernel32!WaitForSingleObject

0465dd44 00585f0e 00585f47 7c3ab718 7c3ab718 7c3ab718 disp+work!NTDebugProcess

0465dd48 00585f47 7c3ab718 7c3ab718 7c3ab718 01ca73bc disp+work!NTStack

0465dd64 00585f7b 7c3ab718 00000000 008acf08 7c3ab718 disp+work!CTrcStack2

0465dd70 008acf08 7c3ab718 00000000 32305f59 39303030 disp+work!CTrcStack

0465dd8c 008b02dd 51cf3fd0 00008002 00000000 51b20548 disp+work!rabax_CStackSave [abrabax.c (7125)

0465e220 006d1f09 012ca01c 012c9ffc 0000089f 01d0bfc0 disp+work!ab_rabax

0465e250 006e2868 00000003 51c99e30 00000000 0465e2b8 disp+work!method_call_iref [abmethod.c (2207

0465e2b8 0081cecf 00000000 51c99e30 0465e308 51c9af4d disp+work!ab_extri

0465e2cc 0088eecd 00000000 51c9ad56 005c5927 51c9a814 disp+work!ab_xevent

0465e2d8 005c5927 51c9a814 00000022 51c9ad56 00000000 disp+work!ab_dstep

0465e380 005c8c7f 51c99e30 51c99e30 0465fd4c 00000000 disp+work!dynpmcal

0465e394 005c82a0 51c99e30 51c99e30 00000003 0465fd4c disp+work!dynppai0

0465e3b0 0059a493 51c99e30 00000003 00000001 00000001 disp+work!dynprctl

0465fdc0 00494f08 00000002 004a167e 00000002 00000000 disp+work!dynpen00

0465fdc8 004a167e 00000002 00000000 00000003 00000002 disp+work!Thdynpen00

0465fee4 004a1bfb 002463f8 00000001 00000000 01bca464 disp+work!TskhLoop

0465ff00 004237f9 00000000 00000000 7ffde000 0465ff60 disp+work!ThStart

0465ff14 0040108a 00000003 002463f8 00000001 00000000 disp+work!DpMain

0465ff60 0122a2c0 00000003 002463f8 00242ca0 01b69000 disp+work!nlsui_main

0465ffc0 77e6f23b 00000000 00000000 7ffde000 00000000 disp+work!mainCRTStartup

0465fff0 00000000 0122a17d 00000000 00000000 00000000 kernel32!ProcessIdToSessionId

State Dump for Thread Id 1340

eax=00000001 ebx=00000103 ecx=7c829f59 edx=004b0000 esi=00000000 edi=00000000

eip=7c8285ec esp=06aafec0 ebp=06aaff04 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

7c8285ec c3 ret

7c8285ed 8da42400000000 lea esp,[esp] ss:06aafec0=7c8270fb

7c8285f4 8d642400 lea esp,[esp] ss:24abeed3=????????

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

06aaff04 0116fba0 00000694 00000000 00000000 002481d8 ntdll!KiFastSystemCallRet

06aaff84 7c36b381 00000000 00000000 00000000 00248140 disp+work!SigIMsgFunc

06aaffb8 77e64829 00248140 00000000 00000000 00248140 MSVCR71!endthreadex

06aaffec 00000000 7c36b312 00248140 00000000 00000000 kernel32!GetModuleHandleA

-

-


-

-


List of ABAP programs affected

-

-


Index

Typ

Program

Group

Date

Time

Size

Lang.

-

-


0

Prg

SPROX_SERVICE_INTERFACE_TEST_I

0

15.10.2008

18:58:22

47104

E

1

Prg

SAPMSSY0

1

25.09.2008

20:30:27

74752

E

2

Prg

SAPMSSYD

1

14.08.2007

19:30:26

17408

E

3

Prg

SAPFSYSCALLS

1

08.02.2005

13:13:24

6144

E

4

Prg

RSDBRUNT

0

25.09.2008

21:07:07

223232

E

5

Typ

RSSCR

0

20.06.1997

14:06:55

5120

6

Prg

RSDBSPBL

0

21.03.2005

17:12:36

59392

E

7

Prg

SAPDB__S

0

08.02.2005

13:13:24

15360

E

8

Typ

VARID

0

11.04.1997

18:32:23

4096

9

Typ

SSCRFIELDS

0

02.05.1997

13:16:39

4096

10

Prg

%_CSYDB0

0

21.03.2005

17:12:36

28672

E

11

Prg

RSDBSPVA

0

25.09.2008

18:32:12

113664

E

12

Typ

RSVAMEMKEY

0

16.12.1996

19:31:50

2048

13

Prg

RSDBSPMC

0

14.08.2007

19:20:42

67584

E

14

Typ

DDSHDESCR

0

28.11.1997

16:26:30

3072

15

Typ

SPPARAMS

0

07.03.1997

14:48:48

2048

16

Prg

SAPLICON

16

25.09.2008

21:07:21

24576

E

17

Prg

%_CICON

16

25.09.2008

21:05:49

78848

E

18

Typ

ICONT

0

14.08.2007

19:20:42

2048

19

Prg

SAPLSABE

19

08.02.2005

13:13:24

10240

E

20

Prg

SAPLSECU

20

25.09.2008

20:13:04

73728

E

21

Typ

RSSUBINFO

0

28.01.2000

04:14:21

3072

22

Typ

RSEXFCODE

0

18.07.1997

17:04:17

1024

23

Prg

SAPLDSYA

23

25.09.2008

20:23:20

39936

E

24

Prg

SAPFSDS1

23

08.02.2005

13:13:24

47104

E

25

Typ

TDCLD

0

14.07.1998

14:53:43

5120

26

Prg

SAPLSDOD

26

28.03.2007

15:12:55

39936

E

27

Typ

DOKIL

0

07.04.1997

18:29:04

3072

28

Prg

SAPCNVE

28

08.02.2005

13:13:24

6144

E

29

Prg

SAPLLANG

29

14.08.2007

20:03:53

8192

E

30

Typ

T002

0

14.08.2007

20:03:28

2048

31

Prg

SAPFSPOR

0

08.02.2005

13:13:24

12288

E

32

Typ

RSPARINT

0

10.03.1995

17:53:00

1024

33

Prg

SAPLSCNT

33

21.03.2005

17:12:35

24576

E

34

Typ

DYCBOX

0

04.05.1998

15:32:24

2048

35

Prg

SAPLSVSM

35

28.03.2007

14:12:30

24576

E

36

Prg

SAPLSGUI

36

25.09.2008

20:30:27

67584

E

37

Prg

SAPLSTTM

37

01.07.2005

18:22:20

62464

E

38

Prg

SAPLSBDC

38

25.09.2008

20:09:50

37888

E

39

Prg

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

39

21.03.2005

18:04:26

40960

E

40

Prg

%_CCNTL

39

21.03.2005

17:12:08

12288

E

41

Typ

OBJ_RECORD

0

07.10.1997

12:13:38

2048

42

Prg

SAPLSTUP

42

25.09.2008

20:08:06

64512

E

43

Prg

SAPLCNDP

43

25.09.2008

18:27:17

177152

E

44

Prg

SAPSHDTV

33

08.02.2005

13:13:25

27648

E

45

Prg

SAPFGUICNTL

1

21.03.2005

17:12:09

20480

E

46

Prg

SAPLOLEA

46

14.08.2007

20:46:28

84992

E

47

Prg

SAPLSFES

47

15.10.2008

18:47:43

231424

E

48

Prg

SAPLSPLUGIN

48

08.02.2005

13:13:25

6144

E

49

Typ

ARFCRDATA

0

07.02.2005

17:30:05

6144

50

Prg

SAPLGRFC

50

08.02.2005

13:13:24

13312

E

51

Typ

SWCBCONT

0

07.10.1997

12:13:50

3072

52

Typ

OLE_VERBS

0

09.02.1995

13:23:37

2048

53

Typ

OLE_PA

0

13.01.1995

11:06:59

2048

54

Typ

SSCRTEXTS

0

15.08.1997

14:15:15

3072

55

Prg

CL_PROXY_TEST_DATA============CP

55

15.10.2008

18:58:14

64512

E

56

Prg

CL_PROXY_LOCAL_SETTINGS=======CP

56

15.10.2008

18:58:14

26624

E

57

Prg

CL_PROXY_PUBLIC_SETTINGS======CP

57

15.10.2008

18:58:14

23552

E

58

Prg

SAPLSCTSDLVU

58

27.05.2005

16:44:51

14336

E

59

Typ

CVERS

0

30.01.2001

19:29:41

2048

60

Typ

DLV_SYSTC

0

30.01.2001

19:30:41

2048

61

Typ

SPROXSET

0

23.01.2005

00:11:28

2048

62

Prg

CL_PROXY_SERVICE==============CP

62

15.10.2008

18:58:14

53248

E

63

Prg

CL_ABAP_CONV_OUT_CE===========CP

63

01.07.2005

18:22:19

15360

E

64

Prg

CL_PROXY_ADAPTER_TEST=========CP

64

15.10.2008

18:58:14

79872

E

65

Typ

SPROXSIG

0

23.01.2005

00:11:28

4096

66

Prg

SAPLSPRX_SI_TEST

66

15.10.2008

18:58:21

54272

E

67

Prg

IF_PROXY_SI_TEST==============IP

66

15.10.2008

18:58:20

9216

E

68

Prg

CL_PROXY_STYLESHEET_RUNTIME===CP

68

15.10.2008

18:58:14

93184

E

69

Prg

CL_GUI_PROPS_CONSUMER=========CP

69

15.10.2008

18:46:30

26624

E

70

Prg

SAPLTHFB

70

15.10.2008

18:45:51

339968

E

71

Typ

EUDB

0

07.04.1997

18:29:19

8192

72

Prg

CL_DYNAMIC_GUI_EXTENSIONS=====CP

72

21.03.2005

17:12:26

33792

E

73

Prg

CL_GUI_DATAMANAGER============CP

73

01.07.2005

18:22:19

69632

E

74

Prg

CL_ABAP_CHAR_UTILITIES========CP

74

01.07.2005

18:22:19

11264

E

75

Prg

CL_GUI_DYNPRO_COMPANION=======CP

75

21.03.2005

17:12:09

14336

E

76

Prg

CL_SXMLP_FACTORY==============CP

76

25.09.2008

20:43:38

12288

E

77

Prg

CL_SXMLP_DATA_ST==============CP

77

15.10.2008

18:36:36

24576

E

78

Typ

QNAME

0

28.11.2003

00:55:37

2048

79

Prg

CL_SXMLP_PART=================CP

79

25.09.2008

20:43:40

21504

E

80

Prg

IF_SXMLP_PART=================IP

77

25.09.2008

20:56:29

8192

E

81

Prg

CL_PROXY_STYLESHEET_RT_METHOD=CP

81

15.10.2008

18:58:14

44032

E

82

Typ

TADIR

0

28.03.2007

13:39:28

4096

83

Typ

SPROXXSLQ

0

25.09.2008

20:12:05

2048

84

Typ

ARFCSSTATE

0

07.02.2005

17:30:05

5120

85

Prg

SAPLARFC

85

25.09.2008

20:30:27

246784

E

86

Typ

ARFCRESERV

0

25.09.2008

18:17:01

6144

87

Prg

SAPLSRFC

87

28.03.2007

13:54:12

31744

E

88

Typ

ARFCTID

0

13.01.1995

10:58:11

2048

89

Prg

SAPMSSY1

68

27.05.2005

16:45:10

18432

E

90

Typ

ARFCDATA

0

13.01.1995

10:58:08

4096

91

Prg

CX_XMS_SYSERR_PROXY===========CP

91

25.09.2008

20:49:11

21504

E

92

Typ

SCX_SRCPOS

0

08.02.2005

13:13:15

2048

93

Prg

CX_XMS_SYSTEM_ERROR===========CP

93

23.01.2005

00:15:19

15360

E

94

Prg

CX_STATIC_CHECK===============CP

94

01.07.2005

18:22:20

8192

E

95

Prg

CX_ROOT=======================CP

95

25.09.2008

16:41:38

9216

E

96

Prg

SAPLSDIFRUNTIME

96

01.07.2005

18:22:39

81920

E

97

Typ

DFIES

0

23.01.2005

00:01:42

8192

98

Typ

X031L

0

01.07.2005

18:22:18

5120

99

Prg

SAPLSDNT

99

25.09.2008

18:27:15

198656

E

100

Prg

SAPLSUGS

100

28.03.2007

13:39:30

40960

E

101

Typ

SPROXXSL

0

14.08.2007

18:39:02

3072

102

Prg

CL_PROXY_STYLESHEET_ST_STD====CP

102

15.10.2008

18:39:32

56320

E

103

Prg

CL_PROXY_STYLESHEET_ST========CP

103

15.10.2008

18:58:14

89088

E

104

Prg

CL_PROXY_SXMLP_ST=============CP

104

15.10.2008

18:58:14

63488

E

105

Prg

CL_PROXY_SXMLP================CP

105

25.09.2008

20:38:56

12288

E

106

Prg

CL_SXMLP======================CP

106

25.09.2008

20:43:37

6144

E

107

Prg

CL_PROXY_STYLESHEET_UTILS=====CP

107

15.10.2008

18:58:14

27648

E

108

Typ

SPROXXSLV

0

25.09.2008

20:12:05

2048

109

Prg

/1SAI/TXS00000000000000000001=XT

107

13.12.2008

17:34:23

47104

E

110

Prg

CX_ST_REF_ACCESS==============CP

110

23.01.2005

00:15:19

10240

E

111

Prg

CX_ST_ERROR===================CP

111

23.01.2005

00:15:18

10240

E

112

Prg

CX_TRANSFORMATION_ERROR=======CP

112

01.07.2005

18:22:20

8192

E

113

Prg

CX_DYNAMIC_CHECK==============CP

113

01.07.2005

18:22:20

8192

E

114

Prg

CX_NO_CHECK===================CP

114

01.07.2005

18:22:20

8192

E

115

Typ

BBPX_TRADING_PARTNER_SUS

0

25.09.2008

20:06:31

14336

116

Prg

%_CSPROX

55

25.09.2008

21:07:48

40960

E

117

Prg

CL_ABAP_TYPEDESCR=============CP

117

01.07.2005

18:22:19

25600

E

118

Prg

CL_ABAP_ELEMDESCR=============CP

118

14.08.2007

18:45:01

31744

E

119

Prg

CL_ABAP_DATADESCR=============CP

119

01.07.2005

18:22:19

16384

E

120

Prg

CL_ABAP_REFDESCR==============CP

120

01.07.2005

18:22:19

23552

E

121

Prg

CL_ABAP_STRUCTDESCR===========CP

121

25.09.2008

18:29:55

34816

E

122

Prg

CL_ABAP_COMPLEXDESCR==========CP

122

01.07.2005

18:22:19

14336

E

123

Prg

CL_ABAP_TABLEDESCR============CP

123

01.07.2005

18:22:19

21504

E

124

Prg

CL_ABAP_CLASSDESCR============CP

124

01.07.2005

18:22:19

25600

E

125

Prg

CL_ABAP_OBJECTDESCR===========CP

125

01.07.2005

18:22:19

28672

E

126

Prg

CL_ABAP_INTFDESCR=============CP

126

01.07.2005

18:22:19

20480

E

127

Prg

CL_ABAP_SOFT_REFERENCE========CP

127

01.07.2005

18:22:19

8192

E

128

Prg

CL_ABAP_REFERENCE=============CP

128

08.02.2005

13:13:20

6144

E

129

Prg

CL_PROXY_DATA=================CP

129

15.10.2008

18:58:14

261120

E

130

Typ

SPROXHDR

0

25.09.2008

20:12:03

8192

131

Prg

CL_PROXY_UTILS================CP

131

15.10.2008

18:58:15

77824

E

132

Typ

SPROXDAT

0

25.09.2008

20:11:57

10240

133

Prg

IF_PROXY_CONST_XSD============IP

129

25.09.2008

20:54:43

14336

E

134

Prg

%_CSPRX

129

25.09.2008

21:07:49

100352

E

135

Typ

PRX_HDR_FURTHER_DATA

0

25.09.2008

20:08:09

2048

136

Prg

IF_PROXY_CONST_PRX_TYPE=======IP

129

25.09.2008

20:54:43

4096

E

137

Prg

IF_PROXY_CONST_WSDL===========IP

129

25.09.2008

20:54:43

5120

E

138

Prg

CL_PROXY_RUNTIME_META_DATA====CP

138

15.10.2008

18:58:14

64512

E

139

Prg

CL_ABAP_EXCEPTIONAL_VALUES====CP

139

28.11.2003

01:06:03

12288

E

140

Prg

IF_PROXY_RT_DEF===============IP

138

25.09.2008

20:54:48

11264

E

141

Prg

CL_PROXY_ST_UTILS=============CP

141

15.10.2008

18:40:41

18432

E

142

Prg

CX_SY_CREATE_DATA_ERROR=======CP

142

01.07.2005

18:22:20

9216

E

143

Prg

CX_SY_CREATE_ERROR============CP

143

01.07.2005

18:22:20

8192

E

144

Prg

CX_SY_NO_HANDLER==============CP

144

01.07.2005

18:22:20

8192

E

145

Prg

CL_IXML=======================CP

145

01.07.2005

18:22:19

203776

E

146

Prg

CL_IXML_UNKNOWN===============CP

146

01.07.2005

18:22:19

6144

E

147

Prg

%_CABAP

141

01.07.2005

18:22:18

25600

E

148

Prg

IF_PROXY_RT_ATTRIBUTE=========IP

138

25.09.2008

20:54:47

4096

E

149

Prg

IF_PROXY_RT_DDIC==============IP

55

25.09.2008

20:54:48

4096

E

150

Typ

PRXCTRL

0

27.08.2002

05:26:56

2048

151

Typ

PRXCTRLD

0

25.09.2008

20:08:07

2048

152

Typ

BBPX_TP_OUT

0

25.09.2008

20:06:30

14336

153

Typ

BBPX_TP_OUT_ORG

0

25.09.2008

20:06:31

14336

154

Typ

BBPX_TP_OUT_IDENTIFIER

0

09.01.2004

20:16:49

3072

155

Typ

BBPX_TP_OUT_TAX_IDENTIFIER

0

29.08.2002

08:40:16

4096

156

Typ

BBPX_TP_OUT_ADDRESS

0

09.01.2004

20:16:49

5120

157

Typ

BBPX_TP_OUT_COMM

0

09.01.2004

20:16:49

5120

158

Typ

BBPX_TP_OUT_COMM_PHONE

0

09.01.2004

20:16:49

3072

159

Typ

BBPX_TP_OUT_COMM_FAX

0

09.01.2004

20:16:49

3072

160

Typ

BBPX_TP_OUT_COMM_EMAIL

0

09.01.2004

20:16:49

3072

161

Typ

BBPX_BANK_DETAIL_OUT

0

29.08.2002

08:40:07

3072

162

Typ

BBPX_TP_OUT_TAX_CLASS

0

29.08.2002

08:40:15

3072

163

Prg

CL_SXML_STRING_WRITER=========CP

163

25.09.2008

18:25:39

10240

E

164

Prg

CL_SXML_WRITER================CP

164

25.09.2008

18:25:39

18432

E

165

Prg

IF_SXML=======================IP

163

27.05.2005

16:52:37

4096

E

166

Prg

CX_SXML_ILLEGAL_ARGUMENT_ERRORCP

166

14.08.2007

18:49:38

8192

E

167

Prg

CX_SXML_ERROR=================CP

167

08.02.2005

09:44:15

8192

E

168

Prg

CX_SXMLP======================CP

168

25.09.2008

20:48:38

9216

E

169

Prg

IF_SXML_WRITER================IP

77

27.05.2005

16:52:38

7168

E

170

Prg

CL_ABAP_CONV_IN_CE============CP

170

01.07.2005

18:22:19

19456

E

171

Prg

CL_GUI_CONTROL================CP

171

21.03.2005

18:07:31

103424

E

172

Prg

CL_GUI_OBJECT=================CP

172

25.09.2008

18:30:10

370688

E

173

Prg

CL_GUI_CFW====================CP

173

21.03.2005

18:07:31

152576

E

174

Typ

TOLE

0

20.05.1998

14:20:04

3072

175

Prg

%_COLE2

46

21.03.2005

17:12:27

8192

E

176

Prg

SAPLSCP2

176

15.10.2008

18:47:34

116736

E

177

Typ

SWCONT

0

18.01.1995

16:55:29

2048

178

Prg

CL_GUI_CUSTOM_CONTAINER=======CP

178

21.03.2005

18:04:26

36864

E

179

Typ

CFW_LINK

0

28.01.2000

04:05:34

2048

180

Prg

CL_GUI_CONTAINER==============CP

180

21.03.2005

18:04:26

48128

E

181

Prg

SAPLCNTH

181

21.03.2005

17:12:09

23552

E

182

Prg

CL_PROXY_XML_EDIT=============CP

182

15.10.2008

18:58:15

29696

E

183

Prg

SAPLSYST

183

08.02.2005

13:13:25

31744

E

184

Typ

RFC_FIELDS

0

16.12.1996

19:30:48

2048

185

Typ

DPPROPS

0

06.06.1997

18:56:23

2048

186

Prg

SAPLURFC

186

25.09.2008

20:24:07

18432

E

187

Prg

CL_GUI_SOURCEEDIT=============CP

187

25.09.2008

18:30:10

135168

E

188

Typ

FILE_TABLE

0

05.01.1999

16:01:10

2048

189

Prg

CL_GUI_HTML_VIEWER============CP

189

25.09.2008

18:24:52

106496

E

190

Prg

SAPLCNTL

190

25.09.2008

18:30:59

292864

E

191

Prg

SAPLCNT0

191

21.03.2005

17:12:09

33792

E

192

Prg

SAPLSYGU

192

08.02.2005

13:13:25

25600

E

193

Prg

%_CCNHT

117

21.03.2005

17:12:07

6144

E

194

Prg

CL_GUI_FRONTEND_SERVICES======CP

194

15.10.2008

18:46:30

102400

E

195

Typ

ARFCSDATA

0

07.02.2005

17:30:05

6144

196

Prg

IF_CACHED_PROP================IP

73

21.03.2005

17:09:57

4096

E

197

Prg

SAPFGUICNTL_CFW

1

21.03.2005

18:04:26

12288

E

198

Typ

CODEPAGES

0

13.06.1997

12:41:11

1024

199

Typ

TCPDB

0

22.03.1996

00:06:06

2048

200

Prg

CL_ABAP_CONV_OBJ==============CP

200

08.02.2005

13:13:20

16384

E

201

Prg

CL_PROXY_STYLESHEET_ST_EXT====CP

201

15.10.2008

18:46:37

95232

E

202

Prg

/1SAI/TXE00000000000000000001=XT

107

13.12.2008

11:54:28

67584

E

203

Prg

CL_PROXY_TEST_VARIANT_UI======CP

203

15.10.2008

18:36:35

12288

E

204

Prg

CL_PROXY_TEST_VARIANT=========CP

204

15.10.2008

18:36:35

15360

E

205

Typ

SPROX_TEST_DATA

0

25.09.2008

20:12:05

3072

206

Prg

CL_GUI_DOCKING_CONTAINER======CP

206

21.03.2005

18:04:26

41984

E

207

Prg

CL_ABAP_RUNTIME===============CP

207

01.07.2005

18:22:19

8192

E

208

Prg

CL_PROXY_ADAPTER==============CP

208

15.10.2008

18:58:14

13312

E

209

Prg

CL_PROXY_INBOUND_REGISTRY=====CP

209

15.10.2008

18:58:14

26624

E

210

Typ

SPROXREG

0

23.01.2005

00:11:28

4096

211

Prg

CL_PROXY_INBOUND_ADAPTER======CP

211

15.10.2008

18:58:14

45056

E

212

Typ

PRX_IFRINT

0

23.01.2005

00:03:25

2048

213

Prg

CL_WSPROTOCOL=================CP

213

15.10.2008

18:58:17

21504

E

214

Prg

IF_WSPROTOCOL=================IP

64

25.09.2008

20:57:41

4096

E

215

Prg

CL_WSPROTOCOL_PAYLOAD=========CP

215

15.10.2008

18:58:17

27648

E

216

Prg

IF_WSPROTOCOL_PAYLOAD=========IP

215

15.10.2008

18:58:20

8192

E

217

Prg

CL_WS_PAYLOAD=================CP

217

25.09.2008

20:58:10

9216

E

218

Prg

CX_SY_REF_IS_INITIAL==========CP

218

01.07.2005

18:22:20

8192

E

219

Prg

%_CRSDS

0

21.03.2005

17:12:16

8192

E

220

Prg

%_CSYLDB

0

21.03.2005

17:12:38

6144

E

221

Prg

%_CSLIS

20

28.03.2007

15:37:18

68608

E

222

Typ

DTC_S_LAYO

0

19.01.2001

18:50:00

6144

223

Typ

CAT_SVARS

0

04.10.2004

17:26:59

2048

224

Prg

CL_WS_MD_FACTORY==============CP

224

15.10.2008

18:58:17

48128

E

225

Prg

CL_WB_REQUEST=================CP

225

15.10.2008

18:54:04

36864

E

226

Typ

SYST

0

23.01.2005

00:05:42

27648

227

Prg

IF_PROXY_INBOUND_ADAPTER======IP

211

15.10.2008

18:58:20

8192

E

228

Typ

RSJOBINFO

0

09.02.1995

13:25:17

3072

-

-


-

-


Directory of Application Tables

-

-


Name Date Time Lngth

Val.

-

-


Program SPROX_SERVICE_INTERFACE_TEST_I

-

-


SYST 08.02.2005 11:15:49 00002408

000000000000x01000000000000000

RSJOBINFO . . : : 00000084

00000000000000

SSCRFIELDS 23.01.2005 00:04:47 00000854

SSCRTEXTS . . : : 00000371

-

-


Program RSDBRUNT

-

-


VARID . . : : 00000132

-

-


Program SAPLICON

-

-


ICONT . . : : 00000065

-

-


Program SAPFSDS1

-

-


TDCLD . . : : 00000050

RE DOKU 8R XX XXLIMUDOKUX x1E0XR3TRPROGX

-

-


Program SAPLSDOD

-

-


DOKIL . . : : 00000076

-

-


Program SAPLLANG

-

-


T002 . . : : 00000005

ES1EN

-

-


Program SAPLOLEA

-

-


TOLE . . : : 00000197

SAP.DATAPROVIDER.1 {799104C5-04C5-11D0-

-

-


Program CL_GUI_PROPS_CONSUMER=========CP

-

-


EUDB . . : : 00003940

%CC002C9DD1B06F106A21C00065BF30D3E 0000

-

-


Program SAPLARFC

-

-


ARFCSSTATE . . : : 00000506

-

-


Program CL_GUI_FRONTEND_SERVICES======CP

-

-


EUDB . . : : 00003940

FEC002C9DD1B06F106A21C00065BF30D3E 0000

-

-


-

-


ABAP Control Blocks (CONT)

-

-


Index

Name

Fl

PAR0

PAR1

PAR2

PAR3

PAR4

PAR5

PAR6

Source Code

Line

-

-


1312

cmp1

00

0242

C01A

0078

CL_PROXY_INBOUND_ADAPTER======CM00I

47

1314

BRAT

02

0003

CL_PROXY_INBOUND_ADAPTER======CM00I

47

1315

cmp1

00

0242

C01A

0079

CL_PROXY_INBOUND_ADAPTER======CM00I

47

1317

BRAF

02

003E

CL_PROXY_INBOUND_ADAPTER======CM00I

47

1318

CRTD

01

0000

C005

C01B

CL_PROXY_INBOUND_ADAPTER======CM00I

51

1320

mvqk

1E

8480

0010

0044

CL_PROXY_INBOUND_ADAPTER======CM00I

53

1322

MOVE

FF

024E

C01C

C005

CL_PROXY_INBOUND_ADAPTER======CM00I

54

1324

TINS

41

0248

C01D

C004

0000

0000

0000

0000

CL_PROXY_INBOUND_ADAPTER======CM00I

55

1328

BREL

04

0000

CL_PROXY_INBOUND_ADAPTER======CM00I

56

1329

cmp1

00

0242

C01A

0077

CL_PROXY_INBOUND_ADAPTER======CM00I

58

1331

BRAN

02

0002

CL_PROXY_INBOUND_ADAPTER======CM00I

58

1332

BRAX

00

000A

CL_PROXY_INBOUND_ADAPTER======CM00I

58

>>>>>

METH

03

0002

0006

8002

0000

0000

0000

0000

CL_PROXY_INBOUND_ADAPTER======CM00I

59

1337

PAR1

01

C01E

CL_PROXY_INBOUND_ADAPTER======CM00I

59

1338

PAR1

01

C005

CL_PROXY_INBOUND_ADAPTER======CM00I

59

1339

PAR2

00

0000

0001

0000

CL_PROXY_INBOUND_ADAPTER======CM00I

59

1341

BRAX

00

0026

CL_PROXY_INBOUND_ADAPTER======CM00I

60

1342

cmp1

00

0242

C01A

0078

CL_PROXY_INBOUND_ADAPTER======CM00I

60

1344

BRAN

02

0002

CL_PROXY_INBOUND_ADAPTER======CM00I

60

1345

BRAX

00

000C

CL_PROXY_INBOUND_ADAPTER======CM00I

60

-

-


Regards,

Ashok

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member526144
Active Contributor
0 Kudos

Dear Ashok,

Please follow the below steps then it should work.

1. Call transaction BBP_SUS_BP_ADM to start supplier replication

monitoring.

2. If the e-mail address is incorrect, choose Delete. Change the e-mail

address in the procurement system and replicate the supplier master data again.

3. If the supplier master data was not created via supplier registration, select New Business Partner. Change the e-mail address in the

procurement system and replicate the supplier again.

Still if you are unable to replicate the vendors then let us know.

Thanks

Ravi