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

Output Control VOFM Routine

former_member422932
Participant
0 Likes
15,974

I need some help with an issue I have not been able to resolve. I created a new output control routine called 934. I went to transaction NACE, selected V1 as the application and then selected Output Types. I then navigated to the General Data tab of the Output Type I wanted to change and this output is configured for multiple issuing. Under the section "Change Output" for program SAPLV61B I changed our current form from KOBED_014 to my new VOFM routine KOBED_934. Even though the form is recognized by SAPLV61B when I try to find my form I am unable to break into this form during debugging. Does anyone have any thoughts as to what might be wrong.

Thanks,

Lee

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
8,096

Try this:

Go to function pool program SAPLV61B --> Utilities -->Update Navigation Index

and check if it helps. I am assuming your output control logic is working fine, you just need to check the routine logic in debugging mode.

Regards,

Shyam

I need some help with an issue I have not been able to resolve. I created a new output control routine called 934. I went to transaction NACE, selected V1 as the application and then selected Output Types. I then navigated to the General Data tab of the Output Type I wanted to change and this output is configured for multiple issuing. Under the section "Change Output" for program SAPLV61B I changed our current form from KOBED_014 to my new VOFM routine KOBED_934. Even though the form is recognized by SAPLV61B when I try to find my form I am unable to break into this form during debugging. Does anyone have any thoughts as to what might be wrong.

Thanks,

Lee

3 REPLIES 3
Read only

nirajgadre
Active Contributor
0 Likes
8,096

Hi,

I guess you also need to assign the newly created VOFM routine in access sequence routine as well. By repalcing the old requirement routine. then only during runtime your output requirement routine will get called.

Read only

Former Member
0 Likes
8,097

Try this:

Go to function pool program SAPLV61B --> Utilities -->Update Navigation Index

and check if it helps. I am assuming your output control logic is working fine, you just need to check the routine logic in debugging mode.

Regards,

Shyam

Read only

Former Member
0 Likes
8,096

Hi Mazurek,

Please configure your Output type in "Procedures->Control" (Control View) in NACE Transaction. The same Routine number 934 should be mapped to the Output type.

1) NACE

2) Select V1

3) Click on "Procedures"

4) Select the relevant Procedure and

5) Double-click on "Control"

6) Add new entry with your Z-Output type name under 'CTyp Column' and routine name 934 under 'Requirement' column.

Save

Hope you understood my Solution.

Thanks & regards,

Sowmya