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: 

Enhancements available in FB60 in 4.6C system?

Former Member
0 Kudos

Good afternoon-

I am trying to enhance (I can be flexible about options) transaction FB60 in a 4.6C SAP system. I need to either:

- Add a menu option

- Enhance the screen

- Find a way to receive a user command (button click, menu option, etc.) as a part of FB60

I have searched through SMOD for enhancements for package FBAS (which I believe is the correct package for this), SE18 for available BADI's, and gone through the code behind the transaction to find "CALL CUSTOM" code for anything I may have missed.

In a 4.7 system we have used BADI_FDCB_SUBBAS05 to enhance the upper portion of the screen and add a button for our functionality. Unfortunately this BADI is not available in 4.6C so I am back to searching for another solution.

Has anyone modified this screen or the menu options in a 4.6C system? Can you point me in a direction that might be helpful for us?

Thank you in advance for your time,

Andy

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

Hello Andrew

Using a (SDN) report searching for customer-exits in transactions I have found the following exits for transaction FB60 on our 4.6c system:

F050S001            FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment    
F050S002            FIDCC1: Change IDoc/do not send                           
F050S003            FIDCC2: Change IDoc/do not send                           
F050S004            FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not send  
F050S005            FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI document   
F050S006            FI Outgoing IDoc: Reset Clearing in FI Document           
F050S007            FIDCCH Outbound: Influence on IDoc for Document Change    
F180A001            Balance Sheet Adjustment                                  
FARC0002            Additional Checks for Archiving MM Vendor Master Data     
RFAVIS01            Customer Exit for Changing Payment Advice Segment Text    
RFEPOS00            Line item display: Checking of selection conditions       
RFKORIEX            Automatic Correspondence                                  
SAPLF051            Workflow for FI (Pre-Capture, Release for Payment)        
FEDI0001            Function exits for EDI in FI         

Within transaction <b>SE18</b> (BAdI builder) you may find an appropriate BAdI when searching the <b>application hierarchy</b>.

Regards

Uwe

Former Member
0 Kudos

Hi Uwe-

Thank you for your quick reply. Unfortunately I don't think any of those enhancements will allow me to make a screen change or menu change. I have looked through each of those as well as all of the BADI's available and can't seem to find what I'm looking for.

Regards,

Andy