‎2009 Feb 20 8:49 AM
Hi All,
what will we do with tcode VOFM?
how can we create condtional message wheather message had to create or not?
regards,
oorvi
‎2009 Feb 20 9:03 AM
‎2009 Feb 20 8:52 AM
VOFM tcode is used to write the enhancemetns for the standard functionalitoes(same as user exits).
and particularly it is used for SD enhancements
Regards,
Sravan
‎2009 Feb 20 9:00 AM
‎2009 Feb 20 9:17 AM
‎2009 Feb 20 8:53 AM
hi,
vofm is the transaction for : Configuration for Reqs, Formulae
u can see by se93 .
rahul
‎2009 Feb 20 9:03 AM
‎2009 Feb 20 9:11 AM
If you return a SY-SUBRC = 0 the requirement or formula will pass the test...and the output type or price condition will popup in your procedure...
FORM KOBED_001.
SY-SUBRC = 4.
* CHECK: field1 = field2.
SY-SUBRC = 0.
ENDFORM.
FORM KOBEV_001.
SY-SUBRC = 4.
* CHECK: field1 = field2.
SY-SUBRC = 0.
ENDFORM.
‎2009 Feb 20 9:16 AM
‎2009 Feb 20 9:56 AM
oorvi
Check this sap wiki on tcode VOFM
https://www.sdn.sap.com/irj/scn/wiki?path=/display/erplo/routines%252bin%252bsd
Thanks
Syf