Query for copying standard program in ECC 6.0

Hi,
  My problem is when i copy a standard program to my Z program in ECC and then try making some changes there it says new enhancement point will be created (specific to top include in function module).Kindly suggest what action needs to be taken for above problem.

Hi,
Please find the Standard workflow list in this link...
http://help.sap.com/saphelp_erp2005vp/helpdata/en/04/926f8546f311d189470000e829fbbd/frameset.htm
Regards,
<i><b>Raja Sekhar</b></i>

Similar Messages

  • Error: While Copying Standard Program FBCJ

    Dear Experts,
                        I tried to copy the standard program because the requirement was to change the menu fuction for save and post.
    So i copied the T.Code FBCJ to ZFBCJ. It Copied Successfully and i assigned the tcode also. But While executing the T code
    the system Shows the error message
    "System error in routine FI_TAX_GET_TXJCD_STRUCTURE
    error code 1 function builder TAX2"
    Kinldy help me to resolve this issue.
    Waiting for your valuable replies.
    Kindly give some ideas.
    Thanks and Regards,
    Karthik V
    Edited by: karthikani on Nov 24, 2010 10:30 AM

    Hi,
    are the both client environments hav same version (ECC 6).
    In ECC 6 version type X is not allowed.
    To avoid this problem,
    you need to declare the field of TYPE C.
    you need to get the value from Cl_ABAP_CHAR_UTILITIES.
    Regards
    Sandeep Reddy

  • Need to find SAP query for corresponding ABAP program.

    Hello SAP Experts,
    I have an ABAP program "AQDESYSTQV000001ORDERDETAILS==" in ECC 4.7. We had a client copy recently from ECC 4.7 to ECC 6.0. Now in ECC 6.0 I am unable to find this program in SE38.
    Can you please tell me how to create this program in ECC 6.0 ? Also, by the name of this program it is clearly seen that this program is automatically created by using SAP query.
    I tried to generate the program using SQ01, but system asks me for the SAP query.
    Can you please tell me how to find the SAP Query for the corresponding abap program ? Also, the steps as in how to generate the program in ECC 6.0.
    Thanks.

    Hi Danish,
    In the program name, the query name is always attached.
    For example : The program name is , AQ10SD==========Z10SD_INVPRODL=
                           Here the query name is Z10SD_INVPRODL and if you go to transaction SQ01 and enter the query name
    then you can find the infoset.
    And also you can gernate the program with the help of query name.
    Please try the same and let me know if any details are required.
    Regards,
    Darshana

  • HOW TO GET  PROPER OUTPUT OF COPIED STANDARD PROGRAM OF  MB51

    I HAVE COPIED THE STANDARD PROGRAM OF MB51 TRANSACTION INTO Z-PROGRAM. NOW, I WANT PLANT, PLANT DESCRIPTION,MATERIAL NO,MATERIAL DESCRIPTION,MOVEMENT TYPE, MOVEMENT TYPE TEXT,QUANTITY,BASE UNIT OF MEASURE, AMOUNT OF CURRENCY AS OUTPUT  IN ALV-GRID FORMAT. I AM ABLE TO DISPLAY THE OUTPUT NORMALLY  IN ALV-GRID FORMAT IN THE FOLLOWING WAY:
    PLANT-NO    PLANT- DESC  MAT-NO    MAT-DES   MOV-TYP      MOV-DES
    1000               YYY                100           UUU           351                 EE        
    QUAN    BA              C
    200       TO               2000
    500                         1500                                        451           
    600                          1500                                       451           
    THE ABOVE IS THE SAMPLE OUTPUT OF THE REQUIRED FIELDS.
    IN THE ABOVE OUTPUT ,
    QUAN                 =                     QUANTITY
    BA                      =                     BASE UNIT OF MEASURE
    C                       =                     AMOUNT IN LOCAL CURRENCY
    MOVE-TYPE       =                     MOVEMENT TYPE.
    MOVE-TYPE       =                     MOVEMENT TYPE TEXT
    MAT-NO              =                     MATERIAL NUMBER.
    MAT-DESC          =                     MATERIAL DESCRIPTION.
    PLANT                =                     PLANT NUMBER.
    PLANT DESC      =                     PLANT DESCRIPTION.
    IN THE ABOVE MENTIONED SAMPLE OUTPUT,
    PLANT NUMBER-1000 HAS TWO MOVEMENT-TYPES 351 AND 451.
    IN THIS ,351- MOVEMENT TYPE HAS QUANTITY-200.
                451 -MOVEMENT TYPE HAS QUANTITY-500,CURRENCY-1500
                451 -MOVEMENT TYPE HAS QUANTITY-600,CURRENCY-1500
    AS OF NOW, DIFFERENT MOVEMENT TYPES ARE DISPLAYED WITH DIFFERENT QUANTITIES IN DIFFERENT ROWS. I WANT THE OUTPUT TO BE DISPLAYED IN SAME ROW. THAT MEANS, IN THE ABOVE EXAMPLE, 451 IS REPEATED 2 TIMES WITH QUANTITIES 500 AND 600  RESPECTIVELY. I WANT THESE QUANITITIES TO BE ADDED  AND DISPLAYED IN THE COMMON LINE AS FOLLOWS:
    PLANT-NO    PLANT- DESC  MAT-NO    MAT-DES   MOV-TYP      MOV-DES
    1000               YYY                100           UUU           351                 EE
    QUAN    BA              C
    200       TO               2000
    1100      TO               3000                                          451
    IN THE ABOVE REQUIRED OUTPUT, 451 MOVEMENT TYPE WHICH IS HAVE HAVING 500,600 AS QUANTITIES AND 1500,1500 AS CURRENCIES ARE ADDED AND DISPLAYED ON THE SAME LINE. I WANT THE OUTPUT IN THIS WAY.
    THAT MEANS, FOR EACH PLANT, FOR EACH MATERIAL NUMBER ,FOR EACH MOVEMENT TYPE THE COREESPONDING QUANTITES AND CURRENCIES HAS TO BE ADDED AND DISPLAYED ON THE SAME LINE.
    I WANT THE REQUIRED OUTPUT IN THE ABOVE SAID FORMAT.
    IF U DON'T UNDERSTAND ANY OF THE PART OF THE ISSUE EXPLAINED , PLEASE REPLY TO ME SO THAT I CAN CLEAR THAT PART BY EXPLAINING TO YOU MORE CLEARLY.
    THIS IS VERY URGENT REQUIREMENT. PLEASE SUGGEST THE SOLUTION AS SOON AS POSSIBLE. POINTS WILL BE AWARDED.
    THANKING U IN ADVANCE.
    SRINIVAS.

    Hi ,
    Create an internal table it_finla1 which has all the fields of  the final internal table say it_final for alv displlay exect movement type (bwart), ,.
    Now before the final alv display,use this code.
    loop at it_final.
    move-corresponding it_final to it_final1.
    collect it_final1.
    endloop.
    Now, it_final1 is the table for alv display.
    Hope this solves ur query.

  • Problem while copying standard program to Z Program

    Hi SAP Forum,
    I have copied one standard program to Zprg. and there are TWO Screens in standard program (100, 200). But in my Zprg only 200 copied, when I'm trying to copy Screen 100, it shows an error, "Screen already exists"..
    And also, I've created one "Z" Transaction Code for my same  program. In that, I've mention, Screen Number: 100.. When I execute "Z" Transaction, the Screen 100, will come as selection cretria is on that,  and when I click on Execute Button, it comes back in SAP EASY ACCESS Screen (Initial Screen). But I want that, Screen 200 will come when I click on execute Button in Screen 100.
    How can I resolve this?
    Thanks
    Devinder

    Hi ags,
    Thanks.. I've already changed the TCODE from code and second thing about Include, I've also changed the name of BOTH (two Includes) and it is working fine.. but error still coming...
    Generation errors in program
    Source code   ????????????????????????????????????????     Line     0
      Error when generating the selection screen "0100" of report "ZRVBBWULS
    and also, I've done only one change in Include, I've added one select-options over there and getting the same error, but if I add PARAMETERS, then its executed successfully. But I want add a "Posting Date" as SELECT-OPTIONS.
    Pls try to resolve this..
    Thanks a lot  in advance
    Devinder
    Edited by: Devinder Pawha on May 13, 2010 2:02 PM

  • Dump on running copied standard program ( FAGL_FC_TRANSLATION )

    Dear Gurus,
    i copied everything form the standard program ( FAGL_FC_TRANSLATION ) without changing anything in the same client. when i ran the z program it gave me dump.
    Thanks in advance.
    Regards,

    Hi Devendra Sharma,
    What error/dump you are getting ? please be more specific about the problem.
    For me it's working fine.
    Do as below.
    Go to SE80
    Repository Browser
    Programs
    FAGL_FC_TRANSLATION
    Now right click here(on FAGL_FC_TRANSLATION Folder) and select COPY.
    give it a name like ZFAGL_FC_TRANSLATION.
    Select all Check boxes.
    Press Enter.
    Save it in local object or Package.
    Right click there and press Activate there and make sure all the object are activated under the program.
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • COPY STANDARD PROGRAM

    WHEN I TRY TO COPY STANDARD SAP PROGRAM IN ENGLISH LANGUAGE BUT IT IS COPIED INTO DE LANGUAGE.HOW TO CHANGE IT INTO ENGLISH.
    THANKS IN ADVANCE

    Go to menu painter 'SE41' and put your program name into the field (The z program).
    Then press the matchcode for status. Watch the names that appear they must start with Z. Select one of them (display), they shurely appear in DE.
    So, do the same thing for those of the standard program. Those will appear in english.
    Delete the status of your Z program. And copy with the same name from the standard (Obviously with the leadding Z ).
    Reggars

  • Copying standard program RM07MLBS

    Hi,
    I have copied the standard program RM07MLBS to a Z program. But when I look in the Z program, the enhancement points are missing. How can we copy the standard program along with the enhancement points with out using the option SELECT ALL, COPY and PASTE it in the Z program?
    Also please explain me why these enhancement points are for?
    Do we need to copy the enhancement points also?
    Regards,
    Phani.

    enahncement points are the newest enhancement method of SAP.
    They are like user-exits or customer exits, and provide resellers or customers with the capability to implement own code WITHOUT modifying.
    there are 2 sorts of enhancement points.
    - explicit enhancement points (implemented by the developer)
    - implicit enahncement points (at start and end of every FORM-routine, module or include).
    Message was edited by:
            Florian Kemmer
    Message was edited by:
            Florian Kemmer

  • Copy standard program fb60

    Dear Experts!
    Now, I'm getting some issues.
    - The first, I have standard program (tcode fb60)
    - Second, I want to copy the program to zfb60 program.
    How do i do?
    can you help me, please!
    best regards, Phuong!

    Hi phuong ,
    FM FITRV_CALCULATOR is used to get the Calculator interface in SAP. If you want this to be implemeneted for the transaction FB60 / FB70 you can do this by implementing enhancements or userexit and call this FM there. once you execute this you will get the pocket calculator on screen. There you will do the calculation and FM will return the result in parameter OUTPUT_VALUE.
    If you need any help how to implement this in FB60 using enhancements or Exits, please get back to me.
    Hope this will help you.
    Regards,
    Nikhil

  • Strange problem when copying standard program SAPF100 (transaction F.05)

    Hi there ABAP'ers,
    I've got a very strange problem I can't figure out :/
    I'm doing a copy of a standard program - SAPF100, which stands for F.05 transaction.
    I copy it to ZSAPF100 and after launching it, filling a selection-screen with data and F8 I'm receiving a dump
    GETWA_NOT_ASSIGNED
    Field symbol has not yet been assigned.
    The termination occurred in the ABAP program "SAPF100" in "DO_SKC1C".      
    The main program was "ZSAPF100 ".                                                                               
    The termination occurred in line 253 of the source code of the (Include)   
    program "SAPF100_SBEW"                                                    
    of the source code of program "SAPF100_SBEW" (when calling the editor 2530).
    and when debugging the place in Zcode where error occurs - really a fs is not assigned, whilst in standard code is assigned.
    Why such situation appeared? I just copied the standard program and launched a copy :/ How to deal with that problem?
    I will be very very very thankful for a help.
    Regards. P.

    I'm doing the copy:
    Components:
    Source       
    Text elements
    Documentation
    Variants     
    User interface
    Screens      
    INCLUDEs     
    Includes:
    FROM            ->              TO
    <ICON>                         Z<ICON>     
    <LINE>                          Z<LINE>                 
    FIUUMS40                        ZFIUUMS40               
    RKASMAWF                        ZRKASMAWF               
    SAPF100_I1                      ZSAPF100_I1             
    SAPF100_POSTINGS                ZSAPF100_POSTINGS       
    SAPF100_SBEW                    ZSAPF100_SBEW           
    SAPF100_SLDATA                  ZSAPF100_SLDATA         
    SCHEDMAN_EVENTS                 ZSCHEDMAN_EVENTS        
    And still DUMP

  • Background job for Standard (T-code F.80) and Background Job via Submit (for same standard program) provides separate spool layout

    Hello Experts,
    I am using SUBMIT Program to execute a standard T-code (F.80).
            SUBMIT sapf080 WITH SELECTION-TABLE rspar
                                         AND RETURN.
    When I execute the program in background and compare it with F.80 and execute it in background too, spool layout for both are different.
    For F.80, It is more detailed with every info like doc number, company code and fiscal year with messages, but for my program only messages are displayed in the spool which is getting unconvinient as I don't know for which document number that message was generated.
    Can you please suggest why am I getting 2 different spool layouts for the same program executed in 2 different ways.
    Thanks,
    Ankit Khanna

    Hello,
    Thanks for your replies.
    I have added a list option along with SUBMIT statement to get similar spool layouts.
    Below piece of code will solve the issue.
              DATA list_tab TYPE TABLE OF abaplist.
            SUBMIT sapf080 WITH SELECTION-TABLE rspar EXPORTING LIST TO MEMORY
                          AND RETURN.
            CALL FUNCTION 'LIST_FROM_MEMORY'
              TABLES
                listobject = list_tab
              EXCEPTIONS
                not_found  = 1
                OTHERS     = 2.
            IF sy-subrc = 0.
              CALL FUNCTION 'WRITE_LIST'
                TABLES
                  listobject = list_tab.
            ENDIF.

  • Need to supress a ALV display for a standard program  while submiting

    Hi ,
    I am trying to suppress an ALV display from a standard program which I am submitting though my Z program .
    Please kindly help me on the same.
    Thanks and Regards,
    Sankha

    Hmmmm... I suggest copying the code of RM08RELEASE to your program, if cannot then copy the program to a Z program without copying the includes.
    Now in the copied code comment
      PERFORM alv_list USING    release_auto
                       CHANGING tab_arbkp
                                tab_arseg
                                tab_released_arbkp.
    and u can use the 3 tables :
                                tab_arbkp
                                tab_arseg
                                tab_released_arbkp
    in your code.

  • Copy standard program in z program as ck11n

    give me idea how to copy ck11n into zck11n.

    Hi Mr:Dubey,
    CK11N is a transaction (Create Material Cost Estimate), not a program.
    So we need to find out the program name corresponding to transaction CK11N.For this go to SE93, give CK11N in the input field and press the display button.Then it will show the program name (say SAPLCKDI)corresponding to this transaction.
    Now go to se38 and give this name(SAPLCKDI), and make a copy of this program using the copy button.It will ask for some function group and all.Give the relavant details.Save it and activate it.
    Now you have a Z copy of program SAPLCKDI say ZSAPLCKDI.Now you need to create a transaction code for this particular program. Go to se93,put zck11n->create. Give the program name, save it. Now you got a Zcopy of transaction CK11N.
    Hope it will solve your problem!
    Antony Thomas
    *Rewards

  • Copying standard program

    Hi Gurus,
    Am trying to copy the standard program PPPIH000 to make some changes .
    The problem am facing is it has 3 screens 800, 1000, 1200
    The sub screen 800 is getting copied but the other screens are not getting copied...
    because of this the process order, resource is not getting appeared in the selection screen.
    when am checking the screen in se51 it is showing the screen where as in se80 am unable to view it.
    Please help
    Edited by: imran khan on Nov 2, 2010 3:39 PM

    Activate the copy of the report and every include copied to regenerate the selection-screens 1000 and 1100. (the 1100 selection-screen is defined in include IOCTOP03)
    Regards,
    Raymond

  • Subscreen issue -Copied Standard program

    Hi,
    I copied a standard Transaction program of KKS1 and changed an Include for our requirement.I activated all screens and GUI's  and also Includes .
    When I run this Z Transaction I am getting an Error saying Subscreen in not available.
    Although standard and Z transactions are identical still I am getting error in Z transaction.
    Any ideas?
    Regards
    Vara
    Message was edited by: Vara K

    There is a data structure in the TOP include  MKKS0TOP 
    called CON_rname, this structure has a field called ONLINE which has the value of the program name 'SAPMKKS0'.  I think that this field needs to be changed to have the program name of your "Z" program instead of the standard.
    DATA:
      BEGIN OF CON_rname,                    " JOB: Reportname
        KKSWL LIKE TBTCJOB-INTREPORT
            VALUE 'RKKKSWL0',                " Worklist
        KKS1O LIKE TBTCJOB-INTREPORT
            VALUE 'RKKKS000',                " Old transactions
        KKS1N LIKE TBTCJOB-INTREPORT
            VALUE 'RKKKS1N0',                " New transactions
    <b>    ONLINE LIKE TBTCJOB-INTREPORT
            VALUE 'SAPMKKS0',                " Online</b>
      end   OF CON_rname.
    Regards,
    RIch Heilman

Maybe you are looking for