2013 Sep 27 3:38 PM
Hi ,
Can anybody tell me how to deactivate the application form IS_U_BILL_DEREG. Actually we are sending file in XML format to print by using a Z customize application form.But sometimes users are putting wrong application form like IS_U_BILL_DEREG which is creating problem while printing.So is there any way we can deactivate unused application form or is there any way we can restrict and allow the users to input only the Z-form in tcode CAA1.
Thanks
Rout.
2013 Sep 27 4:38 PM
Rout:
You have a few options - you can have a transaction variant which defaults the right form id. You can implement logic in event 1017 to default it. You can use CAWM to maintain check logic and issue error if user chooses wrong value - this might be done in the DSAVC event.
regards,
bill.
2013 Sep 30 2:52 PM