cancel
Showing results for 
Search instead for 
Did you mean: 

abap runtime error pls clarify

Former Member
0 Kudos

hi experts,

when i am opening pa30 screen i am getting always abap runtime error pls tell me how to rectify it.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

What does the short dump say.. pl look it up in ST22.

Regards,

Arya

Former Member
0 Kudos

The run time error in my PA30 screen says "WRITE_TO_OFFSET_TOOLARGE"

Error in the ABAP Application Program

The current ABAP program "SAPFP500" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

Error analysis

In a "WRITE src TO dest+off[(len)] [INDEX i]" statement, "off" contains a target field offset (3) which is larger than the length of the target field "dest" (4).

This is not allowed.

Somebody please guide... i'm stuck with this error for the past 4 days :'(

Answers (1)

Answers (1)

Former Member
0 Kudos

Opening PA30 screen as in? while u just typed PA 30 transaction or while performing something in PA30 with any employee data?

yes as others pointed dig deep into Abap dump analysis(ST21) OR SM21(sys lo for dump analysis). get an abaper to debug.

another things is to check if you have sufficient authorisation to access this data. i mean to rule out authorisation problem..

turn the system trace on from tcode ST01 (Only for your system else it will slow down the server) and then perform what you were doing. later look at the log to know whats causing the dump.and remember to turn off the trace once u r done.