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 popup message

Former Member
0 Likes
759

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
737

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.

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.

4 REPLIES 4
Read only

Former Member
0 Likes
737

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.

Read only

former_member404244
Active Contributor
0 Likes
737

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

Read only

Former Member
0 Likes
738

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.

Read only

0 Likes
737

Hai,

right answer at the right time.

all points are awarded.

thanks and regards,

srinivas