1.

What Table Do I Use In Creating Abap Program That Would Output The Sales Based On Sales Organization Of Customers?

Answer»

If you have SIS update turned on, you can use transaction code MTCE against infostructure 001 to display sales by sales ganization and so forth. APART from SIS, you may create SIMPLE ABAP query with LDB VAV. If you want to create an ABAP report only, then use transaction code VBRK ->billing HEADER table and VBRP -billing item table.

If you have SIS update turned on, you can use transaction code MTCE against infostructure 001 to display sales by sales ganization and so forth. Apart from SIS, you may create simple ABAP query with LDB VAV. If you want to create an ABAP report only, then use transaction code VBRK ->billing header table and VBRP -billing item table.



Discussion

No Comment Found