cancel
Showing results for 
Search instead for 
Did you mean: 

Sap Solution manager RFC error when sending logon data

Former Member
0 Kudos

Dear Experts

As we have installed solman 7.1 and update to sp8 now it give the error for RFC error when sending logon data

i am sending you the word attachment for ur reference

i have update kernal to 401 from 300 then also same issue

The internal system error cannot be fixed by ABAP means only.

--------

Category Internal Kernel Error

Runtime Errors CALL_FUNCTION_CONNECT_ERROR

Application Component BC-MID-RFC

Date and Time 22.10.2013 12:16:14

Short text

RFC error when sending logon data.

What happened?

    Error in the SAP kernel.

    The current ABAP "RDSWP_ISSUE_REFRESH" program had to be terminated because the

ABAP processor detected an internal system error.

What can you do?

    Note which actions and input led to the error.

    For further help in handling the problem, contact your SAP administrator

    .

    You can use the ABAP dump analysis transaction ST22 to view and manage

    termination messages, in particular for long term reference.

How to correct the error

    " "

    The internal system error cannot be fixed by ABAP means only.

    You may be able to find a solution in the SAP note system. If you have

    access to the SAP note system, try searching for the following terms:

     "CALL_FUNCTION_CONNECT_ERROR" " "

     "RDSWP_ISSUE_REFRESH" or "RDSWP_ISSUE_REFRESH"

     "START-OF-SELECTION"

    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..... 702

    SAP Basis Level. 0009

    Application server... "IDESSOLMAN"

    Network address...... "10.0.0.51"

    Operating system..... "Windows NT"

    Release.............. "6.1"

    Hardware type........ "8x AMD64 Level"

    Character length.... 16 Bits

    Pointer length....... 64 Bits

    Work process number.. 15

    Shortdump setting.... "full"

    Database server... "IDESSOLMAN"

    Database type..... "ORACLE"

    Database name..... "AFS"

    Database user ID.. "SAPSR3"

    Terminal.......... " "

    Char.set.... "C"

    SAP kernel....... 720

    created (date)... "Jul 8 2012 23:15:28"

    create on........ "NT 5.2 3790 S x86 MS VC++ 14.00"

    Database version. "OCI_10201_SHARE, 11.2.0.3.0 "

    Patch level. 300

    Patch text.. " "

    Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*"

    SAP database version. 720

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

     NT 6.0, Windows NT 6.1, Windows NT 6.2"

    Memory consumption

    Roll.... 0

    EM...... 12569376

    Heap.... 0

    Page.... 24576

    MM Used. 2038112

MM Free. 2149008

User and Transaction

    Client.............. 001

    User................ "SOLMAN_BTC"

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

    Transaction......... " "

    Transaction ID...... "A3E53AE34A21F172822FE41F133A469E"

    EPP Whole Context ID.... "E61F133D4B2F1EE383C0823A3E6D3E8E"

    EPP Connection ID....... "E61F133D4B2F1EE383C082C7B0185E8E"

    EPP Caller Counter...... 1

    Program............. "RDSWP_ISSUE_REFRESH"

    Screen.............. "SAPMSSY0 1000"

    Screen Line......... 6

Debugger Active..... "none"

Information on where terminated

    Termination occurred in the ABAP program "RDSWP_ISSUE_REFRESH" - in

     "START-OF-SELECTION".

    The main program was "RDSWP_ISSUE_REFRESH ".

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

    of the (Include) program "RDSWP_ISSUE_REFRESH".

    The program "RDSWP_ISSUE_REFRESH" was started as a background job.

    Job Name....... "SM:SYNC ISSUES FROM CRM"

    Job Initiator.. "SOLMAN_BTC"

Job Number..... 12150200

Source Code Extract

Line

SourceCde

   36

IF sy-subrc <> 0.

   37

  EXIT.

   38

  1. ENDIF.

   39

   40

