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

problem with F4 Help

Former Member
0 Likes
242

Hello i have created a custom field in a subscreen the thing is if i press f4 in the field iam getting field values and field is getting filled in change transaction FPE2 but in create transaction FPE1 field is not getting filled.please help me

1 REPLY 1
Read only

Former Member
0 Likes
217

If you are going with user exit check

Transaction Code - FPE1 Post Document

Exit Name Description

FKYA001X Customer exit for format AT_DOM (header)

FKYA002X Customer exit for format AT_DOM (payment record)

FKYA003X Customer exit for format AT_DOM (trailer)

No of Exits: 3

Transaction Code - FPE2 Change Document

Exit Name Description

FKYA001X Customer exit for format AT_DOM (header)

FKYA002X Customer exit for format AT_DOM (payment record)

FKYA003X Customer exit for format AT_DOM (trailer)

No of Exits: 3

USER EXIT

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sapgenie.com/abap/code/abap26.htm

http://www.sap-img.com/abap/what-is-user-exits.htm

http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction

http://www.easymarketplace.de/userexit.php

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sappoint.com/abap/userexit.pdfUser-Exit

http://www.sap-img.com/ab038.htm

http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sap-img.com/abap/what-is-user-exits.htm

http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html

Rewards if useful.........

Minal