cancel
Showing results for 
Search instead for 
Did you mean: 

dump with smartform

Former Member
0 Kudos

Hi all,

i got dump "GEN_BRANCHOFFSET_LIMIT_REACHED" when i operate smartform.

i send to the smartform 70 tables and run on them over loop ... endloop.

here the description : While generating program "/1BCDWB/SAPLSF00000105", the system discovered that an ABAP event block, a control structure (such as IF... ENDIF or LOOP... ENDLOOP) or a routine (such as a FORM routine) is too big.

The resulting jump is too great to be generated.

The jump may be no greater than 32768 for the internal load format

(corresponding to around 10,000 ABAP statements).

However, the jump in this case would have been 36750.

What can i do?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

you can process these tables into your calling report... and then pass the optimizes data to the smartform.. avoid any sort of calculation in the smartform

Former Member
0 Kudos

I must do that loop because i loop over the employees.

its 70 tables per employee.

Former Member
0 Kudos

can you consolidate all the employee data into one itab?

Former Member
0 Kudos

no,it's not the same structure.