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

Reg. Check box

Former Member
0 Likes
598

Hi Guru's,

In report o/p there is check boxes on each item level.I want to put a (select all) button on top .When i click on this button all check boxes will be selected.

Please answer,if possible send me some sample code.

Thanks,

Singha

Hi Guru's,

In report o/p there is check boxes on each item level.I want to put a (select all) button on top .When i click on this button all check boxes will be selected.

Please answer,if possible send me some sample code.

Thanks,

Singha

4 REPLIES 4
Read only

Former Member
0 Likes
569

In the AT USER-COMMAND event of the report, check the SY-UCOMM value and if the Select All button is clicked, set the value of the variable which is used to output the checkbox to 'X'.

Please mark points if the solution was useful.

Regards,

Manoj

Read only

0 Likes
569

HI Manoj,

After clicking on check box i've to send e-mail to consern person with this type of massage.

Vendor name: (xxxx)

Invoice number: (xxxx)

Invoice document date: (month/day/year)

PO creation date: (month/day/year)

Invoice posting date: (month/day/year)

Pls help me with code.

Thanks,

Singha

Read only

0 Likes
569

Hi,

For sending emails you try the following function modules:

UWSP_SEND_MAIL_TO_WEB

SO_NEW_DOCUMENT_ATT_SEND_API1

First you need to fetch the email ids of Vendors & then send the email.

Check the following links also:

Reward points if helpful answer.

Ashvender

Read only

Former Member
0 Likes
569

This lik gives u the sample code to implement the same..

Regards,

Aparna