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

copy standard program fb60

Former Member
0 Likes
1,162

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!

6 REPLIES 6
Read only

Former Member
0 Likes
927

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

Read only

Former Member
0 Likes
927

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

Read only

Former Member
0 Likes
927

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.

Read only

Former Member
0 Likes
927

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

Read only

0 Likes
927

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

Read only

Former Member
0 Likes
927

Dear Nikhil,

Thank you for your answered.

Please help me how to implement this in FB60 using enhancements or userExits.

Best regards,

Phuong