cancel
Showing results for 
Search instead for 
Did you mean: 

error :Global Definitions "IM_FS_VBRK" has already been declared.

Former Member
0 Kudos

hi

i am practising the Printing Invoices of saptechnical

in form interface i have dealated.

IM_FS_KNA1 TYPE KNA1

IM_T_VBRP TYPE Y_T_VBRP

IM_T_VBRK TYPE Y_T_VBRK

in global defination i declared

IM_T_KNA1 TYPE KNA1

IM_FS_VBRK TYPE vbrk

IM_FS_VBRP TYPE vbrp

W_TOTAL TYPE vbrp-netwr.

but i am getting error "Global Definitions "IM_FS_VBRK" has already been declared."

pls can anyone give me the exact thing to write in form & global interface and in types.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thnks

prakashjasti
Contributor
0 Kudos

simply remove that row where u have declared im_**_vbrk from ur global def tab

Former Member
0 Kudos

Hi,

In your smart form check following,

1. Either IM_FS_VBRK is initialized already in Initialization tab (To check click on initialization tab)

2. Or IM_FS_VBRK is already declared in Form Routines tab (To check click on Form Routines tab)

Please check it and let me know if not solved.

Regards,

Lokesh

Former Member
0 Kudos

it could as well be declared in your form interface,