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: 

Error in IW23/IW22

0 Kudos

Hi Team,

I have implemented Function exit in the IW/22/IW23 tcode for the reading measurement entry list after enter the reading of the point and back the screen getting below error.

Flow control: Entry SAPLIMR0, 42, * is missing in T185V

Suggest required solution or note.

Thanks,

Syam

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Did you add the funciton code in some subscreen, if yes you have to maintain record in T185V or find somle trick to clear the ok_code before standard raise the error?

Regards,

Raymond

4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos

Did you add the funciton code in some subscreen, if yes you have to maintain record in T185V or find somle trick to clear the ok_code before standard raise the error?

Regards,

Raymond

0 Kudos

Hi Raymond,

I have added the function code but what is the entry i have to add in T185V table.Could you please help on this.

Thanks,

Syam

0 Kudos

Put a break-point in form t185v_read, and copy from another record line for same program/dynpro group.

Regards,

Raymond

0 Kudos

Hi Raymond,

Yes..I have maintained entry in the table,now it's working perfect as expected.

Thanks,

Syam