rfc_dest = ls_customizing-sup_rfcdest.

   41

   42

IF rfc_dest IS INITIAL.

   43

  rfc_dest = 'NONE'.

   44

  1. ENDIF.

   45

   46

*** CRM wird verwendet

   47

CHECK NOT ls_customizing-sup_use_crm IS INITIAL.

   48

   49

*** Range-Tabelle

   50

ls_process_sel-sign   = 'I'.

   51

ls_process_sel-option = 'EQ'.

   52

ls_process_sel-low    = cl_ags_esd_issue=>c_slfi. "cl_dswp_ci_constants=>ci_issue_process."'

   53

APPEND ls_process_sel TO lt_process_sel.

   54

ls_process_sel-low    = cl_ags_esd_topissue=>c_slft. "cl_dswp_ci_constants=>ci_top_issue_pro

   55

APPEND ls_process_sel TO lt_process_sel.

   56

* !!! Context -> container (not DNO/ABA Message) !!!

   57

   58

   59

*** Zeitraum

   60

ls_date_sel-sign   = 'I'.

   61

ls_date_sel-option = 'GE'.

   62

ls_date_sel-low    = sy-datum - 180.

   63

APPEND ls_date_sel TO lt_date_sel.

   64

   65

*** CRM-Vorgänge

>>>>>

CALL FUNCTION 'BAPI_BUSPROCESSND_GETLIST'

   67

  DESTINATION rfc_dest

   68

  TABLES

   69

    guid             = lt_guid

   70

    process_type_sel = lt_process_sel

   71

    posting_date_sel = lt_date_sel

   72

    return           = lt_return.

   73

   74

CHECK NOT lt_guid[] IS INITIAL.

   75

   76

* 2011-10-18: Do not delete DSWPISSUE table since it contains 80 characters short text

   77

**** Alte Issues löschen

   78

*SELECT issue_guid FROM  dswpissue INTO TABLE lt_issue_guid."#EC CI_NOWHERE

   79

*LOOP AT lt_issue_guid ASSIGNING <guid>.

   80

*  READ TABLE lt_guid WITH KEY guid = <guid>-guid

   81

*    TRANSPORTING NO FIELDS.

   82

*  IF sy-subrc <> 0.

   83

*    DELETE dswpissue FROM <guid>.

   84

*  ENDIF.

85

*ENDLOOP.

Contents of system fields

Name

  1. Val.

SY-SUBRC

0

SY-INDEX

0

SY-TABIX

1

SY-DBCNT

0

SY-FDPOS

0

SY-LSIND

0

SY-PAGNO

0

SY-LINNO

1

SY-COLNO

1

SY-PFKEY

SY-UCOMM

SY-TITLE

DSWP: Refresh Internal Issue List

SY-MSGTY

E

SY-MSGID

PO

SY-MSGNO

238

SY-MSGV1

SY-MSGV2

SY-MSGV3

SY-MSGV4

SY-MODNO

0

SY-DATUM

20131022

SY-UZEIT

121613

SY-XPROG

RSDBRUNT

SY-XFORM

%_INIT_PBO_FIRST

Active Calls/Events

  1. No.   Ty.          Program                             Include                             Line

      Name

    1 EVENT        RDSWP_ISSUE_REFRESH                 RDSWP_ISSUE_REFRESH                    66

      START-OF-SELECTION

Chosen variables

Name

Val.

  1. No.

     1

  1. Ty.

EVENT

Name

START-OF-SELECTION

SY-REPID

    RDSWP_ISSUE_REFRESH

    5455554555455445454222222222222222222222

    24370F93355F2562538000000000000000000000

    0000000000000000000000000000000000000000

    0000000000000000000000000000000000000000

520044005300570050005F00490053005300550045005F005200450046005200450053004800200020002000200020

RFC_DEST

    NONE

    44442222222222222222222222222222

    EFE50000000000000000000000000000

    00000000000000000000000000000000

    00000000000000000000000000000000

