cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime errors: GETWA_NOT_ASSIGNED

Former Member
0 Kudos

Hi All,

I have some issue on SAP ERP was 6.20(proxy with PI 7.1)

i tried to enable the ABAP proxy setting in ERP system:

SLDCheck working

SXMB_Adm -> Integration Engine Configuration is already set.

i add ifr_address, ifr_user, ifr_password in sproxset table

i check the report: SPROX_CHECK_IFR_ADDRESS, this is fine

but SPROX_CHECK_IFR_RESPONSE with this page

http://<host>:<port>/rep/ifraccess?service=query&type=namespace with 404 error

and SPROX_CHECK_IFR_CONNECTION with Runtime errors: GETWA_NOT_ASSIGNED

-


Runtime errors GETWA_NOT_ASSIGNED

Occurred on 2009.11.30 at 16:44:24

Field symbol has not yet been assigned.

What happened?

Error in ABAP application program.

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

terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

-


and execute the t-code is the same as the above error

if u have any idea, please let me know. thank you very much

here is the component version:

SAP_BASIS 620

SAP_ABA 620

SAP_APPL 470

SAP_HR 470

EA-IPPE 110

PI 2004_1_470

PI_BASIS 2005_1_620

EA-APPL 110

EA-FINSERV 110

EA-GLTRADE 110

EA-HR 110

EA-PS 110

EA-RETAIL 110

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Lawrence,

Please ensure all field names be in Caps (because your ABAP program error hinting the same...it could not execute)

This could be in your ABAP Program or a mistyped fieldname of the internal table in the fieldcatalog.

Please refer Note 862548 - GETWA_NOT_ASSIGNED Dump in cvse_customizing

I hope this helps you in resolving.

Regards

Sekhar

Edited by: sekhar on Nov 30, 2009 10:41 AM

Former Member
0 Kudos

Hi sekhar

thank you very much for ur reply

but all the input name in SPROXSET is capital

Former Member
0 Kudos

Hi Lawrence,

As it's showing in the error messages, I am sure it's something to do with your ABAP Pragram and that's why i asked you to cross verify your program.

Error in ABAP application program.
The current ABAP program "CL_PROXY_OUTBOUND=============CP" had to be
terminated because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.

Regards

Sekhar

Former Member
0 Kudos

Lawrence ,

Refer the OSS note:914672.

also ..check out :

Regards ,

Edited by: Santosh Rawat on Nov 30, 2009 4:51 PM

Former Member
0 Kudos

Hi Santosh Rawat ,

thanks a lot

I dont think it's the same cause as my issue

the note said it's CL_RSR_CACHE_MM_FINITE, but my error happened in CL_PROXY_OUTBOUND

i also checked this link , will ask the basis to create sap message let sap

to verify we need to install APPINST or not

Hi Sekhar

i did check the input, all the proxy connection setting is capital

thanks again

Edited by: Lawrence on Nov 30, 2009 7:24 PM

Former Member
0 Kudos

Right now i found

there follow item is missing in the table SPROXSIG

OBJECT - CLAS

OBJ_NAME - CO_PROXY_IFR_QUERY

OBJ_NAME1 - QUERY

OBJECT1 - METH

Please let me know whether i really need to install APPINST (XI Add on) or i missed some configuration???

thank you very much

Former Member
0 Kudos

Hi Lawrence,

In your ECC system, can please check below items

1. execute transaction SXMB_IFR - lets know if it's opens your PI/XI system default Tools page

2. Please ensure, your Integration Engine is configured properly

a. Goto SXMB_ADM->Choose Integration Engine Configuration

b. ensure, role of Business System set to 'Application System' and Corresponding Integ. Server has 'dest://<RFC name that's being used to connect your ECC system with PI/XI>'

This rfc is HTTP based for ABAP system type.

Please let us know.

Regards

Sekhar

Former Member
0 Kudos

Hi Sekhar

Really appreciate your help

sxmb_ifr it open the page :http://<host>:<port>/IntegrationBuilder.htm

i dont know why it's not http://host:port/rep

as i said, sxmb_adm is already set

Regards

Lawrence

Answers (0)