Application Development and Automation 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: 
Read only

Regarding OO ALV

Former Member
0 Likes
643

Hi Experts,

I have developed one report in OO ALV with editable columns.

In the output screen if i change the value in the editable column with wrong value

it is showing error message..fine

after that error message if iam trying to re-enter the values then the screen is going back

to the screen number 100.

Even if i am trying to enter /H then also it is going back to the SAP initial screen.

I am not able to find what is the problem.

anybody can help me on this?

Regards,

Ma

Hi Experts,

I have developed one report in OO ALV with editable columns.

In the output screen if i change the value in the editable column with wrong value

it is showing error message..fine

after that error message if iam trying to re-enter the values then the screen is going back

to the screen number 100.

Even if i am trying to enter /H then also it is going back to the SAP initial screen.

I am not able to find what is the problem.

anybody can help me on this?

Regards,

Ma

4 REPLIES 4
Read only

Former Member
0 Likes
627

HI,

Check if you have registered any User-command events in the report...check the code in that.

you might not have handled it properly.

there might be code in that user-command perfrom for Leave to screen 0.

Read only

0 Likes
627

Hi,

I got the problem where it is coming

after using the FM HR_INFOTYPE_OPERATION

if return table is not initial then i raised error message.

if i comment that error message then it is working fine.

if i comment the error message then how i'll display if the FM fails?

Read only

0 Likes
627

Hi,

Instead of raisng the error message...write the error message to list and exit from there.

if there are no errors then ALV will be displayed.

Read only

0 Likes
627

Hi,

for example if we run the reort for 10 employees..5 employees are updated successfully and remaining 5 got error.

Now i have to display these 5 error employees with error message.

for this requirement i am filling one itab with pernar and error message.

now i have one itab for error employees with data.

Now i want to show them by popup ?

how to do this?

rgds,

mahesh.