4E004F004E004500200020002000200020002000200020002000200020002000200020002000200020002000200020

LS_CUSTOMIZING-SUP_USE_CRM

    X

    5

    8

    0

    0

    5800

SPACE

    2

    0

    0

    0

    2000

LS_PROCESS_SEL-LOW

    SLFT

    5445

    3C64

    0000

    0000

    53004C0046005400

CL_AGS_ESD_ISSUE=>C_SLFI

    SLFI

    5444

    3C69

    0000

    0000

    53004C0046004900

LT_PROCESS_SEL

    Table IT_12[2x22]

    \PROGRAM=RDSWP_ISSUE_REFRESH\DATA=LT_PROCESS_SEL

    Table reference: 4

    TABH+ 0(20) = E0FC0900DF070000000000000000000000000000

    TABH+ 20(20) = 040000000C0000000200000016000000FFFFFFFF

    TABH+ 40(16) = 04000000704B000004000000C124C000

    store        = 0xE0FC0900DF070000

    ext1         = 0x0000000000000000

    shmId        = 0     (0x00000000)

    id           = 4     (0x04000000)

    label        = 12    (0x0C000000)

    fill         = 2     (0x02000000)

    leng         = 22    (0x16000000)

    loop         = -1    (0xFFFFFFFF)

    xtyp         = TYPE#000016

    occu         = 4     (0x04000000)

    accKind      = 1 (ItAccessStandard)

    idxKind      = 0 (ItIndexNone)

    uniKind      = 2 (ItUniNo)

    keyKind      = 1 (default)

    cmpMode      = 2 (cmpSingleMcmpR)

    occu0        = 1

    stMode       = 0

    groupCntl    = 0

    rfc          = 0

    unShareable  = 0

    mightBeShared = 0

    sharedWithShmTab = 0

    isShmLockId  = 0

    isUsed       = 1

    isCtfyAble   = 1

    hasScndKeys  = 0

    hasRowId     = 0

    scndKeysOutdated = 0

    scndUniKeysOutdated = 0

    ----- Shareable Table Header Data -----

    tabi         = 0x60FC0900DF070000

    pgHook       = 0x0000000000000000

    idxPtr       = 0x0000000000000000

    id           = 12    (0x0C000000)

    shmTabhSet   = 0x0000000000000000

    refCount     = 0 (0x00000000)

    tstRefCount  = 0 (0x00000000)

    lineAdmin    = 4 (0x04000000)

    lineAlloc    = 4 (0x04000000)

    shmVersId    = 0 (0x00000000)

    shmRefCount  = 1 (0x01000000)

    rowId        = 18446744073709551615

    scndKeyAdmin = 0x0000000000000000

    IEQSLFI

    44554442222

    9513C690000

    00000000000

    00000000000

49004500510053004C00460049002000200020002000

    IEQSLFT

    44554452222

    9513C640000

    00000000000

    00000000000

49004500510053004C00460054002000200020002000

LS_PROCESS_SEL

    IEQSLFT

    44554452222

    9513C640000

    00000000000

    00000000000

49004500510053004C00460054002000200020002000

CL_AGS_ESD_TOPISSUE=>C_SLFT

    SLFT

    5445

    3C64

    0000

    0000

    53004C0046005400

SY-DATUM

    20131022

    33333333

    20131022

    00000000

    00000000

    32003000310033003100300032003200

LS_DATE_SEL-LOW

    20130425

    33333333

    20130425

    00000000

    00000000

    32003000310033003000340032003500

LT_DATE_SEL

    Table IT_13[1x38]

