AW: Passing a multiline BOR Object to an ABAP OO class

Markus Klein Klein at abs-team.de
Mon Aug 27 05:12:38 EDT 2007


Hi all,
 
seems i got it :)
 
instead of :
 
    constants:
    Begin of CO_BO_SOFM,
              instid type sibfboriid value is initial,
              typid type sibftypeid value 'SOFM',
              catid type sibfcatid value 'BO',
    end of CO_BO_SOFM . 
 
  class-methods BOR_HANDLER
    importing
      !BO_SOFM type SIBFLPORB default ZCL_WF_BOR_HANDLER=>CO_BO_SOFM . 
 
 
 
 
 
i just have to use:
 
  data:
   Begin of CO_BO_SOFM_T,
              instid type sibfboriid value is initial,
              typid type sibftypeid value 'SOFM',
              catid type sibfcatid value 'BO',
    end of CO_BO_SOFM_T . 
 
    constants:
      co_bo_sofm like table of co_bo_sofm_t value is initial. 
 
    class-methods BOR_HANDLER
    importing
      !BO_SOFM type SIBFLPORBT default ZCL_WF_BOR_HANDLER=>CO_BO_SOFM . 
 
 
regards,
Markus

____________________________________

Markus Klein
SAP Senior Consultant

ABS Team GmbH
Muehlenweg 65
37120 Bovenden

Tel +49 551 820 33 0
Mobil +49 151 126 23 047
Email klein at abs-team.de

www.abs-team.de

Geschäftsführer: Dr. Andreas Rupprecht - HRB Göttingen 1535

Diese e-mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese e-mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der e-mail ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene e-mail Vielen Dank.

This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.

 

________________________________

Von: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] Im Auftrag von Markus Klein
Gesendet: Montag, 27. August 2007 10:51
An: SAP Workflow Users' Group
Betreff: Passing a multiline BOR Object to an ABAP OO class


Hello,
 
i have read Jocelyn's Blog about "Referencing BOR objetcs in ABAP OO classes". Nice read. 
 
My question is, how do i pass a multiline BOR object to an ABAP OO class?
 
regards,
Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20070827/0b1c9337/attachment.htm


More information about the SAP-WUG mailing list