call transaction from business report

Yulianto Abu Muhammad yyulianto at gmail.com
Mon Jan 29 03:57:30 EST 2007


Have you tried using function module ME_DISPLAY_PURCHASE_DOCUMENT instead of
calling transaction ME23N?

CALL FUNCTION 'ME_DISPLAY_PURCHASE_DOCUMENT'
  EXPORTING
    i_ebeln = wa_outab-ebeln2
    i_enjoy = 'X'
    i_bstyp = 'F'
  EXCEPTIONS
    OTHERS  = 1.

On 1/29/07, Kobi Sasson <ksasson at visonic.com> wrote:
>
>
> thats what I do
> from the report Zxx...
>        SET PARAMETER ID 'BES' FIELD wa_outab-ebeln2.
>        CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.
> when i run the report it's work fine it's open the me23n with the right PO
> Number.
> when i run it from the BO then i had the problem it's opened the me23n
> without the Po number
>
>
>
>
>
>             Aditya V
>             <adityavarrier at ya
>             hoo.com>                                                   To
>             Sent by:                  "SAP Workflow Users' Group"
>             sap-wug-bounces at m         <sap-wug at mit.edu>
>             it.edu                                                     cc
>
>                                                                   Subject
>             29/01/2007 06:37          Re: call transaction from business
>                                       report
>
>             Please respond to
>               "SAP Workflow
>               Users' Group"
>             <sap-wug at mit.edu>
>
>
>
>
>
> Hi,
> hope you have created a shortcut in your LogonPad with the t-code ME23n
> else other option is to send PO number as parameter-id in your code where
> you call your t-code.
> If there is any other option which you find plz reply,
>
> Thanks,
> Aditya,
>
>              ¤~¤~GoD bLeSs YoU aLL~¤~¤
>
>
>
>
>
>
>
>
>
> ----- Original Message ----
> From: Kobi Sasson <ksasson at visonic.com>
> To: sap-wug at mit.edu
> Sent: Sunday, January 28, 2007 7:30:50 PM
> Subject: call transaction from business report
>
>
> Dear Friends
>
> Can someone help with this issue ?
> I have business object  zbus2012 with method that run a report,
> in the report i have call transaction to me23n with parameter of PO number
> but when i click the PO number it's open the me23n without the PO number
> (empty) .
>
> when I tried to run just the report the drill down works fine. it's open
> the me23n tran' with the parameter of the Po number.
>
> Thanks in advance Kobi
>
> Regards
>
>
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>
>
>
>
>
>
> ____________________________________________________________________________________
>
> Yahoo! Music Unlimited
> Access over 1 million songs.
> http://music.yahoo.com/unlimited
>
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>
>
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20070129/fb9f1ab8/attachment.htm


More information about the SAP-WUG mailing list