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

Requirement Routine

Former Member
0 Likes
436

Hi Experts,

What is Requirement Routine.Please explain me with any one of the example.

2 REPLIES 2
Read only

Former Member
0 Likes
398

Hi,

Requirement Routine will be done in T. Code : VOFM.

Under this, there are many options available under the Menu <b>Requirements</b>.

Based on the need, you have to create Requirement(e.g : Pricing, Output Control).

It will create a new Requirement & have to give a numeric no, greater than 900 for user defiend requirement. While creating it will ask for a Access Key where u can get from OSS(for this u need to have UserID & Password).

For Example, if you are choosing Output type, then it will be used whether the Output type have to be created or not based on your requirement needs.

Read only

0 Likes
398

Requirement routine for billing header

FORM BEDINGUNG_PRUEFEN_021.

  • Only when there is a division

IF VBRK-SPART IS INITIAL.

MESSAGE E054.

ENDIF.

ENDFORM.