SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to SET parameter for Functional Location Field on transaction IW51

Former Member
0 Kudos

I am fetching the functional location field data from database. I want to set this On screen field Functional Location ( Having Parameter ID : IFL , Screen field name : RIWO1-TPLNR) in transaction IW51. I am unable to see the data on screen.

the ABAP statement used is :

SET PARAMETER ID 'IFL' FIELD G_connobj.

When i debug i can see the value for the field coming in G_connobj. But its not reflected on the screen.

Morever When i even hardcode the value for G_connobj , its still not getting reflected on the screen.

It would of great help if anyone could guide on this.

Thanks in Advance !!

1 REPLY 1

0 Kudos

where are u writing the statement mentioned.