2008 Dec 05 6:34 AM
Hi ,
requirement is as follows:
To send a message for ECC to XI by APO use the following o/b proxy objects.
Class - ZSCMCO_MIAPODEPLOY_POST_REQUES
Structure - ZSCM_DEPLOYMENT_REQUEST_OUT
The field REQUEST_TYPE to be populate with the values u201CZDEPLOY_END_AMu201D or u201CZDEPLOY_END_PMu201D as per logic.(Refer UK:C1296635 FS Page No:5 Section 2.3. ii.)
The fields REQUEST_DATE & REQUEST_TIME to be populate with system Date & Time.
Use u201Cexecute_asynchronousu201D method to send message from APO to XI.
could you please suggest me how to use class in the report .
Thanks.
Puneet.
2008 Dec 05 6:48 AM
Hi,
The class should be called as follows.
Goto pattern (push button) on the report.
-> then select ABAP Objects Patterns radio button
-> Select Call method radio Button.
-> Give your class name and the Method name
->Click Ok
you will get the class similar to the function module.
by default you will get the instance as ME.
But you have to change it as var1.
where ,
var1 TYPE REF TO class name.
Regards,
Uma.
Hi ,
requirement is as follows:
To send a message for ECC to XI by APO use the following o/b proxy objects.
Class - ZSCMCO_MIAPODEPLOY_POST_REQUES
Structure - ZSCM_DEPLOYMENT_REQUEST_OUT
The field REQUEST_TYPE to be populate with the values u201CZDEPLOY_END_AMu201D or u201CZDEPLOY_END_PMu201D as per logic.(Refer UK:C1296635 FS Page No:5 Section 2.3. ii.)
The fields REQUEST_DATE & REQUEST_TIME to be populate with system Date & Time.
Use u201Cexecute_asynchronousu201D method to send message from APO to XI.
could you please suggest me how to use class in the report .
Thanks.
Puneet.
2008 Dec 05 6:37 AM
Hi,
Please can u explain the thing more clearly as what is ur actual requirement and what exactly do u want?
If ur requirement is to call classes then use this declaration to call classes.
DATA: <ANY USER DEFINED NAME> TYPE REF TO <ACTUAL CLASS NAME U WANT TO REFER>.
Regards,
Ameet
Edited by: Ameet Jassani on Dec 5, 2008 12:07 PM
2008 Dec 05 6:46 AM
hi to use class in report program you write as
DATA: <ANY USER DEFINED NAME> TYPE REF TO <ACTUAL CLASS NAME >.
start at-selection.
***implement class **
and create object for that class..
2008 Dec 05 6:48 AM
Hi,
The class should be called as follows.
Goto pattern (push button) on the report.
-> then select ABAP Objects Patterns radio button
-> Select Call method radio Button.
-> Give your class name and the Method name
->Click Ok
you will get the class similar to the function module.
by default you will get the instance as ME.
But you have to change it as var1.
where ,
var1 TYPE REF TO class name.
Regards,
Uma.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |