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

Problems with FB60

Former Member
0 Likes
626

Hi,

I have a problem with transaction FB60: in tag "Details" i have to include a control for field "RefKey 3"-> i have to verofy if the value introduced exists in table KONA and if so, i have to fill field "Header txt" with the text associated.

I don't know if it's possible or not and don't know how to do it...

Thanks in advance !!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
547

Hi

Use a Proper USER EXIT and try this

find the Correct related Enhancements for FB60 or BADI's and have to code and test it by keeping a break point.

check the exits for FB60

F050S001 EXIT_SAPLF050_001

F050S001 EXIT_SAPLF050_002

F050S002 EXIT_SAPLF050_003

F050S002 EXIT_SAPLF050_004

F050S003 EXIT_SAPLF050_005

F050S003 EXIT_SAPLF050_006

F050S004 EXIT_SAPLF050_007

F050S005 EXIT_SAPLF050_008

F050S005 EXIT_SAPLF050_009

F050S006 EXIT_SAPLF050_010

F050S007 EXIT_SAPLF050_011

F180A001 EXIT_SAPLF048_001

F180A001 EXIT_SAPLF048_002

FARC0002 EXIT_SAPLMFAS_001

FEDI0001 EXIT_SAPLIEDI_001

FEDI0001 EXIT_SAPLIEDI_002

FEDI0001 EXIT_SAPLIEDI_003

FEDI0001 EXIT_SAPLIEDI_004

FEDI0001 EXIT_SAPLIEDI_005

FEDI0001 EXIT_SAPLIEDI_011

FEDI0001 EXIT_SAPLIEDI_101, 2,111, 112

RFAVIS01 EXIT_SAPLFRAD_001

RFEPOS00 EXIT_RFEPOS00_001

RFKORIEX EXIT_RFKORIEX_001

SAPLF051 EXIT_SAPLF051_001, 2 ,3

Reward points for useful Answers

Regards

Anji

Message was edited by:

Anji Reddy Vangala

3 REPLIES 3
Read only

Former Member
0 Likes
548

Hi

Use a Proper USER EXIT and try this

find the Correct related Enhancements for FB60 or BADI's and have to code and test it by keeping a break point.

check the exits for FB60

F050S001 EXIT_SAPLF050_001

F050S001 EXIT_SAPLF050_002

F050S002 EXIT_SAPLF050_003

F050S002 EXIT_SAPLF050_004

F050S003 EXIT_SAPLF050_005

F050S003 EXIT_SAPLF050_006

F050S004 EXIT_SAPLF050_007

F050S005 EXIT_SAPLF050_008

F050S005 EXIT_SAPLF050_009

F050S006 EXIT_SAPLF050_010

F050S007 EXIT_SAPLF050_011

F180A001 EXIT_SAPLF048_001

F180A001 EXIT_SAPLF048_002

FARC0002 EXIT_SAPLMFAS_001

FEDI0001 EXIT_SAPLIEDI_001

FEDI0001 EXIT_SAPLIEDI_002

FEDI0001 EXIT_SAPLIEDI_003

FEDI0001 EXIT_SAPLIEDI_004

FEDI0001 EXIT_SAPLIEDI_005

FEDI0001 EXIT_SAPLIEDI_011

FEDI0001 EXIT_SAPLIEDI_101, 2,111, 112

RFAVIS01 EXIT_SAPLFRAD_001

RFEPOS00 EXIT_RFEPOS00_001

RFKORIEX EXIT_RFKORIEX_001

SAPLF051 EXIT_SAPLF051_001, 2 ,3

Reward points for useful Answers

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

0 Likes
547

So... i have to put breakpoints in every exit ????

Read only

0 Likes
547

i've been looking in other forums and i've seen maybe it's possible to do it using BTE ???