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: 

Vendor Master Data extraction???

varunchop
Explorer
0 Kudos

Hi,

I need to extract Vendor Master Data from SAP into a flat file.

The format should be similar to file input required for the Vendor Master Upload program: RFBIDE00.

Is there any program which can be used to extract the data in the required format?

Any help is appreciated.

Thanks and Regards,

Varun

4 REPLIES 4

Former Member
0 Kudos

hi varun,

check this link..

<a href="http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/vendor-master-data-extract-from-r3-to-flat-file-944432#">VENDOR MASTER EXTRACTION</a>

<b>dont forget to mark helpful answers..</b>

Message was edited by: Ashok Kumar Prithiviraj

Former Member
0 Kudos

Hi Varun,

Check RFBIDET0

Short text

Test Data for RFBIDE00

Description

With this report, you can create test data for report RFBIDE00.

Requirement

You need programming knowledge in ABAP/4 to do this.

Please copy the report in another name and edit your test data in the copied report.

Cheers

VJ

Former Member
0 Kudos

hi

good

you can do one thing,convert the RFBIDE00 PROGRAM TO Z* PROGRAM AND CHANGE IT AS PER YOUR REQUIREMENT.I HOPE THAT WOULD BE THE EASIEST PROCESS.

THANKS

MRUTYUN

andreas_mann3
Active Contributor
0 Kudos

Hi,

use abap RFBIKR10 and fill parameter <b>file</b>

you'll find data with fm FILE_GET_NAME

and LOGICAL_FILENAME = 'FI_COPY_COMPANY_CODE_DATA_FOR_VENDORS'

it's the same format as for RFBIKR00

(RFBIDE10 / RFBIDE00 are for customer )

Andreas