on 2017 Mar 21 9:32 PM
Hello, all,
I have an issue where one of our Sales Orgs wants to prevent Invoice printing based on a specific Sales District in their Sales Org.
I have the Output Determination set up, but I can't get it to stop creating output.
I need to have the Sales District in my higher-level conditions, or it will, naturally, fall to the lowest-level condition and print.
When I catch it by Sales District, how do I force it to NOT print? I tried Archive Only, but we don't have Archiving set up, and so that is not an option.
Thank you for any help you can provide.
Steve,
Do you really want to prevent invoice printing for some districts, or do you actually want the condition record not to be created?
How many sales districts do you have in your landscape? If not many, better change your condition table, and use one which uses sales district as a key field: Sales district (VBRK-BZIRK) is included in KOMKBV3 structure, so you can solve this without additional coding this way.
If you have so many sales districts in your project, you'll need to follow Jelena's recommendation: Create a new requirement routine in VOFM. You can take a look at example program LV61B062 to see how it works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Implement an output requirement routine. Similar questions have been asked on SCN numerous times, use Google, it's all out there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jelena,
Thank you for your reply.
I am fairly new to SAP configuration, so I am not aware of all the solutions that are out there, and was not aware of Output Requirement Routines, or the VOFM transaction.
These invoices are being generated by a nightly run of VA04. I am not certain if this has any bearing on a possible solution.
I would like to handle this via configuration rather than ABAP. It applies only to two Sales Districts in one Sales Org. Is there no other way to suppress the invoice generation other than an Output Requirement Routine?
Thank you.
Sorry but output configuration is SD 101. You do need to know this even before you get to real work.
Read also answer by Kıvanç Bilgin - if you can use output condition access sequence with SOrg/District then simply don't maintain condition records for those combinations when output is not needed. (This easier option slipped my mind somehow.) Otherwise there is no other option but to add a requirement routine.
User | Count |
---|---|
91 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.