\PROGRAM=RDSWP_ISSUE_REFRESH\DATA=LT_DATE_SEL

    Table reference: 7

    TABH+ 0(20) = 20FE0900DF070000000000000000000000000000

    TABH+ 20(20) = 070000000D0000000100000026000000FFFFFFFF

    TABH+ 40(16) = 04000000004C000004000000C124C000

    store        = 0x20FE0900DF070000

    ext1         = 0x0000000000000000

    shmId        = 0     (0x00000000)

    id           = 7     (0x07000000)

    label        = 13    (0x0D000000)

    fill         = 1     (0x01000000)

    leng         = 38    (0x26000000)

    loop         = -1    (0xFFFFFFFF)

    xtyp         = TYPE#000019

    occu         = 4     (0x04000000)

    accKind      = 1 (ItAccessStandard)

    idxKind      = 0 (ItIndexNone)

    uniKind      = 2 (ItUniNo)

    keyKind      = 1 (default)

    cmpMode      = 2 (cmpSingleMcmpR)

    occu0        = 1

    stMode       = 0

    groupCntl    = 0

    rfc          = 0

    unShareable  = 0

    mightBeShared = 0

    sharedWithShmTab = 0

    isShmLockId  = 0

    isUsed       = 1

    isCtfyAble   = 1

    hasScndKeys  = 0

    hasRowId     = 0

    scndKeysOutdated = 0

    scndUniKeysOutdated = 0

    ----- Shareable Table Header Data -----

    tabi         = 0x60FD0900DF070000

    pgHook       = 0x0000000000000000

    idxPtr       = 0x0000000000000000

    id           = 13    (0x0D000000)

    shmTabhSet   = 0x0000000000000000

    refCount     = 0 (0x00000000)

    tstRefCount  = 0 (0x00000000)

    lineAdmin    = 4 (0x04000000)

    lineAlloc    = 4 (0x04000000)

    shmVersId    = 0 (0x00000000)

    shmRefCount  = 1 (0x01000000)

    rowId        = 18446744073709551615

    scndKeyAdmin = 0x0000000000000000

    IGE2013042500000000

    4443333333333333333

    9752013042500000000

    0000000000000000000

    0000000000000000000

4900470045003200300031003300300034003200350030003000300030003000300030003000

LS_DATE_SEL

    IGE2013042500000000

    4443333333333333333

    9752013042500000000

    0000000000000000000

    0000000000000000000

4900470045003200300031003300300034003200350030003000300030003000300030003000

SYST

    ##########################A###P#######Ǿ#########ż#############################T#######䵘# u##>

00000000000000000000000000400050000000F0000000007000000000000000000000000000105000000050270000

00001000000000000000000010101000000000E000000000C000000000000000000000000000604000000080050200

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000

00000000000000000000000000000000000000100000000010000000000000000000000000000000000000D000000C

0000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000

LT_GUID

    Table[initial]

SY-LDBPG

    SAPDB__S

    5454455522222222222222222222222222222222

    31042FF300000000000000000000000000000000

    0000000000000000000000000000000000000000

    0000000000000000000000000000000000000000

530041005000440042005F005F00530020002000200020002000200020002000200020002000200020002000200020

LT_ISSUE_GUID

    Table[initial]

LT_RETURN

    Table[initial]

Internal notes

    The termination was triggered in function "DefaultConnect"

    of the SAP kernel, in line 2069 of the module

"//bas/720_REL/src/krn/rfc/abrfcfun.c#20".

    The internal operation just processed is "FUNC".

    Internal mode was started at 20131022121613.

    Status of the connection." "

    Connection description..." "

    Internal error code......"RFC_ERROR_SYSTEM_FAILURE"

    The CPIC return code text is:

    "Incomplete logon data."

Parameters....: "NONE", " "

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

When      : 10/22/2013 12:16:14.437

Threads   : 2

Computer Name       : IDESSOLMAN

User Name           : SAPServiceAFS

Number of Processors: 8

Processor Type: Intel64 Family 6 Model 26 Stepping 5

Windows Version     : 6.1 Current Build: 7601

State Dump for Thread Id 3814

