Skip to Content
Author's profile photo Sunil Chandra

SAP PI : Check DataType in HTML!

As many of you already know that SimpleQuery allows you to access any ESR/ID object in raw xml or encoded form.

http://host:port/rep/support/SimpleQuery for ESR  Objects

http://host:port/dir/support/SimpleQuery for  ID Objects

But DataType has got special treatment. It allows displaying the details in HTML format as well.

Unfortunately HTML feature is available only for PI >=7.1. For PI < 7.0, you can display Data Type as xml like other objects.

/wp-content/uploads/2012/05/datatype0_103458.jpg

P provides Data Type in HTML format as shown below.

http://host:port/rep/read/ext?method=XIHTML&TYPE=ifmtypedef&KEY=DataType|Namespace&VC=SWC&SWCGUID=SWCGUID&SP=-1&UC=true&release=7.0


/wp-content/uploads/2012/05/datatype2_103456.jpg

R provides raw xml as usual as shown below:

http://host:port/rep/read/ext?method=PLAIN&TYPE=ifmtypedef&KEY=DataType|Namespace&VC=SWC&SWCGUID=SWCGUID&SP=-1&UC=true&release=7.0

/wp-content/uploads/2012/05/datatype3_103457.jpg

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Hi Sunil,

      Really a very useful blog. However, I have a question about invoking the SimpleQuery Url. Is it possible to invoke URL programatically and submit the query through a program?

      Regards,
      Sathya

      Author's profile photo Sunil Chandra
      Sunil Chandra
      Blog Post Author

      Thanks Sathya.

      Yes it is possible, for example you can checking the tool MappingMaster that submits the query using VBA Macro at backend.

      Cheers,

      Sunil Chandra