2007 Dec 26 10:05 AM
Hi all,
My requirement is as follows:
I am displaying in the alv grid all the data that is required to upload to bapi to generate sales order.
Then, I kept a button on the tool bar called process.
Now, when i click on this process button, the sales order will be generated basing upon the alv grid sales order details.
If the sales order generation is succesful, i am displaying that sales order number in status bar using message.
But, if the sales order is not generated due to some errors,
I want to display all those errors.
That is not possible thru messsages, bcoz there might be more than 2 or 3 errors to be captured.
so how to display these errors with the help of any pop up function modules.
Please let me know the solution as soon as possible.
this is urgent requirement.
Points will be awarded.
thanking u in advance,
srinivas.
2007 Dec 26 10:34 AM
Hi
You can use FM COPO_POPUP_TO_DISPLAY_TEXTLIST to display the list of msgs.pass the list of your texts into table TEXT_TABLE of this FM.
2007 Dec 26 10:09 AM
Hi,
I think using Pop up it is not possible, because you may have error for 100 items, Pop up windows concept is rolled out.
It is better to write to the output list if any error ocurred.
Thanks,
Sriram Ponna.
2007 Dec 26 10:16 AM
Hi,
Using Pop up it is not possible, because you may have multiple errors .
so wat u can do is create an internal table which will contain error messages and then use REUSE_ALV_GRID_DISPLAY and display the error records.
Reagrds.
Nagaraj
2007 Dec 26 10:34 AM
Hi
You can use FM COPO_POPUP_TO_DISPLAY_TEXTLIST to display the list of msgs.pass the list of your texts into table TEXT_TABLE of this FM.
2007 Dec 26 11:28 AM
Hai,
right answer at the right time.
all points are awarded.
thanks and regards,
srinivas