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

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

  • 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.

  • 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

  • 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>

  • 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

  • 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

  • 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

  • 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

  • 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 prog to custome program with includes that includes hd inc

    Hi gurus,
    i got one requirement,
    I have to copy standard program to custome program with includes ,that includes con tain few more includes. so how can i copy all the includes into the custome progam.
    please tel me.

    Hi Vijayam,
    In SE38, give the name of the standard program, in menubar goto program -> copy, which will take you to a pop up, check the checkbox for 'INCLUDES' to copy all the standard includes.  But this will not copy the custom includes(starting with Z). To copy the custom include, you need to create new include in your copy program.To create a new include, click on icon 'Display Object List' which will display the objects list for your program, now right click on your program name in this list and select CREATE-> INCLUDE. Give the name of include and now copy the code from standard program include to your include.
    I hope your problem is solved now.
    Regards,
    Pranjali

  • Variants issue - Standard program RFEPOJ00 - Upgrade

    Hi Experts,
    I'm facing an issue with variant created for a standard program. Recently, development system got upgraded to newer version. In old systems I've craeted a variant for program RFEPOJ00, which is working fine. All variants got copied into new system in the process of upgrade. The variant is not working in new system and I'm getting 'Varaint <varaint_name> of program RFEPOJ00 is not the current version' error. Usually, this type error will be displayed when program there is any change in selection screen parameters (type, length, etc.,). But, there are no changes in program as well as in selection parameters.
    I can adjust the variant, but I want to know what might be the issue.
    Please help me in this.
    Thanks in Advance,
    Siva Sankar

    Run standard SAP program RSVARDOC_610 to bring old variants up to date.
    Rob

  • Runtime Error In copy Of SAP Standard Program

    How do people,
    I have copied a SAP standard program H99CWTR0 because I need to add an extra
    column output in the report. I have made a few chnages regarding the INCLUDES
    When I run the program I am getting the following runtime error:
    " The structure of the COMMON PART "DRIVER_DATA_EXCHANGE"
    in program "%_T01050" is different from the calling program .....
    My question is that it says the error in program "%_T01050"  !!
    But when I enter this in SE38 it says it doesn't exist !
    Any ideas???
    Andy

    Thanks mate for replying.
    I'll have a look at what you suggest
    Andy

Maybe you are looking for