000000000201F4E0 000000014189E136 000000000266BF00 disp+work!DumpStacks [ntstcdbg.c (548)]

000000000201F5E0 0000000140276844 000000007499A000 disp+work!NTDebugProcess [ntstcdbg.c (383)]

000000000201F610 00000001404BD75A 000000007499A000 disp+work!CTrcStack [dptstack.c (183)]

000000000201F660 00000001404C336D 0000000000000000 disp+work!rabax_CStackSave [abrabax.c (8673)]

000000000201FF70 0000000140BA683A 0000000000000001 disp+work!ab_rabax [abrabax.c (1422)]

0000000002020A50 0000000140BAC3EB 00000000ADFCE5DA disp+work!rfcThrowOrRabax [abrfcfun.c (2647)]

0000000002020B10 0000000140BAF768 0000000000000000 disp+work!DefaultConnect [abrfcfun.c (2051)]

0000000002020F20 0000000140BB169E 0000000000000001 disp+work!rfcfun_FcdCall [abrfcfun.c (747)]

0000000002022F20 00000001404F0B3E 0000000000000000 disp+work!ab_FuncRemote [abrfcfun.c (436)]

0000000002023020 00000001404F56D5 000007FFF53AF238 disp+work!jfunc_remote [abfunc.c (5567)]

0000000002023FA0 00000001404F66D2 0000000002024030 disp+work!jfunc_nonstandard [abfunc.c (1554)]

0000000002029940 00000001404ACAB1 0000000000000097 disp+work!ab_jfunc [abfunc.c (575)]

0000000002029AB0 0000000140524530 0000000000000340 disp+work!ab_extri [abextri.c (676)]

0000000002029B00 0000000140524CF6 0000000000000000 disp+work!ab_xevent [abrunt1.c (336)]

0000000002029B90 00000001404FEFE9 00000001000002A0 disp+work!ab_trigg [abrunt1.c (60)]

0000000002029C20 00000001402EAED2 000007DF00000016 disp+work!ab_run [absubmit.c (511)]

0000000002029DD0 00000001402EFAE4 0000000000000000 disp+work!dynpmcal [dymainstp.c (2732)]

0000000002029E60 00000001402EEC9B 0000000000000000 disp+work!dynppai0 [dymainstp.c (1355)]

0000000002029F30 00000001402A2757 0000000000000002 disp+work!dynprctl [dymainstp.c (470)]

000000000202F320 0000000140114C7B 0000000000000000 disp+work!dynpen00 [dymain.c (2026)]

000000000202FDF0 0000000140115497 FFFFFFFFFFFFFF00 disp+work!TskhLoop [thxxhead.c (4896)]

000000000202FE50 0000000140030879 000000000266BE68 disp+work!ThStart [thxxhead.c (1203)]

000000000202FEF0 00000001400010B1 FFFFFFFF00000001 disp+work!DpMain [dpxxdisp.c (1196)]

000000000202FF20 0000000141BCF410 0000000002030000 disp+work!nlsui_main [thxxanf.c (80)]

000000000202FF50 00000000775E652D 0000000000000000 disp+work!__tmainCRTStartup [crtexe.c (594)]

000000000202FF80 0000000077ACC541 0000000000000000 kernel32!BaseThreadInitThunk

000000000202FFD0 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart

State Dump for Thread Id 3ff4

000000000D9CFDE0 000007FEFE1B3C2F 000000005EE76B1F ntdll!NtFsControlFile

000000000D9CFE50 0000000141AA336F FFFFFFFFFFFFFFFE KERNELBASE!ConnectNamedPipe

000000000D9CFEF0 00000000748E37D7 000000000797B360 disp+work!SigIMsgFunc [signt.c (717)]

000000000D9CFF20 00000000748E3894 00000000749995C0 MSVCR80!endthreadex

000000000D9CFF50 00000000775E652D 0000000000000000 MSVCR80!endthreadex

