cancel
Showing results for 
Search instead for 
Did you mean: 

RABAX_STATE error When i am trying to acess the PO in portal (DEV)

Former Member
0 Kudos

Hi , In the smartfrom i am trying to change the vendor address format and i want to add Country for that so i done the code

vendor_country_key = SF_PO-VENDOR-COUNTRY.

VENDOR_LANGUAGE_KEY = SF_PO-VENDOR-LANGU.

SELECT SINGLE landx

FROM t005t INTO vendor_country

WHERE LAND1 = vendor_country_key

AND spras = VENDOR_LANGUAGE_KEY.

i wrote this code in program lines of the text(vendor) .

in the portal for the english the country is displaying correctly but for the German it is not displaying and giving a Dump

Note

The following error text was processed in the system DR1 : Error message occurred.

The error occurred on the application server sapdr1ci_DR1_60 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Form: %CO14 of program /1BCDWB/SAPLSF00000008

Form: %CO14 of program /1BCDWB/SAPLSF00000008

Form: %WI5_BODY of program /1BCDWB/SAPLSF00000008

Form: %WI5 of program /1BCDWB/SAPLSF00000008

Form: CALLBACK of program SAPLSTXBC

Form: PROCESS_TEXT_WINDOW of program SAPLSTXBC

Form: PROCESS_NON_MAIN of program SAPLSTXBC

Form: PROCESS_WIN_BEFORE_MAIN of program SAPLSTXBC

Function: SSFCOMP_PROCESS_DOCUMENT of program SAPLSTXBC

Function: /1BCDWB/SF00000008 of program /1BCDWB/SAPLSF00000008

.Even i checked at runtime the values are populating for both languages .

can any one help about this .

Thanks

-


Channu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI ,

can you please tell me how you have solved the problem ,is there any SAP Note to be implemented or any services need to be activated.

i got the similar kind of error .but the work process is :1

So plz reply asap.

Suri...

Former Member
0 Kudos

Hi Suri,

The wrong thing i done in the smartfrom is I hardcoded a break_point inside the initialization block

so whenver we exceute from protal it will give the above error. so if u have coded any hard coded break point please remove those and run it.

Hope this is help ful to you .

Regards

-


Channappa Sajjanar