cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

can any one plz send me a detail documentation on batch job processing.

my requirement is:

how to automize the sales process so that if i create a sales order, automatically outbound delivery and invoice should be created.

cheers,

anil.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

Batch Jobs: The data in the legacy system needs to be uploaded into sap to have all the data at one place.There are various ways in which a the data can be uploaded into the sap system. One which is used normally by the functional guys is LSMW and ECatt. They help fast data uploads. LSMW is mainly used for master data upload. The master data is uploaded directly into the production server. Only pieces of such master data would be there in test client for testing purpose. The configurations and developments are done in the development server and tested in quality and finally have them moved to production. Apart from LSMW, Bapi's and BDC's ( Session and Call transaction method ) are used to upload data into SAP. While uploading data the previous legacy data is converted into a flat file ( generally an excel or notepad file) which is read by sap and put into sap. The flat file is cleansed and purged to remove redundant data, and ensure data consistency.

http://sap-img.com/sap-data-migration.htm

With regards

Rajesh

Former Member
0 Likes

Hi Rajesh,

Thanks for the reply.

but am more interested in knowing the background job scheduling. my question is

i have some no.of PGIs done and i have to invoice them all. and i dont want to do them manually by going to vf01 transaction. i want all this should have invoice done automatically done through background job scheduling.

please provide me the step by step process of how to carry this. i want to test this in ides.

cheers,

anil.

Former Member
0 Likes

Hi

You create your own batch jobs in SM36. For deliveres the program to setup in batch is RVV50R10C and billing is program SAPMV60S. Just give the parameters in this and schedule when to run and frequency.

Reward if this helps

Regards

Simu