000000000D9CFF80 0000000077ACC541 0000000000000000 kernel32!BaseThreadInitThunk

000000000D9CFFD0 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart

List of ABAP programs affected

Index

Typ

Program

Group

Date

Time

Size

  1. Lang.

     0

Prg

RDSWP_ISSUE_REFRESH

     0

  1. 24.11.2011

18:12:59

    24576

E

     1

Prg

SAPMSSY0

     1

  1. 24.11.2011

13:54:33

   111616

E

     2

Prg

SAPMSSYD

     1

  1. 24.11.2011

13:54:33

    24576

E

     3

Prg

SAPFSYSCALLS

     1

  1. 17.12.2004

10:47:44

     8192

E

     4

Prg

RSDBRUNT

     0

  1. 24.11.2011

17:49:50

   305152

E

     5

Prg

SAPLSPRI

     5

  1. 24.11.2011

17:49:43

   395264

E

     6

Typ

PRI_PARAMS

     0

  1. 27.10.1998

15:01:35

     5120

     7

Typ

ARC_PARAMS

     0

  1. 08.08.1997

14:45:20

     5120

     8

Typ

PRI_LAYOUT

     0

  1. 12.03.2004

15:40:04

     3072

     9

Typ

PRIPAR_EXT

     0

  1. 17.12.2004

10:47:01

     3072

    10

Typ

PRIPAR_EX2

     0

  1. 19.01.2001

18:52:37

     2048

    11

Typ

PRIPAR_EX3

     0

  1. 17.12.2004

10:47:01

     3072

    12

Typ

TPRI_DEF

     0

  1. 19.01.2001

19:07:58

     5120

    13

Prg

SAPLSPOO

    13

  1. 24.11.2011

11:25:09

   181248

E

    14

Typ

TSP03

     0

  1. 13.08.1998

16:56:08

     5120

    15

Typ

USR01

     0

  1. 15.04.2008

13:01:38

     4096

    16

Typ

TSP1D

     0

  1. 02.02.1998

15:00:56

     5120

    17

Prg

SAPLRSPOLSTDRV

    17

  1. 04.03.2009

11:02:12

    64512

E

    18

Typ

TSPOPTIONS

     0

  1. 06.12.1996

16:09:18

     2048

    19

Prg

SAPCNVE

    19

  1. 17.12.2004

10:47:44

     9216

E

    20

Prg

SAPLSPOC

    20

  1. 24.11.2011

11:25:09

   177152

E

    21

Typ

RSPOCHECK

     0

  1. 14.07.1997

13:01:20

     4096

    22

Typ

DEVPAR

     0

  1. 19.01.2001

18:49:40

     3072

    23

Typ

RSPOATTR

     0

  1. 28.01.2000

04:14:08

     2048

    24

Typ

RSSCR

     0

  1. 20.06.1997

14:06:55

     5120

    25

Prg

RSDBSPBL

     0

  1. 24.11.2011

13:54:25

    84992

E

    26

Prg

SAPDB__S

     0

  1. 17.12.2004

10:47:44

    21504

E

    27

Prg

RSDBSPMC

     0

  1. 04.03.2009

10:50:52

    92160

E

    28

Typ

DDSHDESCR

     0

  1. 28.11.1997

16:26:30

     4096

    29

Typ

SPPARAMS

     0

  1. 07.03.1997

14:48:48

     2048

    30

Prg

SAPLSABE

    30

  1. 13.01.2010

15:41:25

    14336

E

    31

Prg

SAPLSECU

    31

  1. 24.11.2011

14:01:16

   107520

E

    32

Typ

RSSUBINFO

     0

  1. 28.01.2000

04:14:21

     3072

    33

Prg

RSDBSPVA

     0

  1. 24.11.2011

13:54:25

   160768

E

    34

Prg

RSDBSPVD

     0

  1. 24.11.2011

13:54:25

   102400

E

    35

Typ

