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

Modify standard program

Former Member
0 Likes
529

Hi all,

I have copied the standard program of table BSIP to an ZBSIp.

I wanted to add few more fields in the select opitons of this program . How can i do this,.

Regards

Priya

3 REPLIES 3
Read only

Former Member
0 Likes
500

Search globally 'SELECTION' you will find where the selection screen are coded. add your select options there and modify the program logic accordingly to accomodate those selection criteria.

Read only

Former Member
0 Likes
500

Hi Priya,

Siimply search for select options in the code.Add your select options over there and just procedd further.

Thankx.

Reward if useful.

Read only

Former Member
0 Likes
500

If you have copied the standard program to a "Z_Program" you can then change the code for the selection screen adding the fields that you want to add.