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

what will we do with tcode VOFM?

Former Member
0 Likes
1,119

Hi All,

what will we do with tcode VOFM?

how can we create condtional message wheather message had to create or not?

regards,

oorvi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,031

Hi Oorvi,

Refer the following code:

Regards,

Nitin.

8 REPLIES 8
Read only

former_member242255
Active Contributor
0 Likes
1,031

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

Read only

0 Likes
1,031

if u know in details plz let me know see my previos thread.

Read only

0 Likes
1,031

hi,

just refer the link:

http://www.saptechsolutions.com/pdf/InsideVOFM.pdf

regards

rahul

Read only

Former Member
0 Likes
1,031

hi,

vofm is the transaction for : Configuration for Reqs, Formulae

u can see by se93 .

rahul

Read only

Former Member
0 Likes
1,032

Hi Oorvi,

Refer the following code:

Regards,

Nitin.

Read only

0 Likes
1,031

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.

Read only

Former Member
0 Likes
1,031

hi Oorvi

check these

hope this helps

regards

Aakash Banga

Read only

Former Member
0 Likes
1,031