Application Development and Automation 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: 
Read only

Please help me with this issue

Former Member
0 Likes
530

Hi Experts,

Please tell me is it like Bdc That i need to do.

All the newly created service orders or changed service orders in Tenet has to flow from Tenet to SAP R/3 .

Regards

Jayalakshmy

Hi Experts,

Please tell me is it like Bdc That i need to do.

All the newly created service orders or changed service orders in Tenet has to flow from Tenet to SAP R/3 .

Regards

Jayalakshmy

3 REPLIES 3
Read only

Former Member
0 Likes
507

Hi,

Its the interface program you need to do. The interface should consists a selection screen where the logical file path should present ( Path from Telnet to R/3) and you need to upload the data from file into R/3 internal table and using BAPI's or BDC's whichever is applicable you can use. Check the BAPI available for the Service Orders or Use BDC to upload.

check BAPI: BAPI_SERVICE_CREATE.

Regards

Kannaiah

Read only

Former Member
0 Likes
507

Hi jaya,

BDC-->Batch Data Communication

Its used for records of report.

first go tcode: SHDB then click as create any name then click as start recording then u want type as t.code.

then going materials and save it..

next going click as name with any create any name with report..

its automatically pgm then should some change with field name. only..

its going from flat file to sap file then save to database activated.

Reward if useful,

Regards,

S.Suresh.

Read only

Former Member
0 Likes
507

Hello Jaya-

As far as I believe your requirement is regarding interface,BDC is not an interface.

Tenet???Is this legacy???

If so try for RFC FMs this will serve.

Can you send the detailed requirement.

Cheers,

~Srini...