DFIES

     0

  1. 04.03.2009

09:46:25

    10240

    36

Typ

VARI

     0

  1. 16.12.1996

19:38:11

     6144

    37

Typ

RSDSFIELDS

     0

  1. 16.12.1996

19:31:30

     3072

    38

Prg

%_CRSDS

     0

  1. 19.02.2005

11:28:17

    11264

E

    39

Typ

RSDSEXPR

     0

  1. 16.12.1996

19:31:30

     3072

    40

Typ

RVARI

     0

  1. 28.02.1998

12:45:14

     4096

    41

Prg

SAPLSVAR

    41

  1. 24.11.2011

17:49:45

   921600

E

    42

Prg

%_CSYDB0

     0

  1. 04.03.2009

10:50:52

    40960

E

    43

Prg

RSDBSPDS

     0

  1. 04.03.2009

10:50:52

    66560

E

    44

Prg

SAPLSTUP

    44

  1. 24.11.2011

16:55:20

    86016

E

    45

Prg

SAPLCNDP

    45

  1. 24.11.2011

12:16:24

   231424

E

    46

Prg

SAPLSCNT

    46

  1. 19.02.2005

11:28:30

    34816

E

    47

Prg

SAPSHDTV

    46

  1. 24.11.2011

17:49:54

    38912

E

    48

Prg

SAPFGUICNTL

     1

  1. 19.02.2005

11:28:11

    27648

E

    49

Prg

SAPLOLEA

    49

  1. 24.11.2011

17:49:39

   110592

E

    50

Prg

SAPLSGUI

    50

  1. 24.11.2011

11:29:29

   105472

E

    51

Prg

SAPLSTTM

    51

  1. 04.03.2009

11:28:57

    79872

E

    52

Prg

SAPLSBDC

    52

  1. 04.03.2009

11:28:57

    49152

E

    53

Prg

SAPLSFES

    53

  1. 24.11.2011

17:46:58

   315392

E

    54

Prg

SAPLTHFB

    54

  1. 24.11.2011

17:48:22

   472064

E

    55

Typ

WPINFO

     0

  1. 08.02.1999

14:18:32

     6144

    56

Prg

SAPLURFC

    56

  1. 24.11.2011

14:02:15

    26624

E

    57

Prg

SAPLSPLUGIN

    57

  1. 16.02.2010

23:04:04

     9216

E

    58

Typ

SWCBCONT

     0

  1. 07.10.1997

12:13:50

     3072

    59

Typ

OLE_VERBS

     0

  1. 09.02.1995

13:23:37

     2048

    60

Typ

OLE_PA

     0

  1. 13.01.1995

11:06:59

     2048

    61

Prg

CL_AGS_ESD_ISSUE==============CP

    61

  1. 17.09.2013

09:11:58

   156672

E

    62

Prg

CL_AGS_ESD_CRM_ORDER==========CP

    62

  1. 24.11.2011

12:31:45

   126976

E

    63

Prg

CL_AGS_ESD_TOPISSUE===========CP

    63

  1. 17.09.2013

09:11:58

   169984

E

    64

Prg

SAPLDSWP_WIZARD

    64

  1. 17.09.2013

09:12:00

   102400

E

    65

Typ

DSWPCUSTOMIZING_GLOBAL

     0

  1. 26.03.2010

17:51:58

     6144

    66

Prg

SAPLBCOS

    66

  1. 08.12.2011

13:39:44

   181248

E

    67

Typ

BCOS_CUST

     0

  1. 13.01.2010

15:40:38

     2048

68

Typ

SYST

0

  1. 16.12.2004

20:31:11

30720

Directory of Application Tables

Name Date       Time       Lngth

Val.

Program

RDSWP_ISSUE_REFRESH

SYST 16.12.2004 20:31:11   00004612

\0\0\0\0\x0001\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x0001

SY .  .       : :     00004612

\0\0\0\0\x0001\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x0001

