cancel
Showing results for 
Search instead for 
Did you mean: 

creating routines in VOFM Tcode

Former Member
0 Kudos

Hi,

I got a requirements to add CHECK MARA- EXTWG NE space and VBAK-AUART) is ZAFO to the standard include LV61A002.

coding for the include is in this way

  • Pricing is turned on in item category configuration (TVAP)

form kobed_002.

sy-subrc = 4.

if komp-kposn ne 0.

check komp-prsfd ca 'BX'.

check komp-kznep = space.

endif.

sy-subrc = 0.

endform.

*prestep

form kobev_002.

sy-subrc = 0.

endform.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Jyothi,

Follow the below path for creating a requirement

VOFM --> Requirements --> Pricing

Select Routine no. 2 as this is the item price i.e standard include LV61A002.

For making changes in standard you need to have an access key. This your ABAP people must have.

Else you can create a new one by copying this requirement and specify new conditions.and include in this.

Reward points if helpful.

Regards,

Priyanka Dixit

Former Member
0 Kudos

Hi Jyothi,

In tcode VOFM --> Goto Requirements --> Pricing

Here you will get the Routine no. 2 i.e include LV61A002.

Get an access key ( consult your abapper) for creation of new requirement.

Create a new requirement ( number > 500) by copying Reqmt no. 2 and in the new reqmt specify your condition i.e. CHECK MARA- EXTWG NE space and VBAK-AUART) is ZAFO

Hope this helps.award points if useful.

Regards,

Former Member
0 Kudos

hi,

now what is the requirement.

thanks