Error while coping program

Hi Experts,
I copied a standard program RMMR1MRS to ZRMMR1MRS. I am getting screen missing error. Please help me its urgent.
Thanks in advance,
Saya

Hi,
I have found the solution. While calling ALC_List_display Fm the Repid parameter is hard coded for the original program I have changed it to the copied program.
Now every thing is working fine except that the horizontal scroll is not available when I excute the copied program.
Please help what may be the problem.
Thanks IN Advance,
Saya

Similar Messages

  • Error while running Program YL_ADJUST_COMMITMENT

    Error while running Program YL_ADJUST_COMMITMENT, i think it actually comes from FN8C business operation for single posting w
    "Message" - No account refernce could be found - Error in update to Accounting - Distribution error -CoCd 601.
    Please help

    Resolved my self

  • Error while unpacking program, code 2 Win Server 2008

    When trying to run an application (specifically "Image for Windows" by Terabyte Unlimited), I receive the following error message:
    "Error while unpacking program, code 2. Please report to author."
    I have seen numerous hits for this error while searching Google and nearly all of them point to an issue with a Windows Update. However, it's nearly always for Windows Vista.
    I'm getting this error Windows Server 2008.
    I have another machine running Windows Server 2008 that does not have this issue.
    Is this an issue with a particular Windows Update or could something else be the cause?

    C:\Users\administrator>net helpmsg 2
    returns with
    The system cannot find the file specified.
    The package may be corrupt.
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Error while compiling program unit

    Hi All,
    I am working on oracle forms 10g.
    I am getting an error "wrong no or types of arguments in call to 'COUNTCDRSTODELETE' ", while trying to compile my program unit.
    The extract of my program unit is as written below:
    PROCEDURE CALL_PCK_BACKOUT IS
    -- type bmpf_id_arr is varray(100) of bmp_files.bmpf_id%type;
    type bmpf_id_arr is varray(100) of integer;
    id_arr bmpf_id_arr := bmpf_id_arr();
    file_cnt number := 0;
    BEGIN
    GO_BLOCK('B_FILE');
    first_record;
    LOOP
         --     EXIT WHEN :SYSTEM.RECORD_STATUS='NEW';
              IF UPPER(:B_FILE.FILE_ON_OFF_IND) = 'Y' THEN
         FOR I IN ( SELECT BMPF_ID FROM BMP_FILES
                             WHERE BMPF_FILENAME = :B_FILE.BMPF_FILENAME
                             AND BMPF_PROCESSING_STATE = 'P'
                             ORDER BY BMPF_ID ASC)
         LOOP
              if file_cnt < id_arr.limit then
                   id_arr.extend;
                   id_arr(id_arr.last) := i.bmpf_id;                
                   INSERT INTO bmp_files_to_backout (file_id, job_id) values (i.bmpf_id,pkg_constants.gt_bat_code_bckout_cdr);
                   file_cnt := file_cnt + 1;
              else
                   msg_alert('You can select maximum 100 files at a time','E',FALSE);
                   RAISE FORM_TRIGGER_FAILURE;     
              end if;                                         
         END LOOP;
         END IF;
         EXIT WHEN :SYSTEM.LAST_RECORD='TRUE';
         NEXT_RECORD;
    END LOOP;
    if file_cnt = 0 then
         msg_alert('Please select at least one file in order to initiate the backout','E', FALSE);
         go_item('b_ctrl.file_name');
         RAISE FORM_TRIGGER_FAILURE;     
    end if;
    if file_cnt > 0 then
    commit;
    end if;
    -- check if the backout request has been accepted or not
    if pck_backout.CountCDRStodelete(id_arr,file_cnt) = 0 and pck_backout.AreallCDRSOpen(id_arr,file_cnt) = 0 then
         msg_alert('Backout request can be scheduled for the selected input','E',FALSE);
    elsif     pck_backout.CountCDRStodelete(id_arr,file_cnt) != 0 and pck_backout.AreallCDRSOpen(id_arr,file_cnt) != 0 then
         msg_alert('Backout request has been rejected due to maximum number of cdrs exceeded and not all cdrs belonging to open invoices','E',FALSE);
         RAISE FORM_TRIGGER_FAILURE;
    elsif     pck_backout.CountCDRStodelete(id_arr,file_cnt) != 0 then
    msg_alert('Backout request has been rejected due to maximum number of cdrs exceeded','E',FALSE);
    RAISE FORM_TRIGGER_FAILURE;
    elsif pck_backout.AreallCDRSOpen(id_arr,file_cnt) != 0 then
         msg_alert('Backout request has been rejected due to not all cdrs belonging to open invoices','E',FALSE);
         RAISE FORM_TRIGGER_FAILURE;
    end if;
    END;
    pck_backout is a stored database package. The definition of two functions used above is as given below:
    FUNCTION countcdrstodelete (
    p_bmpf_id_array IN pkarray,
    p_batch_size IN NUMBER
    RETURN NUMBER;
    FUNCTION areallcdrsopen (p_bmpf_id_array IN pkarray, p_batch_size IN NUMBER)
    RETURN NUMBER;
    where pkarray is defined as :
    TYPE pkarray IS VARRAY (100) OF INTEGER;
    Can anyone please tell me why i am getting wronf type or no of arguments error while calling the databse functions.
    I guess, it has to do with the varray field. Can you please tell me if i am using any wrong syntax??
    I request all the forms gurus to please help me with this.

    Hi Fabrio,
    I solved my problem.
    I'd to actually define pkarray as sql type rather than PL/SQL type.
    It's because oracle forms wasn't able to bind the varray defined locally in program unit with the varray defined in stored PL/SQL function.
    Once i created pkarray as sql type and removed the declaration of varray in program unit and PL/SQL code, it worked.
    Thanks for your reply though.
    Regards,
    Navnit

  • Error while running program FAGL_DR_PROVISION

    HI Experts,
    Need Your help regarding below error while posting Bad debt reserve through program FAGL_DR_PROVISION.
    704 Tax code in procedure TAXSG is invalid
    Message no. BL001
    Regards
    Chandra

    Resolved my self

  • Error while executing program

    Hi ,In sap bods,  im using abap dataflow as my source and target is flat files ,while im executing its showing error
    "Execute ABAP program <C:/Program Files/Business Objects/BusinessObjects Data Services/zcustdim.aba> error <    Open File Error"
    how can i solve this problem,
    Moderator message: please have a look in the forums for Business Objects.
    Edited by: Thomas Zloch on Mar 8, 2012

    Prem,
    Looking at the error that you have shown, looks like its a different error. Is there a control/GRID that is being used in the program.
    If you are using a CUSTOM CONTAINER and a GRID to display the data, whenever you executing the program, you should not create the container. Something like this ..
        if cl_gui_alv_grid=>offline( ) is initial.
          create object CUSTOM_CONTAINER
                 exporting container_name = CUSTOM_CONTROL
        endif.
    Regards,
    Ravi
    note : Please reward the helpful posts.

  • Error while executing program RFUMSV50 for deferred tax

    Hi,
    While executing program throgh T.Code S_AC0_52000644 - Deferred Tax Transfer (New), program RFUMSV50, system gives error as Message no. F7229 Only company codes without a jurisdiction code permitted.
    We are using TAXINJ procedure.
    We have implemented SAP Note  No. 921634.
    Kindly suggest solution ASAP.
    Regards,
    mahesh

    Hello Samay,
      I believe you are running the query in Excel.
    You are in 700. I would advise to use the latest patch if possible ( > 904 ).
    May be, that will solve your issue.
    Otherwise, please attach the trace file details.
    You can record a front-end trace as follows:
    1.) Start BExAnalyzer
    2.) Go To Global Settings
    3.) Go to the trace tab
    4.) Check "Record Trace"
    5.) Close the dialog
    6.) Close BExAnalyzer
    7.) Reproduce the problem
    After the "Critical Program Error" popup appears you find a file
    BExAnalyzerTrace.txt in the %temp% folder.
    Regards,
    Sheik Bilal

  • Error while loading program...Please help.. :)

    Hello All,
    Have written a HTMLB program (DBConnect.java) which takes data from database and retrieves it in TableView.
    But it does not work.
    Get this error:
    Caused by: java.lang.NoClassDefFoundError: com/sapportals/portal/htmlb/page/PageProcessorComponent
    Loader Info -
    ClassLoader name: [com.sapportals.portal.prt.util.ApplicationClassLoader@1e72d6]
    Parent loader name: [com.sapportals.portal.prt.util.ApplicationClassLoader@9cf322]
    References:
       not registered!
    No resources !
    The error occurred while trying to load "com.sap.sample.database.DBConnect".
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:389)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:228)
         ... 30 more
    I have also included the PageProcessorComponent class file in my project properties.
    Please help....Whatz wrong.
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu R Hunjan

    Hi Ritu,
    Change the PrivateSharingReference to SharingReference in the xml
    <application-config>
        <property name="SharingReference" value="com.sap.portal.htmlb"/>
      </application-config>
    ==========
    Change your xml to
    <?xml version="1.0" encoding="utf-8"?>
    <application>
    <application-config>
    <property name="SharingReference" value="com.sap.portal.htmlb"/>
    </application-config>
    <components>
    <component name="DBConnect">
    <component-config>
    <property name="ClassName" value="com.sap.sample.database.DBConnect"/>
    </component-config>
    <component-profile>
    <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld" />
    </component-profile>
    </component>
    </components>
    <services/>
    </application>

  • Error while triggering program through output type while saving invoice

    Hi,
    I have a scenario where in my Z program needs to be triggered when saving a invoice.
    For that we have attached out Z program to output type which gets picked while saving invoice.
    In the Z program we have written the entire code in Form Entry subroutine.
    In the Z program we have called a FM "SD_SALESDOCUMENT_CREATE", to create a sales order.
    After sales order is created we have used a Commit statement.
    If I run the Z program individually, Salesorder gets created perfectly.
    How ever as per scenario when trying to save the invoice, output type gets picked. But program doesn't get called.
    and when I go to the saved the invoice I get the following error immediately:
    "Error document - Update was terminated"
    I have found that the problem is with COMMIT statement through transaction SM13.
    Can anybody help me with this. I cannot save the sales order without COMMIT, so I have to use it.
    Thanks in Advance,
    Rohan.

    Hi Rohan,
    I have worked on almost similar kind of requirement as you. 
    "Error document - Update was terminated" is because saving of invoice is done in u201CUpdate Tasku201D. Again in that work process, FM also calls for update task, which is not allowed and give short dump.
    Here are two different approaches to cope up in this scenario.
    1.Call FM in NEW TASK.
    Calling Function module in new task will assign new work process and will use different update task.
    Use:
    CALL FUNCTION 'SD_SALESDOCUMENT_CREATE' STARTING NEW TASK 'task'
    This will not give update termination error.
    Call of FM in this way will work, but as this will be asynchronies call you will be not able to get status/message out of the FM call result.
    If capturing return message is mandatory, use below approach
    2, Process output type via Job
    Set output type, dispatch time u201CSend with periodically scheduled jobu201D in u201CDefault valueu201D tab.
    Run batch job for program u201CRSNAST00u201D with appropriate variant.
    Please let me know if you need any further details.
    Best Regards,
    Nisarg

  • Error while loading program.

    Hi,
    I am getting the following error message while trying to execute a program through dbx.
    (dbx) run
    Running: dev_server
    (process id 16372)
    t@1 (l@1) signal SEGV (no mapping at the fault address) in mutex_lock_impl at 0xfd2b8dcc
    0xfd2b8dcc: mutex_lock_impl+0x0010: ldub [%i0 + 5], %i4
    (dbx) where
    current thread: t@1
    =>[1] mutex_lock_impl(0x8, 0x0, 0x0, 0x1000, 0x0, 0xfd2ecbc0), at 0xfd2b8dcc
    [2] std::basic_ios<char,std::char_traits<char> >::init(0xfd3ae118, 0xfd3af648, 0x0, 0x137d4, 0xfe3ea810, 0x38fe0), at 0xfd372840
    [3] std::basic_istream<char,std::char_traits<char> >::basic_istream(0xfd3ae110, 0xfd3af648, 0xfed206c4, 0xfffe342e, 0x79c6c, 0x1c800), at 0xfd3725c4
    [4] std::ios_base::Init::Init(0xfed234b8, 0xfd2ecbc0, 0xfed234b4, 0xfed206c4, 0x2df0, 0x7a330), at 0xfd363fc8
    [5] __SLIP.INIT_K(0x0, 0xfed206c4, 0xa7bf4, 0x79c00, 0x2df4, 0x2c00), at 0xfeca63b4
    [6] 0xfeceac1c(0x0, 0x1, 0xfc3c2a00, 0xff3ec980, 0x30524, 0xff3ec268), at 0xfeceac1c
    [7] call_init(0x1, 0xfeceab2c, 0xff221cd8, 0xffdfffff, 0xff3ec980, 0xffffff7f), at 0xff3bfd4c
    [8] elf_bndr(0xfeca6d40, 0x1021, 0xfd366a68, 0xff3ec0f8, 0xff3ee6a8, 0x0), at 0xff3cc32c
    [9] elf_rtbndr(0xfd366a68, 0x398d0, 0x0, 0x137d4, 0xfe3ea810, 0x398d0), at 0xff3b3804
    [10] 0xfd3a4d40(0xffbfed48, 0xfd392444, 0xffbfed47, 0xff3cc334, 0xfd2e8284, 0x0), at 0xfd3a4d40
    [11] __rwstd::locale_imp::locale_imp(0xfd3aea38, 0xffbfed48, 0x1, 0x137d4, 0xfe3ea810, 0x39888), at 0xfd366a68
    [12] std::locale::init(0xc00, 0xc6c, 0x4c00, 0xfc3c2a00, 0x0, 0x0), at 0xfd36763c
    [13] __SLIP.INIT_A(0x0, 0xfd2ecbc0, 0xa7bf4, 0xfd2b6c08, 0xfc3c0500, 0xfc3c0540), at 0xfd363b74
    [14] __STATIC_CONSTRUCTOR(0xfd363558, 0xfe3eb004, 0x0, 0x1, 0x139c0, 0xfd2e8284), at 0xfd364e24
    [15] _init(0x0, 0x1, 0xfc3c2a00, 0xff3ec980, 0x30524, 0xff3ec268), at 0xfd379bd8
    [16] call_init(0x1, 0xfd379b80, 0xfeb81774, 0xffdfffff, 0xff3ec980, 0xffffff7f), at 0xff3bfd4c
    [17] elf_bndr(0xfd364e54, 0x1021, 0xfe3d6e94, 0xff3ec0f8, 0xff3ee6a8, 0x0), at 0xff3cc32c
    [18] elf_rtbndr(0xfe3d6e94, 0xfe3eaf34, 0x0, 0xfc3c2a00, 0x0, 0x0), at 0xff3b3804
    [19] 0xfe3ea93c(0xfe3eaf34, 0xfd2ecbc0, 0xfe3ef178, 0x153bc, 0x0, 0xfe3eaf34), at 0xfe3ea93c
    [20] __Cimpl::cplus_init(0x1, 0xfe3eb004, 0xa7bf4, 0x0, 0x139c0, 0xfc3c0100), at 0xfe3d6e94
    [21] 0xfe3d8ae0(0x0, 0x1, 0xfc3c2a00, 0xff3ec980, 0x30524, 0xff3ec268), at 0xfe3d8ae0
    [22] call_init(0x1, 0xfe3d8a18, 0xfeb81b9c, 0xffdfffff, 0xff3ec980, 0xffffff7f), at 0xff3bfd4c
    [23] elf_bndr(0xfe3d5110, 0x1021, 0xff1623a8, 0xff3ec0f8, 0xff3ee6a8, 0x0), at 0xff3cc32c
    [24] elf_rtbndr(0xff1623a8, 0xff3ec1c4, 0x202, 0xff3ec190, 0x0, 0x46), at 0xff3b3804
    [25] 0x33cbc(0xff1726c0, 0xff3ee9f4, 0xff000000, 0xff000000, 0x30574, 0xff3ec268), at 0x33cbc
    [26] 0xff1623a8(0x0, 0x1, 0xfc3c2a00, 0xff3ec980, 0x30524, 0xff3ec268), at 0xff1623a8
    [27] call_init(0x1, 0xff162314, 0xff3014f0, 0xffdfffff, 0xff3ec980, 0xffffff7f), at 0xff3bfd4c
    [28] setup(0xc10000, 0x0, 0xff3ec1c4, 0x0, 0xfcd70924, 0x10000000), at 0xff3bf278
    [29] _setup(0x10034, 0xffffffff, 0xffbff7bc, 0xff3b0000, 0x0, 0xffffffff), at 0xff3cd488
    [30] rtboot(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0xff3b37c8
    (dbx)
    I tried to execute the program directly and received a core dump. On opening the core file using dbx I am seeing the same error as above. The program is written in mix of C and C++. The code used to work on Solaris 9, but not working in Solaris 10.
    It looks like the control is not even able to reach the first executable line in the program.
    Please find below the details of the environment:
    uname -aSunOS zdwsmiddle01 5.10 Generic_118822-18 sun4u sparc SUNW,Sun-Fire
    showrev -p | grep SUNWlibCPatch: 119963-04 Obsoletes: Requires: Incompatibles: Packages: SUNWlibC
    Patch: 119963-08 Obsoletes: Requires: Incompatibles: Packages: SUNWlibC
    CC -V
    CC: Sun C++ 5.8 Patch 121017-10 2007/02/21
    It would greatly help if anybody can direct on to find out the root cause of the problem.
    Thanks.

    Hello,
    Were you able to sort out the problem you were facing ??
    I am facing a similar kind of problem. I am using some Sol8 libraries on Sol10 and see the same error message
    t@1 (l@1) signal SEGV (no mapping at the fault address) in mutex_lock_impl at 0xfd7b9028
    0xfd7b9028: mutex_lock_impl+0x0010: ldub [%i0 + 5], %i4
    I am using the library libxerces-c1_6_0.so for XML parsing and I get the error when I try to use this shared library.
    Any help would be greatly appreciated.
    Thanks,
    Ketan.

  • Error while executing program in background

    We have a program to upload data to the presentation server in the xml file format.
    It is working fine in foreground.But whenever we are trying to execute it in the background it gives error:
    'Error in control framework'.

    Prem,
    Looking at the error that you have shown, looks like its a different error. Is there a control/GRID that is being used in the program.
    If you are using a CUSTOM CONTAINER and a GRID to display the data, whenever you executing the program, you should not create the container. Something like this ..
        if cl_gui_alv_grid=>offline( ) is initial.
          create object CUSTOM_CONTAINER
                 exporting container_name = CUSTOM_CONTROL
        endif.
    Regards,
    Ravi
    note : Please reward the helpful posts.

  • Error while executing program "BBP_STARTUP_TOOL_FOR_CCMS" in SRM 5.

    Hi,
    I get an error message "Error starting appl. monitor for client 000 and 001; processing terminated." when i execute the program. BBP_STARTUP_TOOL_FOR_CCMS
    I m not getting wats the problem. Pls help me with so.
    Thanks
    Regards.

    Hi Prasanna,
                 Check the below SAp Note:
    SAP Note : 1030657
    Thanks,
    Vijay.

  • ERRORS WHILE EXECUTING PROGRAM HR_SYNC_PERSON

    We tried the program HR_SYNC_PERSON. On the selection screen I entered the employee code of the employee for which I want to create the BP.
    A report got displayed that showed me P and CP of this employee, there are two rows one for P and another for CP. Now when I select one of the rows and click on the Start Repair button shown above, the system gives me the following  errors after repair:
    Business partner 0000200981 not created
    Address type XXDEFAULT does not exist: Address usage XXDEFAULT cannot be created
    The error occurred in function module RH_ALEOX_BUPA_WRITE_CP when calling BUPA_CREATE_FROM_DATA (error code 00000000CP).
    Use the report BUPGUIDCREATE to make the data consistent. Bear in mind the relevant SAP notes (component CA-BP, search term  BUPGUIDCREATE).
    Please help us to resolve the above errors

    Hi,
    Please check whether the following infotye is maintained for that person.
    1. Action -0000
    2. Organization Assigment-0001
    3. Personal Data-0002
    Please check this in Transaction PA30 and if it is not maintained then please do that.
    Please let me know if it helps
    Regards
    Award points for useful answer

  • Error while exe program

    Hello all,
    We have an custom abap program on R/3 system(Source system) to extract data as flatfile.
    The same flat file we will use to load into BW system.
    But today when i executed the program in background I got the following error.
    In sm37 -> log shows " Unable to initialise ABAP Control Framework"
    Unable to initialise ABAP Control Framework ...
    Message no. DC 001
    Diagnosis
    This application requires Windows NT 3.51, NT 4.0 or Windows 95 as the front end platform. You must use the SAP front end with Version 4.0 (32 bit).
    Procedure
    Use a suitable SAPgui.
    Can anyone let me know how to solve this problem.
    Regards..
    Balaji

    Hi,
    pls do the following setting as per the sap note:181749  for sap gui error.....
    Solution:
    You should disable the ActiveX editor call. To do this perform the below explained steps.
    STEP 1 :
    Logon to the system with the user, who receives the error.
    Call transaction SE71 (From Painter)
    Select menu: Environment -> Standart text , Setting -> PC Editor. In the pop-up, select the 'Line Editor' checkbox. Press enter to save this setting.
                Now you have disabled the Graphical Editor, and you can test, if the error occurs again. You will see that a line editor is called, if you want to edit a longtext.
    thnks.

  • Error while Extended Program Check

    Dear All,
                    When I m cheking Extended Program Check for my program i m getting following warning error how can i clear it.
    Not all supported date formats are handled
    Check use of a generic service method or handle all formats
    Regards
    Balamurugan N

    Hello,
    Please check which date format is causing the Problem in your code and Try to use Standard function Modules like
    CONVERT_DATE_FORMAT etc which suffice your Problem and later do check Extended Program check.
    Please let us know, if you resolve by other ways.
    Thanks ,
    Sudheer.

Maybe you are looking for

  • Embedded Video in PDF Problem

    I have created a single page PDF file with an embedded FLV file and a bit of text that has a hyperlink to my web site.  This file plays just fine for me, but I have a tester who reports: "On my computer it downloads as a black screen with white lette

  • Aperture won't locate referenced files

    I get I dialoge box that says there are no referenced files associated with this picure but I spotlight finds it in a split second. Half of my pictures look blank after importing my Apeture library into my new iMac. Any suggestions would be deeply ap

  • Re-sizing - advice please

    Hi http://www.maxelcat.co.uk/expt/correct_index.html I am re building this site after useful advice reveiced yesterday because I rather foolishly (!) built it using several absolute "layers" (yuk - hate that term). I have done the above with floats t

  • Adding recordmode to DSO

    Hi guys, I have a following scenario: I have a DSO1 updating DSO2 (delta), and I am trying to do some record manipulation based on the value of 0recordmode. For example, when the delta is a deletion of records - in which case I assume the 0recordmode

  • Effective Cropping in Aperture for large size prints

    hi all, any advice (in simple terms as I am new to digital slr photography - just assume I know very little) on the most effective way to crop photographs for large size prints. I just bought a Nikon D80 dslr - I have a photo of my daughter I really