VARI                                       .  . :  :     00003052

001VBRDSWP_ISSUE_REFRESH                     &000000000044

Program

RSDBRUNT

DFIES                                      .  . :  :     00001350

Program

SAPLSPRI

TSP03                                      .  . :  :     00000460

\0\0

USR01                                      .  . :  :     00000222

    001SOLMAN_BTC                           HK1

PRI_PARAMS                                 .  . :  :     00000380

        001RDSWP_ISSUE_

ARC_PARAMS                                 .  . :  :     00000660

TPRI_DEF                                   .  . :  :     00002932

    001GV21            \0\0\0\0\x0600ĂȂ\x0080\0\0\x08D3\0ʝ

TSP1D                                      .  . :  :     00000320

                              0000000000

Program

SAPLSPOO

TSP03                                      .  . :  :     00000460

    LP01        HPLJIIID                                L\0\0

TSP1D                                      .  . :  :     00000320

X_PAPER         ANY     PL0001000010SAP         1998040711

Program

SAPLRSPOLSTDRV

TSP03                                      .  . :  :     00000460

\0\0

TSPOPTIONS                                 .  . :  :     00000432

Program

SAPLBCOS

BCOS_CUST                                  .  . :  :     00000130

ABAP Control Blocks (CONT)

Index

Name

Fl

PAR0

PAR1

PAR2

PAR3

PAR4

PAR5

PAR6

Source Code

Line

20111

8125

   88

TAPP

00

02DC

0024

0025

RDSWP_ISSUE_REFRESH

      55

   90

mlq1

02

0000

07C8

0049

RDSWP_ISSUE_REFRESH

      60

   92

mlqk

04

0000

07CA

01E6

RDSWP_ISSUE_REFRESH

      61

   94

cali

00

0030

RDSWP_ISSUE_REFRESH

      62

   95

CALC

03

00B4

RDSWP_ISSUE_REFRESH

      62

   96

CALC

0C

0000

RDSWP_ISSUE_REFRESH

      62

   97

CALC

06

0032

RDSWP_ISSUE_REFRESH

      62

   98

TAPP

00

02DC

0026

0027

RDSWP_ISSUE_REFRESH

      63

  100

BREL

06

0000

RDSWP_ISSUE_REFRESH

      66

  101

FUNC

02

0023

RDSWP_ISSUE_REFRESH

      66

  102

FUNC

82

0033

RDSWP_ISSUE_REFRESH

      66

>>>>>

FUNC

12

0009

RDSWP_ISSUE_REFRESH

      66

  104

PAR2

07

0000

001E

0020

RDSWP_ISSUE_REFRESH

      66

  106

PAR2

07

0000

0020

0026

RDSWP_ISSUE_REFRESH

      66

  108

PAR2

07

0000

001F

0024

RDSWP_ISSUE_REFRESH

      66

  110

PAR2

07

0000

0021

0028

RDSWP_ISSUE_REFRESH

      66

  112

FUNC

FF

0000

RDSWP_ISSUE_REFRESH

      66

  113

CMPS

20

02DD

0020

0020

RDSWP_ISSUE_REFRESH

      74

115

REJE

1A

0000

RDSWP_ISSUE_REFRESH

      74

Share someting i have stuck at this stage

Thanks & Regards

Accepted Solutions (1)

Accepted Solutions (1)

jimguo
Advisor
Advisor
0 Kudos

Hi,

Please try the solution described in note 1532825 and see if it helps.

Thanks.

Jim

Former Member
0 Kudos

Hi,

Please check the below note.

1832345 - Which implementation of the BAdI CRM_ORDER_AUTH_CHECK to activate?

Thanks

Rishi Abrol

Answers (1)

Answers (1)

ashish_vikas
Active Contributor
0 Kudos

please check this thread : http://scn.sap.com/thread/3375414

Also make sure RFC to SAP is working.

best regards

ashish