Application Development 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: 

copying a standard program into zprogram and removing the fileds in screen

Former Member
0 Kudos

hai

i have requirement here i have copy a standard program in moduke fi/co the program name is currency valuation and transaction is f.05 into zprogram the

ihad done copying it now i have to remove a checkbox createposting from the selection screen and the i have display the same output list what it used to get for standard program and one more thing in standard program the create posting check box will create a session while excuting the first screen itself i want these not to be done .

can u all help me solving these problem the helpers will get fulll marks

2 REPLIES 2

former_member667836
Active Participant
0 Kudos

Hi Sri,

Find the screen number where this checkbox located.Then you can delete the checkbox or write some ABAP code to hide the checkbox .The rest of the program logic needs to be edited according to your requirement.

regds

shibu

Former Member
0 Kudos

There is a selection screen parameter

parameters: par_bi like rfpdo1-f100buch default ' '.

Comment this and declare a variable and pass 'X' or space into that as per the requirement.