Urgent requirement - Regarding a dump

Hi experts,
I have written a program which changes the status of a contract from 'Released' or 'completed' to 'Expired'. The program is supposed to run in the background.
The problem is, while writing it I tested in the development server with few test cases and it was working fine both in dialog mode and background mode. But when it is executed in the background mode in testing server, it is throwing a dump showing some Java related error after 3000secs/30000secs, i.e., after some limited no. of seconds.
What could be the problem.
Please help. It's an urgent issue.
Regards,
Sangeeta.
N.B. Points will be awarded generously

Runtime Errors         SYSTEM_CANCELED
Date and Time          03/18/2008 05:47:03
Short text
The program "SAPLCRM_LINK_OB" was terminated manually.
What happened?
The current program "SAPLCRM_LINK_OB" has been terminated by another mode.
What can you do?
This is no program error. Therefore, no counter measures are
necessary.
No error that requires action
Error analysis
The current program has been terminated from another mode, e.g. with
Transaction SM50.
How to correct the error
No error elimination is necessary.
System environment
SAP-Release 700
Application server... "NAP0B"
Network address...... "10.160.13.3"
Operating system..... "AIX"
Release.............. "5.3"
Hardware type........ "00CEADCF4C00"
Character length.... 16 Bits
Pointer length....... 64 Bits
Work process number.. 25
Shortdump setting.... "full"
Database server... "NAP0B"
Database type..... "ORACLE"
Database name..... "CS1"
Database user ID.. "SAPCP1"
Char.set.... "C"
SAP kernel....... 700
created (date)... "Aug 5 2007 20:47:34"
create on........ "AIX 2 5 005DD9CD4C00"
Database version. "OCI_102 (10.2.0.2.0) "
Patch level. 123
Patch text.. " "
Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
SAP database version. 700
Operating system..... "AIX 1 5, AIX 2 5, AIX 3 5"
Memory consumption
Roll.... 16192
EM...... 335187840
Heap.... 0
Page.... 843776
MM Used. 324756688
MM Free. 2033456
User and Transaction
Client.............. 010
User................ "CRMBATCH"
Language Key........ "E"
Transaction......... " "
Program............. "SAPLCRM_LINK_OB"
Screen.............. "SAPMSSY0 1000"
Screen Line......... 6
Information on caller of Remote Function Call (RFC):
System.............. "########"
Database Release.... 700
Kernel Release...... 700
Connection Type..... "E" (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)
Call Type........... "synchron and non-transactional (emode 0, imode 2)"
Inbound TID.........." "
Inbound Queue Name..." "
Outbound TID........." "
Outbound Queue Name.." "
Client.............. "###"
User................ "############"
Transaction......... " "
Call Program........." "
Function Module..... "EXTRACT_DATA"
Call Destination.... "<unknown>"
Source Server....... "NAP0B"
Source IP Address... "10.160.13.3"
Additional information on RFC logon:
Trusted Relationship " "
Logon Return Code... 0
Trusted Return Code. 0
Note: For releases < 4.0, information on the RFC caller are often
only partially available.
Information on where terminated
Termination occurred in the ABAP program "SAPLCRM_LINK_OB" - in
"CRM_LINK_GET_OB".
The main program was "ZCRR_BA_STATUS_CHANGE ".
In the source code you have the termination point in line 43
of the (Include) program "LCRM_LINK_OBU01".
The program "SAPLCRM_LINK_OB" was started as a background job.
Job Name....... "YBAEXPIRE"
Job Initiator.. "BAHER1X"
Job Number..... 05125001
Source Code Extract
Line
SourceCde
13
LS_LINK_BUFFER_OB TYPE CRMT_LINK_BUFFER,
14
LS_LINK_OB        TYPE CRMT_LINK_COM.
15
FIELD-SYMBOLS: <LINK_I> TYPE CRMT_LINK_WRK.
16
17
18
REFRESH ET_LINK.
19
IF <GS_LINK_BUFFER>-GUID_HDR NE IV_GUID_HDR.
20
21
READ TABLE GT_LINK_BUFFER
22
ASSIGNING <GS_LINK_BUFFER>
23
WITH TABLE KEY GUID_HDR = IV_GUID_HDR.
24
25
IF NOT SY-SUBRC IS INITIAL.
26
27
CLEAR LS_LINK_BUFFER_OB.
28
LS_LINK_BUFFER_OB-GUID_HDR = IV_GUID_HDR.
29
INSERT LS_LINK_BUFFER_OB INTO TABLE GT_LINK_BUFFER.
30
31
READ TABLE GT_LINK_BUFFER
32
ASSIGNING <GS_LINK_BUFFER>
33
WITH TABLE KEY GUID_HDR = IV_GUID_HDR.
34
35
CALL FUNCTION 'CRM_LINK_GET_DB'
36
EXPORTING
37
IV_GUID_HDR = IV_GUID_HDR
38
IMPORTING
39
ET_LINK     = LT_LINK_BUFFER.
40
41
LOOP AT LT_LINK_BUFFER ASSIGNING <LINK_I>.
42
>>>>>
CLEAR LS_LINK_OB.
44
MOVE-CORRESPONDING <LINK_I> TO LS_LINK_OB.
45
46
CASE <LINK_I>-OBJTYPE_HI.
47
WHEN GC_OBJECT_TYPE_CONVERT-ORDERADM_H.
48
LS_LINK_OB-OBJNAME_HI  = GC_OBJECT_NAME-ORDERADM_H.
49
WHEN GC_OBJECT_TYPE_CONVERT-ORDERADM_I.
50
LS_LINK_OB-OBJNAME_HI  = GC_OBJECT_NAME-ORDERADM_I.
51
WHEN OTHERS.
52
READ TABLE GT_OBJECT_TYPES
53
ASSIGNING <GS_OBJECTS>
54
WITH KEY TYPE = <LINK_I>-OBJTYPE_HI.
55
CHECK SY-SUBRC = 0.
56
LS_LINK_OB-OBJNAME_HI = <GS_OBJECTS>-NAME.
57
ENDCASE.
58
59
CASE <LINK_I>-OBJTYPE_SET.
60
WHEN GC_OBJECT_TYPE_CONVERT-ORDERADM_H.
61
LS_LINK_OB-OBJNAME_SET  = GC_OBJECT_NAME-ORDERADM_H.
62
WHEN GC_OBJECT_TYPE_CONVERT-ORDERADM_I.
Contents of system fields
Name
Val.
SY-SUBRC
0
SY-INDEX
0
SY-TABIX
1
SY-DBCNT
16
SY-FDPOS
0
SY-LSIND
0
SY-PAGNO
0
SY-LINNO
1
SY-COLNO
1
SY-PFKEY
SY-UCOMM
SY-TITLE
BA Status Change
SY-MSGTY
I
SY-MSGID
SY-MSGNO
000
SY-MSGV1
SY-MSGV2
SY-MSGV3
SY-MSGV4
SY-MODNO
0
SY-DATUM
20080318
SY-UZEIT
054701
SY-XPROG
SAPLSBAL_DB
SY-XFORM
EXTRACT_DATA
Active Calls/Events
No.   Ty.          Program                             Include                             Line
Name
10 FUNCTION     SAPLCRM_LINK_OB                     LCRM_LINK_OBU01                        43
CRM_LINK_GET_OB
9 FUNCTION     SAPLCRM_LINK_OW                     LCRM_LINK_OWU01                        65
CRM_LINK_GET_OW
8 FUNCTION     SAPLCRM_ORDER_OW                    LCRM_ORDER_OWU47                      310
CRM_ORDER_ENQUEUE
7 FORM         SAPLCRM_ORDER_OW                    LCRM_ORDER_OWF07                      132
ENQUEUE_ORDER
6 FUNCTION     SAPLCRM_ORDER_OW                    LCRM_ORDER_OWU04                       62
CRM_ORDER_PREPARE_SINGLE_OW
5 FUNCTION     SAPLCRM_ORDER_OW                    LCRM_ORDER_OWU02                      140
CRM_ORDER_MAINTAIN_SINGLE_OW
4 FUNCTION     SAPLCRM_ORDER_OW                    LCRM_ORDER_OWU01                      367
CRM_ORDER_MAINTAIN_MULTI_OW
3 FUNCTION     SAPLCRM_ORDER_API                   LCRM_ORDER_APIU05                     102
CRM_ORDER_MAINTAIN
2 FORM         ZCRR_BA_STATUS_CHANGE               ZCRR_BA_STATUS_CHANGE                 439
CHANGE_STATUS
1 EVENT        ZCRR_BA_STATUS_CHANGE               ZCRR_BA_STATUS_CHANGE                 238
START-OF-SELECTION
Chosen variables
Name
Val.
No.      10 Ty.          FUNCTION
Name  CRM_LINK_GET_OB
IV_GUID_HDR
F,xK#(#i##### #Z
4274120600000A05
6C8BB8090000A0DA
ET_LINK
Table[initial]
EV_REF_TO_BUFFER
0.0.0.0.0.0.0.1.
C0000000
F0000000
GT_LINK_BUFFER
Table IT_182[203x24]
FUNCTION-POOL=CRM_LINK_OBDATA=GT_LINK_BUFFER
Table reference: 98
TABH+  0(20) = 0700000060BD6808070000006017C79000000000
TABH+ 20(20) = 00000062000000B6000000CB00000018FFFFFFFF
TABH+ 40(16) = 0400013F0000056000104BAC01800000
store        = 0x0700000060BD6808
ext1         = 0x070000006017C790
shmId        = 0     (0x00000000)
id           = 98    (0x00000062)
label        = 182   (0x000000B6)
fill         = 203   (0x000000CB)
leng         = 24    (0x00000018)
loop         = -1    (0xFFFFFFFF)
xtyp         = TYPE#000014
occu         = 16    (0x00000010)
access       = 2     (ItAccessSorted)
idxKind      = 1     (ItIndexLinear)
uniKind      = 1     (ItUnique)
keyKind      = 3     (user defined)
cmpMode      = 5     (cmpSingle)
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         = 0x0700000060BD6860
pgHook       = 0x07000000649ECAD0
idxPtr       = 0x0700000063C05D88
shmTabhSet   = 0x0000000000000000
id           = 145   (0x00000091)
refCount     = 0     (0x00000000)
tstRefCount  = 0     (0x00000000)
lineAdmin    = 560   (0x00000230)
lineAlloc    = 560   (0x00000230)
shmVersId    = 0     (0x00000000)
shmRefCount  = 1     (0x00000001)
>>>>> 1st level extension part <<<<<
regHook      = 0x0700000060BD69F8
collHook     = 0x0000000000000000
ext2         = 0x0000000000000000
>>>>> 2nd level extension part <<<<<
tabhBack     = Not allocated
delta_head   = Not allocated
pb_func      = Not allocated
pb_handle    = Not allocated
<GS_LINK_BUFFER>
###i########
4710000000FF
68B000AD00FF
242600A500FF
CB89000A00FF
SY-SUBRC
0
0000
0000
LS_LINK_BUFFER_OB
###i########
4710000000FF
68B000AD00FF
242600A500FF
CB89000A00FF
%_DUMMY$$
0000
0000
2222
0000
SYST-REPID
SAPLCRM_LINK_OB
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5454454544445442222222222222222222222222
310C32DFC9EBFF20000000000000000000000000
LT_LINK_BUFFER
Table IT_2344825[16x40]
FUNCTION=CRM_LINK_GET_OBDATA=LT_LINK_BUFFER
Table reference: 17179
TABH+  0(20) = 07000000730048880700000069E07C2800000000
TABH+ 20(20) = 0000431B0023C779000000100000002800000130
TABH+ 40(16) = 0400014000000590001043D421800000
store        = 0x0700000073004888
ext1         = 0x0700000069E07C28
shmId        = 0     (0x00000000)
id           = 17179 (0x0000431B)
label        = 2344825 (0x0023C779)
fill         = 16    (0x00000010)
leng         = 40    (0x00000028)
loop         = 304   (0x00000130)
xtyp         = TYPE#000015
occu         = 16    (0x00000010)
access       = 2     (ItAccessSorted)
idxKind      = 0     (ItIndexNone)
uniKind      = 1     (ItUnique)
keyKind      = 3     (user defined)
cmpMode      = 10    (cmpMany)
occu0        = 1
groupCntl    = 0
rfc          = 0
unShareable  = 0
mightBeShared = 1
sharedWithShmTab = 0
isShmLockId  = 0
gcKind       = 0
isUsed       = 1
isCtfyAble   = 1
>>>>> Shareable Table Header Data <<<<<
tabi         = 0x070000007357D7D0
pgHook       = 0x0000000000000000
idxPtr       = 0x0000000000000000
shmTabhSet   = 0x0000000000000000
id           = 1793616 (0x001B5E50)
refCount     = 2     (0x00000002)
tstRefCount  = 0     (0x00000000)
lineAdmin    = 16    (0x00000010)
lineAlloc    = 16    (0x00000010)
shmVersId    = 0     (0x00000000)
shmRefCount  = 3     (0x00000003)
>>>>> 1st level extension part <<<<<
regHook      = 0x070000006E428C48
collHook     = 0x0000000000000000
ext2         = 0x0000000000000000
>>>>> 2nd level extension part <<<<<
tabhBack     = Not allocated
delta_head   = Not allocated
pb_func      = Not allocated
pb_handle    = Not allocated
<LINK_I>
###i#######i####0530
47100000471000000000
68B000AD68B000AD0000
242600A5242600A53333
CB89000ACD89000A0530
LS_LINK_OB
0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.
00000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000002222222222222222222222222222222222222222222222222222222222222222
00000000000000000000000000000000000000000000000000000000000000000000000000000000
<LINK_I>-OBJTYPE_HI
05
00
00
33
05
GC_OBJECT_TYPE_CONVERT-ORDERADM_H
05
00
00
33
05
SY-REPID
SAPLCRM_LINK_OB
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5454454544445442222222222222222222222222
310C32DFC9EBFF20000000000000000000000000
%_SPACE
0
0
2
0
No.       9 Ty.          FUNCTION
Name  CRM_LINK_GET_OW
IV_GET_ALL
0
0
2
0
IV_GUID_HI
F,xK#(#i##### #Z
4274120600000A05
6C8BB8090000A0DA
IV_INHERIT_FROM_STR
0
0
2
0
IV_OBJNAME_HI
ORDERADM_H
000000000000000000000000000000
000000000000000000000000000000
454454445422222222222222222222
F245214DF800000000000000000000
IV_OBJNAME_SET
PRIDOC
000000000000000000000000000000
000000000000000000000000000000
554444222222222222222222222222
0294F3000000000000000000000000
ET_LINK
Table[initial]
%_ARCHIVE
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
SY-REPID
SAPLCRM_LINK_OW
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5454454544445452222222222222222222222222
310C32DFC9EBFF70000000000000000000000000
SY-MSGID
00000000000000000000
00000000000000000000
22222222222222222222
00000000000000000000
GS_EMPTY_ADM_I
0.0.0.0.0.0.0.0.0.0.0.1.            ####                                                              #
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
2220000000000002222222222220000222222222222222222222222222222222222222222222222222222222222220
00000000000000C000000000000000C000000000000000000000000000000000000000000000000000000000000000
SV_GUID_HI
0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.
0000000000000000
0000000000000000
SPACE
0
0
2
0
SY-MSGNO
000
000
000
333
000
GS_EMPTY_BUFFER
0.0.0.0.0.0.0.0.0.0.0.1.
0000000000FF
0000000000FF
0000000000FF
0000000000FF
SY-MSGV1
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
22222222222222222222222222222222222222222222222222
00000000000000000000000000000000000000000000000000
SY-MSGV2
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
22222222222222222222222222222222222222222222222222
00000000000000000000000000000000000000000000000000
SY-MSGV3
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
22222222222222222222222222222222222222222222222222
00000000000000000000000000000000000000000000000000
SY-MSGV4
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
22222222222222222222222222222222222222222222222222
00000000000000000000000000000000000000000000000000
GC_CI_NAME
CI_EEW_ORDERADM_H             CI_EEW_ORDERADM_I             CI_EEW_ACTIVITY_H             CI_E
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
4454455454454445422222222222224454455454454445422222222222224454455445454555422222222222224454
39F557FF245214DF8000000000000039F557FF245214DF9000000000000039F557F13496949F8000000000000039F5
SYST-REPID
SAPLCRM_LINK_OW
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5454454544445452222222222222222222222222
310C32DFC9EBFF70000000000000000000000000
<GS_BUFFER_OB>-GUID_HDR
F,nÎ#(#i##### #Z
426C120600000A05
6CEEB8090000A0DA
LV_GUID_HDR
F,xK#(#i##### #Z
4274120600000A05
6C8BB8090000A0DA
%_PRINT
HU02001ZCRR_BA_STAT                                                                    XXX8##:
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
4533333545554455545222222222222222222222222222222222222222222222222222222222222222222225553003
8502001A322F21F341400000000000000000000000000000000000000000000000000000000000000000000888800A
GC_OBJNAME_ITM
ORDERADM_I
000000000000000000000000000000
000000000000000000000000000000
454454445422222222222222222222
F245214DF900000000000000000000
TRUE
X
0
0
5
8
LV_REF_TO_BUFFER
0.0.0.0.0.0.0.1.
C0000000
F0000000
<GS_BUFFER_OB>
###i########
461000005004
6EB000AD500D
2C2600A5000A
CE89000A000A
<GS_BUFFER_OB>-LINKS
Table IT_2342432[10x160]
FUNCTION-POOL=CRM_LINK_OWDATA=<GS_BUFFER_OB>-LINKS
Table reference: 19882
TABH+  0(20) = 07000000737A8E1007000000736BF77000000000
TABH+ 20(20) = 00004DAA0023BE200000000A000000A0FFFFFFFF
TABH+ 40(16) = 0400013F0000062000104BD401800000
store        = 0x07000000737A8E10
ext1         = 0x07000000736BF770
shmId        = 0     (0x00000000)
id           = 19882 (0x00004DAA)
label        = 2342432 (0x0023BE20)
fill         = 10    (0x0000000A)
leng         = 160   (0x000000A0)
loop         = -1    (0xFFFFFFFF)
xtyp         = TYPE#000018
occu         = 16    (0x00000010)
access       = 2     (ItAccessSorted)
idxKind      = 1     (ItIndexLinear)
uniKind      = 1     (ItUnique)
keyKind      = 3     (user defined)
cmpMode      = 10    (cmpMany)
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         = 0x0700000072F870B8
pgHook       = 0x0000000000000000
idxPtr       = 0x0700000073004810
shmTabhSet   = 0x0000000000000000
id           = 1791893 (0x001B5795)
refCount     = 0     (0x00000000)
tstRefCount  = 0     (0x00000000)
lineAdmin    = 16    (0x00000010)
lineAlloc    = 16    (0x00000010)
shmVersId    = 0     (0x00000000)
shmRefCount  = 1     (0x00000001)
>>>>> 1st level extension part <<<<<
regHook      = 0x070000007255E500
collHook     = 0x0000000000000000
ext2         = 0x0000000000000000
>>>>> 2nd level extension part <<<<<
tabhBack     = Not allocated
delta_head   = Not allocated
pb_func      = Not allocated
pb_handle    = Not allocated
No.       8 Ty.          FUNCTION
Name  CRM_ORDER_ENQUEUE
IT_ITEMS
Table[initial]
IV_ENQUEUE_MODE
E
0
0
4
5
IV_GUID
F,xK#(#i##### #Z
4274120600000A05
6C8BB8090000A0DA
IV_LOCAL
0
0
2
0
IV_LOGSYS
0000000000
0000000000
2222222222
0000000000
IV_PARTIAL
0
0
2
0
EV_ALREADY_LOCKED
0
0
2
0
GC_OBJECT_NAME-CUSTOMER_I
CUSTOMER_I
000000000000000000000000000000
000000000000000000000000000000
455544455422222222222222222222
3534FD52F900000000000000000000
FALSE
0
0
2
0
GC_CASHFLOW_USAGE
0102030510
0000000000
0000000000
3333333333
0102030510
GC_DEFAULT_SCENARIO_MAINTAIN
0
0
2
0
%_DUMMY$$
0000
0000
2222
0000
GC_DEB_CRED_NOTE
06
00
00
33
06
SY-REPID
SAPLCRM_ORDER_OW
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5454454545445545222222222222222222222222
310C32DFF2452FF7000000000000000000000000
GC_SCENARIO_NUMBER_8
08
00
00
33
08
SY-SUBRC
0
0000
0000
GC_BIN_REL_TYPE
VONAATTAURL NOTEBDCOBDCIREPLMASUASGNUPG OUTLISUSGAIDINTAINVOPO  PDHLPLNKUBB1UBB2PNT RSHPSRCEIS
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
5444455455424454444444445454445545445542455445554444445444545422544454445443544354525545554445
6FE1144152C0EF45243F2439250CD135137E5070F54C935371949E419E6F0F00048C0CEB522152220E402380323593
GC_AGREEMENT_MESSAGE
EF
000
000
244
056
GC_OBJECT_NAME-ORDERADM_H
ORDERADM_H
000000000000000000000000000000
000000000000000000000000000000
454454445422222222222222222222
F245214DF800000000000000000000
GC_OBJECT_TYPE-CONTRACT_SERVICE
BUS2000112
0000000000
0000000000
4553333333
2532000112
GC_OBJECT_NAME-PRIDOC
PRIDOC
000000000000000000000000000000
000000000000000000000000000000
554444222222222222222222222222
0294F3000000000000000000000000
RSJOBINFO
00000000000000                                  ##
0000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000
2222222222222222222222222222222233333333333333222222222222222222222222222222222200
0000000000000000000000000000000000000000000000000000000000000000000000000000000000
LT_LINK_COM
Table[initial]
SYST-REPID
SAPLCRM_ORDER_OW
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5454454545445545222222222222222222222222
310C32DFF2452FF7000000000000000000000000
%_SPACE
0
0
2
0
No.       7 Ty.          FORM
Name  ENQUEUE_ORDER
GC_SCENARIO_10
0
0
2
0
IS_HEADER_GUID
F,xK#(#i##### #Z
4274120600000A05
6C8BB8090000A0DA
GC_APO_REL
2.0A      3.0A      3.1A      4.0       4.1       5.0
000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000
323422222232342222223234222222323222222232322222223232222222
2E010000003E010000003E110000004E000000004E100000005E00000000
GC_OBJECT_KIND-ORDERADM_H
A
0
0
4
1
GC_LEAS_PROCESS_KIND
IO
00
00
44
9F
LS_ACTIVE_SWITCH
0.0.0.0.0.0.0.1. 0000000000
0000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000
0000000023333333333222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000
LS_ACTIVE_SWITCH-PRICING
0
0
2
0
GC_ACT_SWITCH-INACTIVE
A
0
0
4
1
IV_INIT
X
0
0
5
8
GC_DEFAULT_SCENARIO_7
0
0
2
0
LS_ALREADY_LOCKED_ORDERS-OPEN_PRIDOC
0
0
2
0
GC_EMPTY_GUID
0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.
0000000000000000
0000000000000000
IV_LOCAL
0
0
2
0
%_PRINT
HU02001ZCRR_BA_STAT                                                                    XXX8##:
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
4533333545554455545222222222222222222222222222222222222222222222222222222222222222222225553003
8502001A322F21F341400000000000000000000000000000000000000000000000000000000000000000000888800A
LV_ALREADY_LOCKED
0
0
2
0
GC_DEFAULT_TIMEZONE
ABCD
0000
0000
4444
1234
No.       6 Ty.          FUNCTION
Name  CRM_ORDER_PREPARE_SINGLE_OW
IS_OPPORT_H
0000000000################0000000000000000   00000000000                        00000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
3333333333000000000000000033333333333333332223333333333322222222222222222222222233333333333222
000000000000000000000C000C00000000000000000000000000000000000000000000000000000000000000000000
IT_FINPROD_I
Table[initial]
IT_ORGMAN
Table[initial]
IT_PRICING
Table[initial]
IT_PRIDOC
Table[initial]
IT_PRODUCT_I
Table[initial]
IT_SALES
Table[initial]
IT_SHIPPING
Table[initial]
CS_ORDERADM_H
0000000000###i####0007001044ZSP100000000
0000000000471000000000000000000000000000000000000000000000000000000000000000000000000000000000
000000000068B000AD0000000000000000000000000000000000000000000000000000000000000000000000000000
3333333333242600A53333333333555333333333222222222222222222222222222222222222222222222222222222
0000000000CB89000A0007001044A30100000000000000000000000000000000000000000000000000000000000000
CT_INPUT_FIELDS
Table IT_60[1x192]
PROGRAM=ZCRR_BA_STATUS_CHANGEDATA=GT_INPUT_FIELD
Table reference: 38
TABH+  0(20) = 070000006013B7280700000061400C4800000000
TABH+ 20(20) = 000000260000003C00000001000000C0FFFFFFFF
TABH+ 40(16) = 0400000000000860001045D401800000
store        = 0x070000006013B728
ext1         = 0x0700000061400C48
shmId        = 0     (0x00000000)
id           = 38    (0x00000026)
label        = 60    (0x0000003C)
fill         = 1     (0x00000001)
leng         = 192   (0x000000C0)
loop         = -1    (0xFFFFFFFF)
xtyp         = TYPE#000030
occu         = 16    (0x00000010)
access       = 2     (ItAccessSorted)
idxKind      = 0     (ItIndexNone)
uniKind      = 2     (ItUniqueNon)
keyKind      = 3     (user defined)
cmpMode      = 10    (cmpMany)
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         = 0x0700000060B8C400
pgHook       = 0x0000000000000000
idxPtr       = 0x0000000000000000
shmTabhSet   = 0x0000000000000000
id           = 45    (0x0000002D)
refCount     = 0     (0x00000000)
tstRefCount  = 0     (0x00000000)

