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: 

Exit name for fb70

Former Member
0 Kudos

hi epperts,

I need to add one custom field in fb70 as per the requirement..so can anybody help me in finding exit name for the initial screen???

1 ACCEPTED SOLUTION

Former Member
0 Kudos

check the BADI FI_HEADER_SUB_1300.

6 REPLIES 6

Former Member
0 Kudos

check the BADI FI_HEADER_SUB_1300.

Former Member
0 Kudos

Hi ,

Check with the below User Exits ,go through the documentations .

Exit name Short text

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

FEDI0001 Function exits for EDI in FI

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)

Thanks,

0 Kudos

even i too got these exits..but which one to use out of those exists..please help me out.

0 Kudos

hi gurus,

There is no any screen number for FB70 in smod so i tried in Badi.i got these-

BADI_F040_SCREEN_600

BADI_FDCB_SUBBAS01

BADI_FDCB_SUBBAS02

BADI_FDCB_SUBBAS03

BADI_FDCB_SUBBAS04

BADI_FDCB_SUBBAS05

The first one is no where related to my requirement or screen..because the field where i want to fit in is not that screen.I have checked remaining SUBBAS01 to SUBBAS05,they are the exact screens as per my requirement..but their screen layouts are looking similar.I dono which is the correct BADIS to pick and add my field as per requirement.

0 Kudos

Hi,

regarding badi BADI_FDCB_SUBBAS04 have a look at:

https://wiki.sdn.sap.com/wiki/display/Snippets/Displaycustomerfieldsinheaderoflogisticsinvoiceverification+transactions

Although i´ve used it for MIR7 transaction i believe you´ll be able to use it for FB70 with some modifications.

Feel free to add your findings to this wiki contribution.

Best regards

0 Kudos

hi thank you..its solved