‎2007 Jun 07 8:29 AM
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 !!!
‎2007 Jun 07 8:36 AM
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
‎2007 Jun 07 8:36 AM
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
‎2007 Jun 07 9:24 AM
‎2007 Jun 07 10:58 AM
i've been looking in other forums and i've seen maybe it's possible to do it using BTE ???