cancel
Showing results for 
Search instead for 
Did you mean: 

Best way to import ABAP Data Types into PI/PO

Former Member
0 Kudos

Hi together,

is there a simple way to import abap data types like matnr, mara from SAP to PI. I expect there a simple solution because both system coming from sap, right ? I mean not such solutions like make abap programm to export xsd file -> import xsd file in PI.

By default the XMLSchema http://www.w3.org/2001/XMLSchema is available, is there no SAP Schem to import ?

We use SAP PO 7.31 and NWDS  7.3 SP04 PAT000.

thx in advance

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>> I expect there a simple solution because both system coming from sap, right ?

yes there is but only for all SAP supported interfaces

a) IDOC messages (imprt and automated data type creation)

b) RFCs (imprt and automated data type creation)

c) proxies - you define them in PI and create in SAP backend

another way - use of GDT:

http://wiki.sdn.sap.com/wiki/display/GDT/SAP+Global+Data+Types+%28GDTs%29

Regards,

Michal Krawczyk

Former Member
0 Kudos

what do you mean with proxies, a generated Proxy class to use the sap xi protocol ?

To use the GTD is it enough to import the xsd files include in the zip files ?