Similar Messages

  • Urgent requirment regarding billing

    hello,
    v r working on service related project for buses,so here for service v r raising the invoice every month  through contact periodic billing,for each bus v will raise the invoice at the starting of the month,so there will be some 180 single invoices for each bus,now the buisness reqirment is, they wanted only one invoice of all 180 buses.how to do this in single invoice,
    please guide me
    Edited by: Lakshmipathi on Oct 2, 2011 8:46 AM
    Avoid SMS type words which are not allowed here

    Dear abdulshaik ,
    I hope for this requirement we can achevie by "invoice list" configuration.
    1. Condition type RL00 (factoring discount) must be maintained and, if required, also the condition type MW15.
    2. An invoice list type must be assigned to each billing type that you want to process in invoice lists. The standard version of the SAP R/3 System includes two types of invoice lists: LR for invoices and debit memos, LG for credit memos.
    3. Copying requirements must be defined (for example, the payer, terms of payment and other fields that must be identical in the documents to be included in the invoice list).
    4. Copy controls must be maintaine for Commertial invoice and invoice list document.
    You can go through this link ,
    http://help.sap.com/saphelp_46c/helpdata/en/dd/561102545a11d1a7020000e829fd11/content.htm.
    Please let me know if you have any further clarifications
    Thanks&Regards
    Raghu.k

  • Urgent requirement please help

    hi everybody iam new to this webdynpro
    i got an urgent requirement to build a prototype for the following requirement.  my application has 9 scenarios idid first two and i stuck up at the 3rd scenario.  From the 3rd scenario 2 sub scenarios im posting. please guide me as it is most urgent. if any body has time and patience i could send the requiment to their mailids
    Thanks in advance
    khaja
    3.     The application window has five areas.
    a.     Screens
    b.     Data Object
    c.     Source Object
    d.     Mapping of Screen and Data Object
    e.     Mapping of Data Object and Source Object
    4.     In the Screen area,
    a.     There is a list at the left side shows all the   screens used in the application.
    b.     There is graphic on the right side shows screen flow of the whole application
    c.     There is screen detail on the right side can be switched from the screen flow graphic. The screen detail reflect the screen selected at the left side, it shows
    i.     A box with the label of the Screen name
    ii.     Multi lines show the fields displayed on screen
    iii.     Each field has a indicator of being able to input
    iv.     Multi button in order shows commands in this screen
    v.     Each button has event name
    vi.     Each button has a pointer point to next screen this command trigger
    5.     In the Data object area,
    a.     There is a tree structure at the left side shows all the Data Objects in the application.
    b.     There is graphic on the right side shows the detail structure of the data object selected on the left side. The detail structure shows
    i.     A box with the label of the Data Object name
    ii.     Multi lines show the Data Object fields
    iii.     Multi points show the sub-object relationship
    iv.     Multi links show the foreign fields relationship

    Hi,
    One more question.
    Do you want to display all the Object areas at a time
    There are 5 areas right. How do you want to nagivate ?
    Please explain ...some how from the usecase
    document i can't makeout the exact requirement how
    your are expecting the UI .
    Regards, Anilkumar

  • Urgent requirement on adding context menu in strobe media player

            i want add fullscreen and scale mode in strobe player context menu.. i have added these menu items to context menu in videoInfoOverlay action sctipt.
    but i dont know how to add code for full screen in context menu click event.. what code i have to add into it?  this is very urgent requirement.. can anyone know?

    Silviu,
    Thanks for the quick response.  I had not seen the building-osmf.pdf file before.  Upon quick inspection it seems to be based on CS5 and not CS5.5 and the font issue that I am running into does not seem to be mentioned in the document.  Once I figure out the font issue I'm having, I'll update this thread.
    Regards,
    Tim

  • Swings Urgent Requirement, Please Help me

    Hi ,
    I have a requirement like when a file dialog is displayed, I have to select only directories/folders. Now with using JFileChoser , I am able to choose file . Is there any possibility to choose only directories without file dialog or atleast by using filedialog?. If some solution Please help me as this is urgent requirement.
    Thanks and Regards,
    Rajeev L.

    JFileChooser has an instance method public void setFileSelectionMode(int mode)
    call when initialising the file chooser.
    chooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY );

  • Urgent Requirement : Sr.Java Developer

    Hi ,
    We have an urgent requirement for the position of Sr.Java Developer
    Location: Chicago, IL
    Duration : Straight Hire-Full Time
    Availability : Immediate
    Description:
    The primary role of the position is to design, develop and support application software for one or more business functions of the client.
    The role will be related to the processing of new business/clients and setting up relevant workflow and processes.
    This position is also related to ensuring integrity and quality in the technical development, security, and systems support practices.
    Technical skills:
    &#61656; Proficient in J2EE design and development
    &#61656; Experience with Spring, Struts, and Hibernate frameworks
    &#61656; database Strong development and design. Preferably SQL Server
    &#61656; Understanding of Service-Oriented Architecture using web services
    &#61656; Solid experience in XML using XSD and XSLT
    &#61656; Good understanding of data distribution protocols using FTP or E-Mail
    &#61656; have Must also strong web programming skills (HTML, JavaScript, AJAX)
    for developing and maintaining web-based applications.
    &#61656; Able to configure and install development tools and implement development environments
    &#61656; Desired experience with Spring MVC
    &#61656; Configuration management using Subversion
    &#61656; Working knowledge of Linux and Windows
    Other skills, and abilities:
    &#61656; sphere IBM Web Portal experience
    &#61656; Self-managing, in a fast paced development environment.
    &#61656; knowledge Extensive of software development life cycle and accepted practices.
    &#61656; and Strategic analytical thinking skills with an ability to solve problems and make decisions.
    &#61656; of Knowledge .Net (C#)
    &#61656; in Effective communicating with, and interacting with fellow team members on a technical and non-technical level
    &#61656; Understanding of financial products. (Futures, fixed income, equities, etc).
    Essential Functions:
    &#61656; expertise Uses in appropriate techniques and tools to design, develop and maintain effective application software, reporting to technical lead.
    &#61656; Participates to the development and implementation of standards related to the application development, security and system support activities.
    &#61656; formal Performs and informal reviews of software development processes and products to ascertain quality and adherence to standards.
    &#61656; Establishes and maintains control procedures for version control.
    Monitors and tracks quality related issues and problems through to resolution.
    Reports To: Technical team leader
    Works With: Customers, Business Managers, Functional Project Managers, Technical Project Managers, Developers
    Please send your updated resume ASAP.
    Thanks and Regards,
    AVVAL
    Mohammed Wajid
    Making IT Better
    Regency Towers Center
    Tower Floor
    1415 West 22nd Street
    Oak Brook IL 60523
    [email protected]
    http://www.AVVAL.com
    Dir:
    630.929.3096

    ¿do you need Functional Consultants? I mean people knowing at a great extent the main functionalities of Oracle Applications?
    If so, can you inform the modules?

  • Urgent requirement in schedule line dates

    Hi
    I have urgent requirement presepective with confirmation quantity.
    my delivery date is 20.10.2007 but the availabile quanitity is confirming on 22.10.2007. I need to confirm my quantity on the same date as 20.10.2007.
    this is a urgent requirement as my client needs
    Tnx
    siv

    Hi,
    <b>If scenario is MTS (make to stock):</b>
    If the item is in stock on <b>20/10/2007</b> and still the system is generating a confirmation date of <b>22/10/2007</b> then for that sales document type may be there is some entry in the <b>"lead time"</b> field. Also may be the item is in stock but it may have been confirmed for some other sales order.
    Go to transaction code <b>"VOV8"</b>, select the sales document type - double click on it - in the <b>"requested delivery date/pricing date/purchase order date"</b> there is a field for <b>"lead time"</b>. If there is any entry here then remove it and save it. Your problem will be solved.
    <b>If scenario is MTO (make to order):</b>
    If in MMR - MRP2 screen - in <b>"in house manufacturing time"</b> if you have mentioned say 2 days then everytime you create a sales order the system will generate a material availability date 2 days later than the sales order creation date. In this case create the sales order and as soon as the material comes into sales order stock - go to <b>VA02</b> - run the <b>availability check</b> for that item and confirm it for that day.
    Reward points if solution helps.
    Regards,
    Allabaqsh G. Patil
    Message was edited by:
            allabaqsh patil

  • URGENT Requirement for RFC to convert photo uri to bytecode

    Dear All,
    There is an urgent requirement for converting photo uri from our portal contenet server which contains images to bytecode.
    We require this very urgently.
    Your help is highly appreciated.
    Thanks and Regards,
    Soumyadeep.

    Hi,
    1. R you able to see the photo while accessing PA30 ?
    2. There is a function module to retieve the employee photo in URI.
    you can use that URI in your Iview.
    code:
    call function 'HRWPC_RFC_EP_READ_PHOTO_URI'
    exporting
    pernr = '00001185'
    DATUM = SY-DATUM
    TCLAS = 'A'
    importing
    uri = uri
    and URI should be of the type TOAURI-URI.
    Rgds,
    Shiva Kumar

  • Urgent requirement in format change....pls help

    Hi experts,
    I have a urgent requirement of changing the format according to the customer where the form will be sent. The fields that I need to change are date and currency formats.
    Only the customer name his country and region is mentioned and I am working with smartform.I had to retrieve the format according to the details given above.
    Can anyoneplease help me out regarding the query.
    Useful answers will be awarded.

    hi abi,
    how many formats u have to print... if have difine number of formatas
    you can do as foollows.
    1.create a folw login before printing the data time... therer move the date and time to different variables using the WRITE TO statement.. then print the variables.
    2. create different textelemnt for differnt type of customes.. in each textelment contatins differnet format to printed.. in conditons tab of the textelemt give the condition to print..
    Please Close this thread.. when u r problem is solved
    Reward if Helpful
    Regards
    Naresh Reddy K

  • Validation in t-code FBCJ  (Urgent Requirment)

    Hi All,
      I need to validate the field 'Amount' in the table control in tab strip Cash Payments. I have to check that the amount entered in the field doesn't not cross the required limit.
    This pretty urgent requirement.
    Thanks in Advance.
    Regards,
    Kalyan.

    Hi,
        You can write a validation exit... Please elaborate your requirement...
    Regards,
    Vishu.

  • Urgently require deletion of post with information..how do I do this?

    Hi Guys
    I urgently require the deletion of one of my own posts... it seems like I haev to be a level 2 before I can even report my own post...
    How do I go about and get my post deleted?
    Regards
    Mohamed

    Thank you very much...
    I can give the link and post to the hosts for them to delete..

  • Urgent requirment on PAYMENT Program

    Hi,
    I have a very Urgent requirement about Payments to customer using Payment program, I need to pay to customer   for a over payment (he initially paid on invoice) now I need to pay back that type of customers, How it is done in Sap, if that can be done in using f110, if yes  how it will differentiate the over payment-open item (here I don’t want to pay credit notes automatically)
    And one more question is if I need to list all the over payments   in a forms and get it approved/ validated and trigger the payment run
    Please throw some light on it is really urgent
    Thanks
    Sireesha

    Hi Sireesha
    Just enter the customer number(s) in the parameters of the payment program (F110).  You can further define other selections such as document number(s) in the "Free Selections" tab.
    You are able to include/exclude documents in the payment proposal log by blocking/unblocking individual lines (normal F110 functionality).
    Kylie

  • URGENT REQUIRE -- parameter's form language cann't read

    i have a problem with my report. field in parameter form in report builder can not change in thai language (font). So I can't read output word in Thai. what should I do ? (urgent require...)
    )

    i have a problem with my report. field in parameter form in report builder can not change in thai language (font). So I can't read output word in Thai. what should I do ? (urgent require...)
    ) Hi
    U got to store not only the fields also the Labels in the database to view in Thai. Since the DB can refer the NLS
    I think this should give u some idea

  • Hi friends it is very urgent requirements

    hi experts,
    i have one good requirement ie
    in CRMD_ORDER trancation when i give a quotation no there u will find one tab document when i click that i will get an icon for importing a file from my desktop.
    so i want to make every thing with my selection-screen.
    IN my selection screen i have one field for quotation no and paramater to select the document from my desktop, so when i exectute my program the document should be placed in crmd_order transcation.
    very very urgent requirement.

    Hi,
    check the below
    This comes in the attributes window while creating a program
    Authorization Group
        Authorization group to which the program is assigned.
        The assignment of a program to an authorization group plays a role whe
        the system checks whether the user is authorized to:
        o   Execute a program
              > Authorization object S_PROGRAM
        o   Edit a program (-Include) in the ABAP Workbench
              > Authorization object S_DEVELOP
        Programs that are not assigned to an authorization group are not
        protected against display and execution.
        Security-related programs should, therefore, always be assigned to an
        authorization group.
        Report RSCSAUTH can also be used to assign programs to authorization
        groups. This report is documented in detail.
    and for alv while designing the menu for it  u  can assign any ICON to your button while designing it there is option for that
    reward if helpful

  • Urgent Requirement for SAP CONSULTANTS - all modules.

    TOP MNC NOW HIRING
    Urgent Requirement for SAP CONSULTANTS - all modules.
    Experience    2-5 yrs.
    Location - Gurgaon, Hyderabad,Pune.
    Interested candidates please forward your CV ASAP!!!!!!!! !!!!!!
    send your resumes at [email protected]
    Thanks,
    Rajender

    Hi,
    1. R you able to see the photo while accessing PA30 ?
    2. There is a function module to retieve the employee photo in URI.
    you can use that URI in your Iview.
    code:
    call function 'HRWPC_RFC_EP_READ_PHOTO_URI'
    exporting
    pernr = '00001185'
    DATUM = SY-DATUM
    TCLAS = 'A'
    importing
    uri = uri
    and URI should be of the type TOAURI-URI.
    Rgds,
    Shiva Kumar

Maybe you are looking for

  • Slow Browsing/Problem connecting to games

    Hi, About two weeks ago I started to have a problem with my internet, webpages were slow to load, some not loading at all, and a number of games were suffering from disconnects. Upon contacting BT technical support they found a problem with our Home

  • Boot Camp Mac Pro Vista 32 / 64 Nvidia 7300GT Maya / OpenGL apps freeze?

    I have successfully installed Vista 32 and 64 in addition to OSX. I have the latest BootCamp install. (which should not matter) I have installed the latest Nvidia drivers for the 7300GT in both 32 and 64. Whenever I try and launch any openGL applicat

  • Wireless keyboard pairing

    Wireless keyboard won't pair w iMac

  • Application Security Tab in Cisco 871 SDM

    Hi, in the manual of SDM v2.5, an "Application Security" is mentioned that should be in the "Firewall / ACL" section. However, my SDM interface only shows "Create Firewall" and the "Edit...." tabs. Does anyone of you know where I can find this tab?

  • Popup menu background.

    Sir, I have create popmenu in Fireworks CS3 and import in Dreamweaver and it working fine but i want transperent background of popup menu or i want to insert image in popmenu background. If it is possible please guide me. Thanks Rajeev.