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: 

uploading .TST file into SAP

Former Member
0 Kudos

Hi,

I have a scenario where I need to upload .TST file as IDOC into SAP (Inbound).

EDI converter guy sent me this file and told me I can just import into SAP so that it creates ORDERS (By the way this is ORDERS IDOC)

I Know there are Programs(RSEINB00) and FM (idoc_xml_from_file) ? Couldn't make it work.

can somebody tell me if there is any other way to push IDOC into SAP using .TST file?

Thanks

Sarath

1 ACCEPTED SOLUTION

Former Member
0 Kudos

If you are receiving a flat file, you could read it into internal table then convert the contents into an IDOC and save that into your system. Alternatively, you could parse the data into the tables and structures for a BAPI call.

1 REPLY 1

Former Member
0 Kudos

If you are receiving a flat file, you could read it into internal table then convert the contents into an IDOC and save that into your system. Alternatively, you could parse the data into the tables and structures for a BAPI call.