Traning PPT On ABAP Proxies
Traning PPT On ABAP Proxies
Traning PPT On ABAP Proxies
Right click
the
Service
Provider
and select
Generate
Option.
Working with Proxies
Next, it will
ask for a TR
and a Prefix.
Enter the
Package, TR
and prefix,
click on
Continue,
and then
Activate the
Proxy.
Working with Proxies
Calling an
Outbound
Proxy through
a program is
illustrated in
the next slide.
Working with Outbound Proxies
Create an Object of the generated Class,
declare an internal table of the table type of
the Proxy, and also a variable of the
Message Type of the Proxy, as shown
below.
Working with Outbound Proxies
Create an Object of the generated Class,
declare an internal table of the table type of
the Proxy, and also a variable of the
Message Type of the Proxy, as shown
below.
Working with Outbound Proxies
Populate the internal table to be passed to
the Proxy, and call the Proxy methods to
send the data, as shown:
Points to be Noted: