cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP run time error

former_member681145
Participant
0 Kudos

hI.

While doing PGI I am getn time ting ABAP run time error and given the meesage which i was getting..

What happened?

The current application program detected a situation which really

should not occur. Therefore, a termination with a short dump was

triggered on purpose by the key word MESSAGE (type X).

Error analysis

Short text of error message:

No RFC destination is defined for SAP Global Trade Services

Long text of error message:

Technical information about the message:

Message class....... "/SAPSLL/PLUGINR3"

Number.............. 002

Variable 1.......... " "

Variable 2.......... " "

Variable 3.......... " "

Variable 4.......... " "

when a goods movement for an inbound or outbound delivery is posted

directly from VL31N/ VL01N, XBLNR is not yet known when we call

CKMV_AC_DOCUMENT_CREATE, but the number is supposed to be stored in

BKPF as well. There is no other way to forward XBLNR to FI as not

every document is posted by MB_CREATE -> a new function module in

MBWL for transferring the information, called by FI, meant to load

the complete function group for all MBxx postings when this isn't

required (Performance). Would be the better way to transport the

information after switching off MBxx in later release.

corresponding IMPORT ... FROM MEMORY ... can be found in

AC_DOCUMENT_POST (FORM FI_DOCUMENT_PREPARE (LFACIF5D))

l_mem_id = 'MKPF-XBLNR'. " 641365

EXPORT xblnr = xblnr_sd TO MEMORY ID l_mem_id. " 641365

NDIF.

Regards

Ishikesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Ishikesh,

It seems the Global trade system is activated. and here we have to give RFC destination. RFC is Remote function call.

In SM59 t-code u have to give the destination or remote fucntion address. Or alternatively if u dont require GTS functionality u can deactivate the same here :

Go to SPRO>SD>foreign trade and customs-->SAP Global Trade Services - Plug-In --> Control Data for Transfer to SAP Global Trade Services --> Technical Activation of Document Transfer

Deactivate sales documents related to SAP global trade services

Thanks,

Raja

former_member681145
Participant
0 Kudos

Hi Raja,

i am very thank to you now i got clear . still i do have doubt when deactivated in GTS.

i am not understanding clearly.

How the Global trade system is activated and wt we mean by GTS activation.

Regards

Ishikesh

Former Member
0 Kudos

Ishikesh,

if u are using ECC 6 then GTC fucntionality is inbuilt in it.

If u are using IDES ECC 6, then it may have activated,

GTS is SAPs System for Global trade. where it takes care of all the related activaties like Customs and excise.

You can search and u will get lots of document about GTS. i hardly have in depth knowledge abt it.

Thanks,

Raja

Answers (3)

Answers (3)

aramsum
Active Contributor
0 Kudos

Hi,

For GTS , you might have configured some IDoc transmission for the PGI. What system is saying that there is no RFC destination maintained for that. RFC destination is nothing but the Logical System to which you want to send the specific transmission. Please maintain that in SM59.

Regards

Ram Pedarla

Former Member
0 Kudos

Ishikesh,

Go to SM59 and give correct RFC destination.

GTS is active in your system.

Thanks,

Raja

former_member681145
Participant
0 Kudos

Hi Raja,

Can you tell me detailly , i am not able to understand

ISHIKESH

former_member315051
Active Contributor
0 Kudos

Check in T Code - ST22 Runtime error analysis with your ABAPer.