Error for linking ecatt Script for exporting parameter

Hi,
We have 2 SAPGUI scripts, one is transaction CO01 to create the production order. The other is CO02 to release the production order. In the first script I get production order number as parameter 1 in the message field. I need to export this field to second script for releasing order.
I am not able to pick the order.
Tried to use ABAP code
ABAP.
DATA: z_aufnr like CAUFVD-AUFNR.
get parameter id 'ANR' FIELD Z_AUFNR.
ENDABAP.
Still export parameter in log comes as empty. So if I create thrid script using ref# it errors out at second script start.
Your help is greatly appreciated.
Thanks,
Gajanan

Hi
you don't have to use abap for this .
in the command editor
choose first script recording interface and double click it ,observe the screen list on right side and now select the last screend and double click field and parameterize it say give it a  name as variable1 by entering this in valin column.
Create a parameter and by param1 name and export type and default values as variable1.
Now for the second script create a parameter as import type and set it's value as &param1&.
Also pass this value to second script by the same as you done for first script.
This will work for sure.
To know more how to parameterize follow the links,
/people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation-150-tcd-mode-part-ii
http://www.sapecc.com/tutorials/secat_create.htm
Please reward points.

Similar Messages

  • ECATT Scripts for Creating Bussiness Partners

    Hi CRM Experts
    Can anyone guide me how to create a eCATT Script for Creating Mass Business Partner (Tcode: BP).
    While iam trying to create eCATT i was getting the error: Scripting not permitted on this server
    I talked to by Basis team, and they couldnt find flaw with eCATT settings.
    Thanks for Reading.
    Thanks
    Srinivas

    Hi
    This is to setup CIC users. All the user who would be accessing the CIC are TELESALES AGENTS. For provideing CIC access to Telesale end user we need to perform a series of steps to ensure all the order transactions made by agents are maped to salesareas and profitcenters.
    When an Sales Agent is to be created he would need to be linked to salescodes. Functional Team Set's up a sales code and map it profit centers in R/3 and this sales code data would be replicated from R/3 to CRM.
    In CRM(CIC) for Setting up a End user i need to perfrom 3 steps. The inputs i have for setting up the user is (User ID,Sales Code, User Job Position)
    1. create a user ID using su01 with required roles.
    2. In Tcode:BP (business partner) i need to search with the sales code and assign the USER ID to sales code.
    3. Using Tcode:PPOMW assign the USER ID to the Job Position (or) Company Hirearchy (or) Org Structure. 
    I want run eCATT to complete the step 2. The process involved is.
    1. Execute BP screen
    2. Enter Salescode in feild "BusPartner"
    3. Click Start
    4. You will find the one bus partner details that i replicated from R/3.
    5.Double click on the details shown in the Rectangle below the start button.
    6. select "Identification" TAB
    7.you will find a blank Feild in Employee data / USER
    8. input the user ID.
    9.save
    These are the process steps i need to recored for step 2.
    Thanks you for spending time on this.
    Srinivas

  • Create ecatt script for one sales order creation with multiple line items

    Hi ,
    I want to create a ecatt script for one sales order creation with multiple line items. Preferably SAP GUI.
    This selection of data will be from an external file/ variants which will have only one row of data in it.
    Firstly: I have to sort the external file having same PO Numbers in an order.Group them together.
    Second: I have to create sales order for those many line items having same PO Number.
    Best Regard
    Taranum

    Hi Micky
    Firstl you should upload the Line items for a particular sales Order in an Internal table
    and then pass that internal table to your BAPI during your coding corresponding to a particu;lar sales order
    In case of any issues pls revert back
    Reward points if helpful
    Regards
    Hitesh

  • "error while evaluating Java script for the package"

    Okay, this is a new one on me! Anyone ever get this message? I don't know what is going on with my iMac, all I know is that about a month ago my iTunes was working fine, and when I just went to use it, it tells me "you can not use the application iTunes with this version of Mac OS X. So I thought maybe something was wrong with my iTunes and downloaded it again and i got the "error while evaluating Java script for the package" when I tried to reinstall iTunes. Another issue I am having is with updates. I haven't received an update for a long time and when I manually check, it tells me there are none.

    Okay, this is a new one on me! Anyone ever get this message? I don't know what is going on with my iMac, all I know is that about a month ago my iTunes was working fine, and when I just went to use it, it tells me "you can not use the application iTunes with this version of Mac OS X. So I thought maybe something was wrong with my iTunes and downloaded it again and i got the "error while evaluating Java script for the package" when I tried to reinstall iTunes. Another issue I am having is with updates. I haven't received an update for a long time and when I manually check, it tells me there are none.

  • I have an older Macbook with OS/X. Tried to download iTunes 10 a few times now, but when installing I always get the same error message: Run Preinstall Script for Apple Mobile Device Support. What can I do to finalise the installation?

    I have an older Macbook with OS/X. Tried to download iTunes 10 a few times now, but when installing I always get the same error message: Run Preinstall Script for Apple Mobile Device Support. What can I do to finalise the installation?

    Thanks. Short of the sort of "generic" suggestions of restaring your system, if you haven't, and repairing disk permissions and verifying the disk, I don't have any advice right now. I'll do some research and see if I can come across anything. Meanwhile, someone else may have an idea.
    Regards.

  • Trying to download latest itunes and i get error message (run preupgrade script for applemobiledevicessupport)

    trying to download latest version of itnes and keep getting an error message to run preupgrade script for mobiledevicessupport.

    I have OS X 10.5.8. I was finally able to locate iTunes 10.6.3 (not easy with 10.7 being the latest and greatest), so I have updated that. My phone syncs again! But I went ahead and ordered Snow Leopard to upgrade my OS. Wont' be too long before every update will require that.

  • Runtime Error while executing eCATT Script

    Hello @All,
    I worte a small eCATT script to stop the time a certain process needs to finish. The way I did this was to use the SAPGui (Record) method in eCATT.
    This does work fine.
    The second step I tried was to log the time and write it in a table to work with the times.
    If I do this I always get an runtime error, I know why it appears but I do not have any idea how to solve this.
    My script is:
    message ( UZEIT ).
    SAPGUI ( CC04_100_STEP_1 ).
    SAPGUI ( CC04_1100_STEP_1 ).
    endmessage( UZEIT ).
    settab ( ypdm1t001, UZEIT ).
    UZEIT is an Inputparameter with no reference.
    The short text of the runtime error is:
    Access not possible using 'NULL' object reference.
    If I delete the definition of the parameter UZEIT the runtime error does not appear but I get the error in the Log that the parameter UZEIT is not defined.
    Does anyone has a solution for this problem?
    greets
    manuel

    Hi Harsha,
    UZEIT is a command interface (I changed it so that is no more an parameter).
    There seem to be no restrictions to add values in the table. I already spoke to collegues here and they cannot find a mistake.
    I would further try to describe you what I want to do. Perhaps you have better ideas.
    What I want to achive is to get an overview over response times of defined transactions.
    We have a system landscape with local SAPGUIs and with installations on WTS and we want to compare response times from both sides.
    Therefore I made the eCATT skripts.
    Now I want to write the times somewhere so that I need not to write them down from every log file.
    At this point I wanted to write the times (which should be stored in UZEIT) to a table so that afterwards a report can write those times in an excel file.
    If you have better ideas to realize this please tell me.
    Thank you in advance for helping me.
    greets
    Manuel

  • Chaining 2 Ecatt Scripts Problem with Parameter

    Hi,
    I'm trying to chain two scripts VA01 and VA02 using a new script via REF command.
    The result of VA01 (Sales Order number) is being passed as export parameter to VA02 but in the replay I can see it go into VA02 but subsequently being replaced with the default value from the VA02 script i.e. the value used when recording this script in the first place. The script then fails.
    Any help thanks

    Venkat,
    Thanks for the reply but still no joy with your suggestions
    In VA01 I have export parameter E_SALES
    In VA02 I have import parameter I_SALES
    In the 3rd linked script I have local parameter V_SALES
    I pass E_SALES value to V_SALES and then V_SALES to I_SALES in the 3rd linked script
    The value of I_SALES in VA02 does not come from the linked script as it should do. In the replay I can see the correct value go into VA02 but then overwritten with the value of parameter I_SALES in VA02 script.
    any other ideas?
    thanks

  • Any scripts for producing registration scripts for concurrent pgms?

    Hi all
    After I register concurrent executable, program, any custom values-sets, parameters, and adding to request group for any type of concurrent program(ex:report/host/plsql procedure) using application developer form screens, does any one have script that I can run to get the registration script out of oracle seeded tables for any given concurrent program.?
    Any useful links also will be helpful.
    I am looking for any script that should be produced, so that I can run the script next time to register the same insted of going through the application developer forms screens again and again. The script should register executable, program, parameters, request group, value-sets etc.,
    I may be able to register the script into apps as concurrent program.
    Thanks
    RRB.
    null

    -- SQL Program which creates the concurrent program REP305, and the other application objects.
    SET SERVEROUTPUT ON;
    DECLARE
    -- Count for the number of the parameters
    n_para_count NUMBER(2) := 3;
    v_program_short_name VARCHAR2(30) := 'REP305';
    -- Short Name of the program
    -- Also the name of the executable
    v_program_long_name VARCHAR2(240) := 'Program Status Summary - YTD';
    -- Printer definintions
    v_printer VARCHAR2(30) := NULL;
    -- Name of the Printer
    n_cols NUMBER(3) := 180;
    -- Number of columns in the report
    n_rows NUMBER(3) := 45;
    -- Number of rows in the report
    v_style VARCHAR2(30) := 'LANDWIDE -HPLJ4';
    -- Style of the report
    b_create BOOLEAN := TRUE;
    -- Variable to control the creation of the program
    v_program_application VARCHAR2(30) := 'Extensions';
    -- Application of the concurrent program
    v_group_application VARCHAR2(30) := 'Extensions';
    -- Application of the request group
    v_request_group VARCHAR2(30) := 'All Programs';
    -- The name of the request group
    -- Boolean Variables for checking existence of objects
    b_program_in_group BOOLEAN;
    b_executable_exists BOOLEAN;
    b_program_exists BOOLEAN;
    b_parameter_exists BOOLEAN;
    -- variable for holding the current executing object
    v_cur_object VARCHAR2(2000);
    v_error_message VARCHAR2(2000);
    TYPE rectype_para IS RECORD
    program_short_name VARCHAR2(30),
    application VARCHAR2(30),
    sequence NUMBER(2),
    parameter VARCHAR2(40),
    description VARCHAR2(240),
    enabled VARCHAR2(1),
    value_set VARCHAR2(30),
    default_type VARCHAR2(30),
    default_value VARCHAR2(200),
    required VARCHAR2(1),
    enable_security VARCHAR2(1),
    range VARCHAR2(30),
    display VARCHAR2(1),
    display_size NUMBER(3),
    description_size NUMBER(3),
    concatenated_description_size NUMBER(3),
    prompt VARCHAR2(80),
    token VARCHAR2(30));
    TYPE tab_type_para IS TABLE OF rectype_para
    INDEX BY BINARY_INTEGER;
    table_para tab_type_para;
    BEGIN
    -- Assigning the values needed for each parameter
    table_para(1).parameter := 'PA_PERIOD_NAME';
    table_para(1).value_set := 'VS_PERIOD'; -- All Periods
    table_para(1).prompt := 'Period Name';
    table_para(1).token := 'P_PA_PERIOD_NAME';
    table_para(1).required := 'Y';
    table_para(1).display := 'Y';
    table_para(2).parameter := 'PA_RECORDING_ENTITY';
    table_para(2).value_set := 'VS_RECORDING_ENTITY';
    table_para(2).prompt := 'Recording Entity';
    table_para(2).token := 'P_PA_REC_ENTITY';
    table_para(2).required := 'N';
    table_para(2).display := 'Y';
    table_para(3).parameter := 'PA_RESP_ORG_NAME';
    table_para(3).value_set := 'VS_PROJ_OWNER_ORG';
    table_para(3).prompt := 'Project Responsible Organization';
    table_para(3).token := 'P_PA_RESP_ORG_NAME';
    table_para(3).required := 'N';
    table_para(3).display := 'Y';
    b_executable_exists := FND_PROGRAM.EXECUTABLE_EXISTS
    (executable_short_name => v_program_short_name,
    application => v_program_application);
    -- Deletes the program
    b_program_exists := FND_PROGRAM.PROGRAM_EXISTS
    (program => v_program_short_name,
    application => v_program_application);
    IF b_program_exists
    THEN
    FND_PROGRAM.DELETE_PROGRAM
    (program_short_name => v_program_short_name,
    application => v_program_application);
    DBMS_OUTPUT.PUT_LINE(v_program_short_name | | ' concurrent program deleted');
    END IF;
    -- Deletes the executable
    IF b_executable_exists
    THEN
    FND_PROGRAM.DELETE_EXECUTABLE
    (executable_short_name => v_program_short_name,
    application => v_program_application);
    DBMS_OUTPUT.PUT_LINE(v_program_short_name | | ' executable deleted');
    END IF;
    IF b_create = FALSE
    THEN
    COMMIT;
    RETURN;
    END IF;
    v_cur_object := 'Executable ' | | v_program_short_name;
    -- Assigning the c urrent executing object to the error variable
    -- Creates the executable
    FND_PROGRAM.EXECUTABLE
    (executable => v_program_short_name,
    application => v_program_application,
    short_name => v_program_short_name,
    description => v_program_short_name,
    execution_method => 'Oracle Reports',
    execution_file_name => v_program_short_name,
    subroutine_name => NULL,
    icon_name => NULL,
    language_code => 'US');
    DBMS_OUTPUT.PUT_LINE(v_program_short_name | | ' executable created');
    -- Creates the Concurrent Program
    v_cur_object := 'Concurrent Program ' | | v_program_short_name;
    FND_PROGRAM.REGISTER(program => v_program_long_name,
    application => v_program_application,
    enabled => 'Y',
    short_name => v_program_short_name ,
    description => v_program_long_name,
    executable_short_name => v_program_short_name,
    executable_application => v_program_application,
    execution_options => NULL,
    priority => NULL,
    save_output => 'Y',
    print => 'Y',
    cols => n_cols,
    rows => n_rows,
    style => v_style,
    style_required => 'N',
    printer => v_printer,
    request_type => NULL,
    request_type_application => NULL,
    use_in_srs => 'Y',
    allow_disabled_values => 'N',
    run_alone => 'N',
    language_code => 'US');
    DBMS_OUTPUT.PUT_LINE(v_program_short_name | | ' concurrent program created');
    -- Creates all the parameters needed for the concurrent program
    for i IN 1..n_para_count
    LOOP
    table_para(i).program_short_name := v_program_short_name;
    table_para(i).application := v_program_application;
    table_para(i).sequence := i;
    table_para(1).description := NULL;
    table_para(i).enabled := 'Y';
    --table_para(i).default_type := NULL;
    --table_para(i).default_value := NULL;
    table_para(i).enable_security := 'N';
    table_para(i).range := NULL;
    --table_para(i).display := 'Y';
    table_para(i).display_size := 30;
    table_para(i).description_size := 50;
    table_para(i).concatenated_description_size := 25;
    v_cur_object := 'Parameter ' | | table_para(i).parameter;
    FND_PROGRAM.PARAMETER(
    program_short_name => table_para(i).program_short_name ,
    application => table_para(i).application ,
    sequence => table_para(i).sequence ,
    parameter => table_para(i).parameter,
    description => table_para(i).description ,
    enabled => table_para(i).enabled ,
    value_set => table_para(i).value_set ,
    default_type => table_para(i).default_type ,
    default_value => table_para(i).default_value ,
    required => table_para(i).required ,
    enable_security => table_para(i).enable_security,
    range => table_para(i).range ,
    display => table_para(i).display ,
    display_size => table_para(i).display_size,
    description_size => table_para(i).description_size ,
    concatenated_description_size => table_para(i).concatenated_description_size ,
    prompt => table_para(i).prompt,
    token => table_para(i).token);
    DBMS_OUTPUT.PUT_LINE( 'Parameter ' | | table_para(i).parameter | | ' created.');
    END LOOP;
    -- Adding the concurrent program to the request group
    FND_PROGRAM.add_to_group(
    program_short_name => v_program_short_name,
    program_application => v_program_application,
    request_group => v_request_group,
    group_application => v_group_application);
    DBMS_OUTPUT.PUT_LINE(v_program_short_name | | ' added to ' | | v_request_group);
    EXCEPTION
    WHEN OTHERS THEN
    v_error_message := FND_PROGRAM.MESSAGE;
    v_cur_object := v_cur_object | | '' | | v_error_message;
    ROLLBACK;
    RAISE_APPLICATION_ERROR(-20000, 'Error Occured while creating ' | | v_cur_object);
    END;
    COMMIT;
    SET SERVEROUTPUT OFF;
    --EXIT;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • "Error" in ApEx install scripts for runtime environment?

    I recently installed a runtime ApEx 3.1 on a 10.2.0.1.0 database. After installing an application which uses the Database Account Credentials method for authentication I was unable to login to the application, getting an ERR-10480 message. After some research on this forum I granted ALTER USER to FLOWS_030100 which resolved the issue. So far so good.
    But I was still puzzled as to why the application had worked without problems in a development environment and not in the runtime environment. It took only a few minutes to locate the problem though. In the runtime-install script "apxrtins.sql" there is a call to the "runtime_grant_revoke.sql" script which removes unnecessary DBA system privileges for a runtime environment (which is a good thing IMO). In this script there is also a REVOKE ALTER USER statement, but it seems this one is needed if your application uses the DBACCOUNT authentication method. I didn't find anything on this in the documentation.
    Anyone else notice this as well? I would think this is a bug in the install-scripts but perhaps I'm missing something somewhere?

    Tim,
    Thanks for reporting this. In database server versions earlier than 10.2.0.3, the alter user privilege is required for the "flows" schema to support the feature you mentioned. We'll try to get this fixed in the next patch release.
    Scott

  • Error in customised SAP script for F-58

    Hi experts,
    I'm facing one strange error.
    While doing F-58 transaction along with any Z-sapscript , the values are getting populated into fields of table REGUH (Settlement data from payment program).
    One field REGUH-ZADNR (Payee's Address Number) the value coming as 'XXXXXXXXXX'.
    while processing this value ...It results in runtime error as "CONVT_NO_NUMBER"
    Unable to interpret "XXXXXXXXXX" as a number.
    What could be the reason.
    Any useful inputs on this will be rewared points.
    Thanks
    Lakshmiraj A

    Well it is actually the functional guys task. For the payment run transaction F110 they have to do many configurations to maintain the payee, bank, cheque lot, company details etc. So better ask them to check the configuration of payment run, in that check if the payee has the correct address.
    Hope it helps.
    Please inspire by rewarding points.
    FY

  • Error While Linking Formula field for Repetetive Area Header In PLD

    Hi All,
    I am having a problem in pld..Let me explain...!!!!
    I have a drop down field called Billing Type....My requirement is if the billing type in Time based then it should become number of Hours,if my billing type is Trip based then my Quantity column should become no of trips .I got the logic but when i am linking the formula field with the header in the repetetive area it is not working,but when i paste it some where else it is working,Please tell me any solution for this...!!!my version is 8.81 PL20
    Regards
    Cherry

    Hi Cherry,
    Any formula fields you use in your logic must be on the same area as the linked fields. In your case - as I understand you are trying to link row level fields to a formula based on a header level UDF. What you need to do is to move all your hidden fields used in the formula to the Repetitive Area - don't worry if the field used is actually header level, it still should be fine.
    I would advise not to hide any fields used in a formula until you are 100% sure it's working - as you can then check if all of them show the results you expect. For instance in this case you could see that the header UDF displayed in the Repetitive Area is repeated in every line and so any formulas based on this field will work well.
    I hope this helps.
    Regards,
    Nat

  • Error installing iLife 09 - "run preflight script for Registration"

    Hi,
    I am trying to install iLife 09 and am getting the error above (run preflight script for registration) and cant figure out how to fix it. I have run a permissions repair, rebooted and it just doesnt want to let me install. My Install.app is present in /System/Library/CoreServices/Installer.app and have installed all the latest updates for 10.5
    Any ideas?
    Thanks
    Ian
    Edit: I see this could be in the wrong forum - my apologies - please move to the correct forum.
    Message was edited by: BarnRacoon

    I'm having the same problem. I cannot instal Ilife on my new Imac.
    I first tried to install all programs together via the installation guide. but it kept crashing without any reason.
    after that I tried to install each program seperately via the customized installation guide but again the installation guide crashed.
    for each program the following messages appeared:
    run preflight script for iphoto, Imovie etc.
    So what can I do about this. The warning message said I had to contact the manufacturer.
    Thanks

  • Ran CATT Script for the role assignment to users

    Hi All,
    I have ran ECATT script for doing role assignment in QAS and completed successfully. I did this through CUA. What is the next step after running catt script? Do I need to doing anything with PFUD in each child system? Because I checked in the child systems many derived single roles are not generated in QAS.(RED). Is it because of running catt script or it might have came like that only from development? Please advise..
    Regards,
    Masood

    >
    Salman123 wrote:
    > Please let me know how should I proceed from here
    Hi,
    I have told you why the error message is there.  What do you not understand about the resolution? Your parent roles are out of sync with the child roles so you need to re-sync them.   An example of how do do this is to "adjust derived" from the master role.  Only when you have done this will your roles be in sync again.

  • Script for downloading files from pdf placed on web, script for printing for exchange-

    Looking for java script command to set on button in pdf. We have mp3 and pdfs on our web site, example of URL: http://www.uzlicek.cz/download/Pohadky/O_holcicce_ktera_si_prala_byt_dospela.mp3
    By clicking on button/link in reader I would like to appear a dialog box with offer to Safe file as…
    Any suggestion? In case of using “link tool” the file starts downloading to cache and this is not the objective. In case of using “sound tool”, the file does not appear for saving.
    For exchange the script for Print the current page:
       var n = this.pageNum;
        var pp = this.getPrintParams();
        //pp.pageSubset = pp.subsets.all;
        //pp.printContent = pp.constants.printContent.doc;
        pp.firstPage = n;
        pp.lastPage = n;
        this.print(pp);
    Cheers Martin

    It can't be done using only a PDF file - any link to a URL will simply open your web browser, and whatever handler that browser uses when presented with MP3 files will be triggered (download, play, etc.) - nothing in the PDF can override that handler and force a "save" operation.
    Instead you'll need to configure your website to force downloads (using HTTP headers) and link to those URLs instead; which is a subject outside this forum.

Maybe you are looking for

  • Can no longer sync photos via itunes

    iTunes has quit syncing photos to my devices (iPad, iPhone). First I noticed that some photos were not synced by comparing to original folder contents. I tried removing all photos by deselecting the Sync Photos option and deleting the iTunes Photo Ca

  • Updation of sales value and credit exposure

    Hello, In one of my scenario, for one customer my sales value and credit exposure is updated as Rs-100. But nothing has been done against this customer. I checked all FI transactions against this customer and found that some advance has been taken an

  • Crystal Report Server: Cannot save Database Configuration in CMC

    I already posted this question as SAP internal CSN message (message number 1896093 2009) but did not get any answer so far. I have installed a test version (which I'd like to become permanent some      day...) of Crystal Reports Server 2008 on a loca

  • Exchange server 2013 CAS High Availability

    Dear All, Next weekend i need to build Exchange CAS 2013 HighAvailbility can somebody help me please. we don't have any load balancers we may use windows NLB (or) is there any way to build without load balancers and Windows NLB. If possible i need st

  • Updaterules

    hi,   can anyone explain all UPDATE rules in bw3.5 PLZ WHAT IS USE OF ALL UPDATE RULES Please search the forum bedore posting a thread Edited by: Pravender on Aug 6, 2010 11:27 AM