‎2010 Jan 07 10:02 AM
Dear Experts!
Now, I'm getting some issues.
- The first, I have standard program (tcode fb60)
- Second, I want to copy the program to zfb60 program.
How do i do?
can you help me, please!
best regards, Phuong!
‎2010 Jan 07 10:10 AM
Phuong,
Can u elaborate your issue? Is it that you are facing problems while copying the program? If yes, please let us know the exact issue.
Thanks,
Deepa
‎2010 Jan 07 10:14 AM
Dear ,
FB60 is a standard transaction ( not the report) . If you want some change in functionality ( or more functionality) this can be done via BADI or User Exits. So please let me know the exact reason why you want to copy FB60 to ZFB60?
Regards,
Nikhil
‎2010 Jan 07 10:20 AM
As told by Nikhil, additonal functionality can be achieved with the help of user-exits or enhancements.
we can also look at the possibility of creating explicit enhancements.
Transaction variants is also one possibility if the reason for the Z-copying is to make some fields on the selection-screen invisible, non-editable etc
If copying is mandatory, it can be done from se38, and we can copy all objects ( includes, screens etc) and can do changes in the required include, by making a Z-copy of the include.
‎2010 Jan 08 3:44 AM
DEAR ALL,
My inssue for fb60.
Do you know transaction FBCJ have field (Cash Journal Amount)?
- Search help of this field is pocket calculator, we can calculate and get value into this field.
I want input search help pocket calculator into Amount in Document Currency field for transaction FB60 AND FB70.
Best regards,
phuong
‎2010 Jan 08 4:47 AM
Hi phuong ,
FM FITRV_CALCULATOR is used to get the Calculator interface in SAP. If you want this to be implemeneted for the transaction FB60 / FB70 you can do this by implementing enhancements or userexit and call this FM there. once you execute this you will get the pocket calculator on screen. There you will do the calculation and FM will return the result in parameter OUTPUT_VALUE.
If you need any help how to implement this in FB60 using enhancements or Exits, please get back to me.
Hope this will help you.
Regards,
Nikhil
‎2010 Jan 08 8:33 AM
Dear Nikhil,
Thank you for your answered.
Please help me how to implement this in FB60 using enhancements or userExits.
Best regards,
Phuong