Application Development 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: 

Regarding program RVINVB00

Former Member
0 Kudos

Hi,

Has anyone worked on uploading Document Type - Contracts using the SAP Standard program RVINVB00. Can anyone tell me how to go about it.

4 REPLIES 4

Former Member
0 Kudos

Hi Vijay,

I have used this program for Sales Order upload. it is a direct input program. it takes data in a fixed format file and updates the SAP tables.

if you want to use this you will have to format your data in the required format. if your source system is also SAP, you can use program RVINVBT0 to extract data. then you won't need to format it manually. if source system is not SAP, then you can check the format of the file RVINVBT0 is generating and format your legacy data in same format.

Then, on target system then you will have to run RVINVBT0 and upload file.

Try this and let me know if you need more detail.

Regards,

Komal.

0 Kudos

Hi Komal,

Thanks for that info. I am trying to upload sales contracts (Transaction Code VA41). Is this possible to do it using the standard program.

0 Kudos

Hi Vijay,

I think you can use this program for upload. Is your source system a SAP system. if that is the case try running RVINVBT0 and extracting one document from source system. it will create a file. then run RVINVB10 on target system and upload that file.

then see in VA43( in target system) whether that contract is moved or not.

Regards,

Komal.

0 Kudos

Hi Komal,

I'm using program RVINVB10 to upload Sales Order from an other system to SAP.

I'd like to generate an extract from this program, in order to have the file format readen by the program, but I don't know how to do it.

Can you help me?

Thank you.