Regarding std ME23N transaction

Hi all,
As per my reqmt I want to display a screen in my report when F4 help is clicked in my selection screen.
The screen to be displayed is got from,
1.Go to ME23N transaction
2.Click Document Overview On
3.Now a hierarchial ALV will be displayed
4.In that selection variant select Purchase Orders
5.Now a screen of purchasing documents will be displayed.
I have to display this screen when F4 is clicked in my selection screen of my report.
I tried by calling the transaction using bdc data also. But onlyy the initial screen is getting displayed insted of the particular screen.
When I checked with the status the program name it was showing was some query AQZZ/SAPQUERY/MEMEPO========== with screen 1000 which was getting dynamically generated. So if we want to call the query is there any way as it was dynamic? Or anyother way to call that particular screen?

Hi Friend,
That is a query. Go to SQ03, give user group /SAPQUERY/ME and press display.
After that, Go to SQ01, and give query name MEPO and execute with standard variant. You can have BDC of SQ01 to get the desired selection screen.
Regards
Krishnendu

Similar Messages

  • Set  a default tab  in ME23N transaction

    Hi Guru's
       How can i   set  a default tab (Purchase order history ) in ME23N transaction ?
       Thanks and Regards .
       Priyank Dixit

    Hi Anil ,
        i am calling ME23N Trancation in a report ...when i click on any purchase order of alv out put ,it calls the transaction ME23N..
      Now i want the Purchase order history tab as default  for any item which have a  GR  .
    Thanks and Regards ..
      Priyank Dixit

  • Query related to Calling Zreport after Std ME21N Transaction

    Hi all,
    I m looking for the transaction or any way by which i can call my Zreport (having Purchase Order number as selection Criteria) After ME21N / ME22N / ME23N transaction.
    pls. note: i do not want to run my Zreport Explicitly.
    Regards,
    S Anand

    Use ME_PROCESS_PO_CUST - BADI and POST Method

  • Call std sap transaction mm03 from bsp

    Hi
    please can any body tell me.
    How do i call a std sap transaction mm03 in bsp application.
    is it possible to use call transaction statement directly or any other way.

    Hi sushilnath,
    Please try this blog : <a href="/people/thomas.jung3/blog/2005/11/04/bsp-150-a-developer146s-journal-part-xvii--recreating-a-standard-transaction">BSP – a Developer’s Journal: Part XVII - Recreating a Standard Transaction</a> by Thomas...
    This might help you....
    Hope this helps.
    <i><b>Do reward each useful answer..!</b></i>
    Thanks,
    Tatvagna.

  • Std report transactions in SAP MM

    Can somebody provide me all Std SAP MM transactions for SAP MM.
    Urgent pl.
    Thanks

    Hi,
    Pl use Tcode SM01 and enter in the blank line MM and press
    enter you will get all Tcodes starting with MM. You can use
    OLM and press enter you will go to img. You can use this
    transaction only if you have authorization.
    Hope this helps you.
    Regards,
    S.V.ManiKumaar

  • Short dump during ME23N transaction due to missing field in KOMP table

    Hi All,
    We have just upgraded to Business Suite 7.0 and are experiencing the following error:
    Short dump during processing of transaction ME23N - error is in program SAPLV61A when the system calls the following field: KOMP_SERVICE_PARAM2 (this does not exist in KOMP). We need to get this resolved as soon as possible, It appears that SAP have removed this field from the table KOMP but the standard programme is still looking for this field. Can anyone provide an oss note number or insight into how to resolve this issue please.
    Many Thanks
    Amanda

    Dear,
    This problem is caused by a missing initialization of the structure KOMP in the program SAPLV61A.
    The problem may also occur during , when the "Create PO automatically" indicator (TVAP-ALEKZ) is set for the relevant item category in the item category Customizing (transaction VOV7). In this case, the data of the purchase order item that was previously processed is used for the back update of the sales order from the purchase order in KOMP.
    Add the following import parameter to the function module RV_KONV_SELECT:
        Parameter name        COMM_ITEM_I
        Typing          LIKE
        Associated type            KOMP
        Optional        X
        Pass Value       X
    Please refer the OSS note 1261566.
    Regards,
    R.Brahmankar

  • Regarding f-53 transaction

    hi gurus,
                  i have one senario to be completed, the senario is like
                  if any posting happends via f-53 transaction, for those postings we need to fill a idoc and send it to bank. for that what i did is i found a bte which will be triggered at the end of the transaction. in side bte i have written my code and its working fine.
                         but client recuirement is like, at the end of the day how many postings happend via f-53, for all those posting, he wants only one idoc to be filled. so what i decide is i will create a new program and i will fetch all the data from bseg, bkpf, bset.
    i want ur help to fetch the data from above 3 tables and i wanted to know is my approach is correct for this senario. if not how i need to go about this senario. he me out gurus.

    Rakesh,
    1.Could you please let me know the BTE in which you have written the code to extract the payments done through F-53.
    2.As you have said you were already able to capture the data for every transaction done through F-53.Check the possibilities of storing the data in a Ztable and then finally populating the idoc at the end of the day.(I guess this is what one of the replies above is pointing to)
    3.Every bank will have their own format of the file download so that the downloaded file will get uploaded into their portal to process the payments.Will it be possible to get the desired file format using IDOCS ?Format in the sense field separators,and the payment advice format etc.
    4.If file format can't be achieved through IDOCS then fetch the data from BSEG,BKPF(F-53)/REGUH,REGUP,BSEG,BKPF(F110) and populate the data in the desired file format as per the bank.
    5.Regarding transmission of file either we can use FTP or Connect:Direct
    Thanks,
    Kiran.

  • Modify std MIGO transaction

    Hi experts,
    when i am doing MIGO transaction against purcahse order all data automatically came after entering PO(purchase order) in table control of  migo screen , but business area field is blank , so i want to move business area value and shows on the screen .
    plz anyone help me hows this will do?
    Regards,
    Jyotsna

    Hi,
    Check the below mentioned user exit.
    OIAMSEG
    Hope it helps.
    Regards,
    Raj

  • Calling STD SAP transaction in BSP

    Hi All,
    I am new to BSP.
    Is it possible to call SAP standard transaction in the BSP page, browser should be Internet Explorer.
    I have tried for mm03 but when I  use call transactio it opens STD SAP Session with given paramerers (material number).
    And the problem is that . I want to call it in Internet
    Explorer
    if yes.
    Can anyone tell me tell me how it is possible.
    Thanks in Advance,
    Dhananjay

    Thanks Raja,
    I am in 4.7 E
    This is my code for VF03 ,
    this is layout code of page
    <%@page language="abap"%>
    <<html>
    <body bgcolor = "silver">
    <form>
    <input style="Z-INDEX:   BACKGROUND-COLOR: #FFFFFF;
    BORDER-BOTTOM: black 1px groove; BORDER-LEFT: black 1px groove;
    BORDER-RIGHT: black 1px groove; BORDER-TOP: black 1px groove;
    FONT-FAMILY: Verdana, arial; FONT-SIZE: 8pt; TEXT-DECORATION: none"
    type="text" name="number" value = "" maxlength = 10>
    <INPUT style="Z-INDEX: 103; BACKGROUND-COLOR: whitesmoke" type="submit"
    name="onInputProcessing(select)" value="Display" action = "tcode.htm">
    </form>
    </body>
    </html>
    This is its event handler(OnInputProcessing)
    event handler for checking and processing user input and
    for defining navigation
    case event_id.
      when 'select'.
        navigation->set_parameter( 'number' ).
        navigation->next_page( 'tcode' ).
       set parameter id 'VF' field number.
    endcase.
    *****This is code for next page
    Layout
    <%@page language="abap"%>
    <html>
      <body BGCOLOR="#f5f5f5">
    <h2> Your Customer search </h2>
    <%
      if number is initial.
    %>
    <h3> Sorry, we found no matches for  <%= number %>. </h3>
    <%
      else.
    %>
    <%
    endif.
    %>
    Event Handler(OnInitialization)
    if number is not initial.
       SET PARAMETER ID 'VF' FIELD number.
       call transaction 'VF03'.
    else.
      number = '%'.
    endif.
    Plesae check it, I am waiting Or Give me sample code for any TCODE.
    Thanks,
    Dhananjay

  • Regarding master data ,transactional data loading from flat file

    Hi friends,
    Please tell me how to load master data and transactional data from flat file ....
    Thanks in advance ,
    Regards,
    ramnaresh.

    Hi,
    Please use the 'search forum' functionality and search the BI Forum with say 'flat file loading'.  You would get plenty of links of previous threads.
    BR/
    Mathew.

  • Regarding ME22n Call Transaction method

    Hi,
       i am working on BDC Object, in this object i am attaching  output type 'XXX' in messages for each purchase order(ME22n).For example if i am taking multiple range of purchase orders.It shows following message whenever i m executing in no screen mode.
    ' No batch input data for screen SAPMSSY3 0121' and Call transaction return code is 1001.
    If i am  debugging the same object in All Screen mode its working fine.
    SAP Version is 4.6c
    I Searched all the relvant threads but i am not able get the Soloution.
    Can any one please help me regarding this.
    Thanks and Regards,
    kishore.

    ME22N is an enjoy transaction, officially not compatible with BDC. (Look at OSS [Note 217437 - ME21N/ME51N: Batch input and CATT not possible|https://service.sap.com/sap/support/notes/217437] and [actually search at sdn|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=me22n+bdc&adv=false&sortby=cm_rnd_rankvalue])
    Try to use [BAPI_PO_CHANGE|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=bapi_po_change&adv=false&sortby=cm_rnd_rankvalue] (BUS2012) which exists in 46C even if not officially released.
    Regards

  • Problem with Me23n transaction

    Hi
    I am facing one problem where when i run transaction ME23 n to display the PO, and than if i select the button through which i can enter other PO numbers and display them ,I get the error that
    Input should be in the form__.__._~,_V".message number 00 088
    As i am just in display mode i am not doing anything just viewing the PO how can i get such message.
    I have tried changing my Default settings also it does'nt help.
    This problem is coming only for me not for others.all others are able to see it.
    Can you please suggest what is the problem
    This prolem is not specific to any PO this is commom to all the PO's i am trying to view.
    Once i get this error my system hangs i cant go back ,i have to log off to come out.

    What has happened is that the number is not entered in the correct format. This happened in your last PO. When you go to ME23N it tries to retrieve your last PO and gets this error.
    To correct this, please go to ME21N and then select the button to display other POs.
    I am certain this will solve your problem. If, by chance, it does not, create a dummy PO and save it. Then go to ME23N and try to display the PO you want.
    Let me know if it resolves your problem
    Lakshman

  • Regarding scheduling a transaction

    Hi Friends:
      Is it possible to have the results of a transaction e-mailed out on a scheduled basis? The transaction is SWI2_ADM1, which displays all the workflows with no agents. I want this transaction scheduled in background & results to be emailed on a daily basis. When we execute this transaction, it displays the data of the agents & there is an option of emailing the data. How to schedule it for automatic emailing.
    Please help me friends.Suitable points will be rewarded.
    REgards:
    gaurav

    I think automatic emailing can be setup using the SCOT transaction.
    I don't have any experience with this transaction, but over here you can find some general info:
    [http://help.sap.com/saphelp_47x200/helpdata/en/ce/26f638350d5654e10000000a11402f/frameset.htm].
    Hope this helps!
    Regards
    Edited by: Danny Krawinckel on May 6, 2008 2:20 PM

  • Regarding DB adapter transactions roll back

    Hi All,
    In a BPEL, using while loop i'm trying to insert records in a table(business table-Oracle XE DB). If any errors happen during the insertion, it should rollback the previous insertions happened in the business table and insert the error details in the log table.
    Example: Let's say 5 records need to be inserted in business table, after first two records get inserted successfully, due to invalid data, 3rd record fails to get inserted.
    Things i have done,
    1) I have a catch block to catch the errors
    2) I have an invoke activity in the catch block to invoke the DB adapter to insert error details in log table.
    3) Throw activity with bpelx:rollback to roll back the previous transactions.
    Question: After the error details get inserted in log table, since i have a throw activity with bpelx rollback, all the previous DB transactions including the log table insertion is getting rolled back. I don't want my log table record insertion to be rolled back, only the records which i have already inserted successfully in the business table needs to be rolled back.
    Can anyone let me know, how to handle such a situation? your response is greatly appreciated.

    You need to ensure that your process is working in a single transaction.
    You are correctly using the XA datasource.
    Next you need to ensure that you do not have a dehydration point in the process and if there is a call to another BPEL process they are in a same transaction.

  • Regarding f.30 transaction

    hi gurus,
                      Iam an abaper, i have one recuirement from client. in f.30 transaction under due date analisys>evaluation by businness area> for company code> (some company)-> chandigar. now if we press on chandigar, it will give detaila of all the customers. but here what happening is, under chandigar there r 450 customers but its only showing records for first 100 customers and for next 350 its ccumulating and showing the value. as an abaper i debug the pro, i found that its taking the 100 reciords from data base memory location but iam unable to find frm where its exporting to that  memory location. now frm my client the recuiremrnt is like they want to see the output for all the 450 customers.
    any idea or any one has faced the same problem help me guys

    any one there to answers

Maybe you are looking for