‎2007 May 10 6:25 AM
Hi friends,
i tried to modify VA01. i copied the standard program of VA01 to a Z - program. Inorder to execute it, i created a Z - transaction for the z - program. I am unable to run the new z - tcode.
1. What are the changes i need to make before i can get the functionality of VA01 in my Z - tcode.
‎2007 May 10 9:35 AM
‎2007 May 10 9:35 AM
‎2007 May 10 9:51 AM
The program is activated succesfully. But when i tried to run it, i cant see any output or any screens. Nothing is happening. I tried to create a transaction code but still i could not get the output.
‎2007 May 10 10:06 AM
Hi!
The main program of VA01 is the SAPMV45A. You copied it to ZSAPMV45A when I understood you well.
It is better that you check this function group first in the transaction SE80. Choose function groups and enter V45A as its name. You'll see all attached function modules, includes, dynpros, etc to this function group.
Regards
Tamá
‎2007 May 10 10:13 AM
Hi Raghu,
It is a good practice to make use of User-exits that are provided by SAP to make enhancements to standard programs instead of changing the standard code.
Did none of the user-exits met your requirement?
Regards,
Sailaja.
‎2007 May 10 10:22 AM
Hi Sailaja,
I know that user exits are the best way. i just wanted to see if the Z-program of VA01 works or not and what additional changes that i need to make for it to work. i am trying to figure out what actually is needed for the Z-program to work.
‎2007 May 10 10:25 AM
Many of the function modules, code, subscreen assignment, etc inside the VA01 program might be coded to look explicitly IF tcode = VA01 or such. These will be the ones that cause the problem.
In addition, all config will also apply only to VA01/VA02/VA03. These will not work for your custom program. It is going to be a difficult task to get everything to work exactly as VA01 for a custom transaction.
Sudha
Message was edited by:
Sudha Mohan
‎2007 May 10 10:31 AM
Hi Sudha,
well, i agree with your answer. You are right. It was actually silly on my part to assume that just by copying the standard VA01 program to a Z - program, i will get the functionality of VA01 in my Z - program.
Thanks everyone who responded to my query. I am awarding points to all of you.
Thanks & Regards,
Raghu.