Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

GETWA_NOT_ASSIGNED

Former Member
0 Kudos

LSLVCF36 - Run time error shows this. Can you please solve this. I am using FM: REUSE ALV.

8 REPLIES 8

former_member223537
Active Contributor
0 Kudos

Hi Arun,

Check SAP notes :-

Note 1139943 - ALV Grid: GETWA_NOT_ASSIGNED dump for Excel Inplace

758476 ALV-640-SP03: GETWA_NOT_ASSIGNED in LSLVCF36 FILL_DATA_TABLE

1081487 Runtime error GETWA_NOT_ASSIGNED in locator

Thanks,

Best regards,

Prashant

Former Member
0 Kudos

Hi,

GETWA_NOT_ASSIGNED Dump comes when one of the fields is not getting populated. So, please check with your ALV table.

Thanks,

Archana

Former Member
0 Kudos

Hi,

Please check that your alv object, container are not initial.

try to free the alv objects when not in use and check that the values are not blank for object and container befor the reuse_alv function module.

thanks,

Anju

nirajgadre
Active Contributor
0 Kudos

Hi,

Check the Fieldcat. table which you are passing to the ALV function module...

Former Member
0 Kudos

This runtime error occurs when you are filling field catalog for alv with a field which is not declared in the final internal table which you pass to resuse_alv FM.

- Regards,

Ritu

0 Kudos

This run time error comes in below conditions :-

1) if the number of fieldnames in fieldcat and output tables does not match.

2) Difference in names of field in output table and field catalogues.

Thanks,

Rupali

former_member536879
Active Contributor
0 Kudos

Hi,

Please check with your fieldcatalog which you are using.

See the every statements in the Fieldcatalog where you are populating this.

May be you used a field that is not declared in the internal table or the internal table is not declared any where.

Please go through thoroughly with your fieldcatalog.

With Regards,

Sumodh.P

raymond_giuseppi
Active Contributor
0 Kudos

Try to correct your field catalog, there is a problem with it, if you are not able to find the error cause, then

- If the dump happened after initial display of grid, execute [The Consistency Check|http://help.sap.com/saphelp_470/helpdata//EN/d6/23253963143e6ae10000000a11402f/frameset.htm] on screen

- Else add the control in the call, check I_INTERFACE_CHECK parameter

Regards,

Raymond