Standard prg

Dear experts,
i m doing a standard program in values are coming in development server but the same prog if executing production not coming...
can anyone tell me..
Regards
Arun.

the data in Development server adn PRD might not be same..
go to the table urself and check for th data.. if its really present
Award points if helpful.

Similar Messages

  • Debug a standard prg

    Hi Friends,
    the funcational consultant doing a work with  t.code kks2.
    there is one errror message is coming.
    error message : Item 00001 : Cost element 1276101000 does not exist in CO area US01 for 11/05/2007     .
    so how to find out this error in program debugging...
    where i can catch this error in prg...
    pls. explain how to debug the standard prg. and tcode.
    regards,

    Best way to debug is :
    Take the message number and message id .
    now goto Program ( When you go transaction -> system->status -> here you get program name).
    click on find -> enter message number ( Select main program ) -> here you get message number ,now keep the break point ).
    some times they call messages  as like dynamically.
    goto transaction -> enter all the data -> /h in command bar -> now create watch point -> use varaible as message id and value as message number ) ,operator is =
    now it stops exact area
    Thanks
    Seshu

  • Standard prg name

    hi ,
    can any one tell me the standard program name for generating two invoices at a single payment.
    thanks
    karthik

    Please add more clarity to your question

  • Adding GSBER in RFUMSV00 standard prg

    Hi to All,
    We are trying to change the Standard Program RFUMSV00 to add Businnes Area in the output.
    Actual User Requirement is, they want Business Area in selection Screen and in the dispalying in the output too.
    It is displaying in the output but it is not controlling by the selection screen field GSBER.
    Please Give your valuable Suggestions.
    Thanks in Advance
    Vidya

    Hi,
    From another thread I've found this.
    The BADI - FI_TAX_BADI_010 is available with RFUMSV00. Inside that in TOP OF PAGE, the method IM_SELECTION_FIELDS can be used to add fields to the select options, I suppose.
    Below is the link to the original thread.
    Link: [Re: RFUMSV00, how to assign in the user field 1?]
    Regards,
    Teddy Kurniawan

  • IDOC or Standard prg to transfer Purchase req from APO to SNC

    Hi Experts,
    could you pls tell me whether any IDOC or standard program is available to transfer the Purchase requisition from APO to SNC.
    thanks in advance.

    Hi,
    You can use RSMIPROACT / RSMIPROACT2 report to send Purchase Requistion.
    With RSMIPROACT2, you can also use XML message (ProductActivityNotification) to send the data to SNC.
    PROACT (IDOC) needs to be configured for the logical system (your SCM system) in WE20 for this report to work through IDOC.
    Regards,
    Sandeep

  • How to call a Standard SAP Program in Zprogram.

    Hi,
    how to call a SAP Standard program in SAP Program?
    Do we have to use any funtion module and pass paramters?
    I want to call a Standard SAP prg in to my prgram? can anyone explain me or give the piece of code to call standard prg.
    Thanks & Regards

    Again, ABAP related questions should be asked in the ABAP forum.
    To answer you question,  if the standard program is a report program, you can use the SUBMIT statement and pass parameters using the WITH Extention.
    Submit <report>
          with p_fld = 'X'
              and return.
    Please make sure to award points for helpful answers and mark your posts as solved when solved completely.  Thanks.
    Regards,
    RIch Heilman

  • How to use crm_order_maintain

    hi Experts,
    i am new to CRM .i am creating aweb dynpro application for service desk for message creation with few custom fields . for that i analysed standard transcation crmd_order , how it is creating transaaction . i found it is using crm_order_maintain in side to creating the message . i debbugged tht by putting a break-point before calling this  FM . but my problem is i dont know how to populate data into the import parameters of the this FM . so can any body give idea how to populate data of import parameters of this FM . any standard prg or any link witch can help me for populating the data into the import parameters. pl suggest any links for understanding the basic CRM.
    thanks in advance
    setu
    Edited by: setu s on Dec 22, 2008 6:24 PM

    Hi,
    The following link provides an example of function module CRM_ORDER_MAINTAIN:
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/crm/creation%252bof%252bquatation%252bsample%252bcode
    Hope this help.
    Cheers,

  • Conversion problem in condition records upload program (BDC tcode: XK15)

    Hello everyone,
        I have downloaded few records from table A017 using key KUMNH (cond no), by the std program RVBTCI01 , i used three structures BRG00, BKOND1, BKOND2 and BKOND3 to download the records.
    into a file (.txt) on the server.
      now i uploaded the same file using the standard prg RV14BTCI (after recording the the transaction XK15 using BDC).
    the amount field in bkond structure BKOND2-KEBTR is giving the conversion error while uploading ,
    it is giving ERROR when the session is processed in sm35
    it is not accepting the decimal places while uploading the amount field.
    when amount field is made integer its working fine..
    this is happening with fields MXWRT and GKWRT too .... (infact in all places where the decimals are used)
    any pointers to solve this ???

    hi avinash,
      the data elt used for KONP-KBETR in table is
                   KBETR_KOND ( which is of type CURR , length 11 and 2 decimal)
      the data elt used for BKOND2-KBETR in structure is
                   BKBETR ( which is of type CHAR , length 15 and 0 decimal)
    so dat i can download len(11)point(1)decimal(2)  total 15 digits in the structure of 15 char
    now the problem comes when i am uploading the same back into the table KONP-KEBTR
    which is of type CURR as mentioned above
    plz help to solve dis

  • RFBIKR00 : Vendor master upload

    hi
    For uploading Vendor master upload i tried to use standard prg RFBIKR00, but some of the fields related to address  are not found in RFBIKR00.The fields which are missing are:
    SORT2     BUILDING     ROOMNUMBER     FLOOR     NAME_CO     STR_SUPPL1     STR_SUPPL2     STREET     HOUSE_NUM1     STR_SUPPL3    LOCATION.
    Please let me know how to  populate those fields.
    thanks in advance

    look into the docu of that abap.
    you must use add. BAPIS to fill all adr.data
    regards
    Andreas

  • Spool Requests are not generated in SM37

    Hi Freinds,
    in sp01.. there are 2 spool requests were generated for one standard prg.
    example : the spools requests are 1 and 2.(assume)..
    im sm37 .. it is showing 2 spool request only .. not 1 st spool request.. what is reason behind this??
    BUT I WANT 2 SPOOL REQUEST WHRE THE SAME 2 SPOOL REQUESTS ARE GENERATED IN SP01.
    IT IS POSSIBLE.. ANY SETTING ARE THERE IN SM37?
    regards,

    check the job steps... did u schedule the job or set it to start immediately
    in sm37 on the top, select ur job name and hit on step to see whats wrong in it..

  • How to "see" PO in EBP ?

    Hi everybody,
    Right now, I can create a shopping cart in EBP and the a Purchase Requisition is created in R3.   But now, I would like to see that Purch.Req. in EBP (Purchaser Role).  If I logon as an operational purchaser, I can't see any document... =(
    Any idea ?
    I would really appreciate your help !
    Regards,
    Diego

    Hi Diego,
    That is the point: for Extended classic scenario only local Purch Org and Purch Group have to be used, you wont be able to assign Backend Org to your document.
    As described in the note you have either to fill in the backend codes in the PO transfer BADI, or to customize the backend (default purch Org on plant, and purch group on the RFC user).
    So your problem now is to use the purchasing views of you suppliers defined in R/3 (that you can keep through the standard prg for vendor replication). There is no standard solution for that, but if you have only One purch org localy, you can assign your vendors to this org. in the replication program (see the selection screen). Another tool is transaction to copy purch views (I'll modify the thread later with the transaction)
    Regards.
    Vadim

  • Excluding any function or routine

    Dear all
    Can any body can guide, while i am copying a standard prg. i want to exclude some routines or function from the standard, is it is possible? how?
    Please
    Thanks
    K Hari Shankar

    Hi,
      The when you copy a standard program a pop up will come to inform you about what is getting copied.
    Regarding function modules any function modules that are called the actual function modules would not be copied but only the call of the function module would be copied, all subroutines would be copied if they are a part of the smae program if they are in some other include you can not choose to copy that include.
    Regards,
    Himanshu

  • Error in handling Print Params In Parallel Processing of background jobs

    Hi Friends,
    My requirement is to optimize the performance of standard pgm RELEABL1 that takes a long time to complete when scheduled in background,and for that i have created a zpgm which will split the input data and run the jobs in parallel . I am using the submit statement and JOB_OPEN and JOB_CLOSE function modules to schedule the standard prg RELEABL1 in background with the input from my zpgm. The problem here is there is a push button " PRINT PARAMETERS" near the execute button on the selection screen of the standard pgm RELEABL1 in which the printer details have to be mentioned. Whenever i schedule the job in backgroung it throughs an error stating that " Define the Print Parameter First " . I tried my luck with all possible combinations but not able to handle this through my zpgm.....otherwise my pgm works fine. Can someone please guide me on how to handle this print parameters either through submit or what ever way possible.
    Thanks & Regards,
    Balaji.K

    Hi Balaji,
    We have the same performanced problem. 8 processes in parallel, still suffers from bad performance. How many subscribers are there on the system and how many processes do you use ?
    Best Regards,
    Ugur Uygan

  • Output Processing routine giving error in VA01 - Processing Log

    Hi,
    We have assigned a Smartform in NACE to a Customized Output type ZURE.
    When we issue the Output we are getting the Output proceed correctly but in the processing log we are getting an Error record 'Processing routine ENTRY_NEU in program ZRVADOR01 does not exist', but the routine ENTRY_NEU exits in the program ZRVADOR01 and output is generating form the same routine.
    Please advice how to proceed.
    Regards,
    Ramu N.

    Hi..
      I understand that u have  copied the Program ZRVADOR01 from Standard prg RVADOR01.
    Then you have to <b>activate all the includes</b> in your program ZRVADOR01.
    The Form Routine ENTRY_NEW may exist in a include which may not be Active.
    <b>Reward if Helpful.</b>

  • To make a field optional in tcode vf05

    hii,
    in standard t-code VF05 we can find that the payer field is mandatory.
    i wanna make it optional.
    can any one help me on this...can any one tell me if there is any type of exits or screen exits in ths standard prg. or there is any other way to do it.
    points will be rewarded.thanks...

    check for
    For VF05
    Exits:
    J_3RSINV
    SDVFX001
    SDVFX002
    SDVFX003
    SDVFX004
    SDVFX005
    SDVFX006
    SDVFX007
    SDVFX008
    SDVFX009
    SDVFX010
    SDVFX011
    V05I0001
    V05N0001
    V60A0001
    V60P0001
    V61A0001
    BADI:
    SD_CIN_LV60AU02
    VOR_WA_FAKTURA

Maybe you are looking for