Modifying existing ITS transaction

Hi,
  I have a transaction that is already published via ITS. I wish to remove a frame completely from the transaction as it appears in the portal. I was informed that to do this I have to remove the call in the R/3 (in this case ECC6) transaction to the subscreen that becomes the frame when published. I have commented out the subscreen call but am unsure as to how I now affect the service for the transaction to reflect the change. Any help much appreciated.
Ross

Hi Sathish,
If i use Fm Delete_Text, as soon as it encounters the FM it will delete the LONG Text.
Since Im using LSMW, everything should happen after i run the step 'Start Direct Input Program'.
Please just consider, suppose there is a Transaction Error in my LSMW. So according to this situation no transaction should happen i mean LONG TEXT should not get deleted.
But Since it has enountered the FM, Long text must get deleted.
Please correct me if anything is wrong in my Logic.
Also tell me what i should do if my Logic is correct.

Similar Messages

  • Modify an existing approval transaction setup

    Hello All,
    I am currently setting up a customized approval process for one of the client. I am trying to configure it reading through PBooks. My question is that when I complete a cycle of transaction, I am not able to modify anything the transaction setup. The page becomes read only. Please could anyone let me know why does this happen and how to make it editable. I tried to find in Pbooks, but cudnt get any information. Any help would be appreciated. Thanks

    Thanks for the reply.
    Yes, as you mentioned correctly, there are few transactions which are pending to be approved. But these are orphan transactions (for a particular process id), I mean the status shows that they are "In Approval process" but they dont have any approver. I tried to cancel or deny them via Self Service Transaction, but it seems one can't do that. Now unless these transactions are  cancelled or denied I am not able to edit the Approval process setup.
    Can you please let me know how can I cancel or deny these transactions which are orphan. Unfortunately, we dont have access to update anything from backend so if there is any page where we can do it from front end then pls let me know. Else we have no option but to create a new workflow with a higher effective date.
    Thanks in advance.

  • Problem in modifying existing records in dbtab

    Hi Experts,
    I am doing a report where I have created two dbtab's , one for data getting saved and
    other for fetching data and modifying exsiting records..
    For eg - let ZABC be the table where I need to insert or update records and ZXYZ is the table where
    I need to fetch and modify existing records.
    Now my probelm is :
    In case of inserting new records (multiple records ) into my dbtab ( ZABC ) its working ,
    but modifying existing records in another dbtab (ZXYZ ) its not wroking !! plz advice !!
    If my select querry for modifying exsiting records is:
    SELECT *  FROM ZXYZ  INTO TABLE ITAB WHERE MATNR EQ S_MATNR.
    *****then its inserting a newline along with the existing records.
    but when my querry is,
    SELECT single *  FROM ZXYZ  WHERE MATNR EQ S_MATNR.
    then its modifying the existing records, but only the first record.
    Loop at itab.
    if sy-tabix  = 1.
    zabc-matnr = matnr.
    zabc-idnrk  = idnrk.
    zabc-budat = s_budat.
    zabc-menge = menge1.
    ZXYZ-menge = ZABC-Menge + MENGE1.
    ZXYZ-BALC  = ZXYZ-Menge   -   MENGE1.
    ELSEIF sy-tabix  = 2.
    zabc-matnr = matnr.
    zabc-idnrk  = idnrk.
    zabc-budat = s_budat.
    zabc-menge = menge2.
    ZXYZ-menge = ZABC-Menge + MENGE2.
    ZXYZ-BALC  = ZXYZ-Menge  -  MENGE2.
    ELSEIF sy-tabix  = 3.
    zabc-matnr = matnr.
    zabc-idnrk  = idnrk.
    zabc-budat = s_budat.
    zabc-menge = menge3.
    ZXYZ-menge = ZABC-Menge + MENGE3.
    ZXYZ-BALC  = ZXYZ-Menge   -  MENGE3.
    ENDIF.
    INSERT ZABC.
    IF SY-SUBRC EQ 0.
    MODIFY ZXYZ.
            IF SY-SUBRC = 0.
              MESSAGE : I002 WITH 'RECORD CREATED'.
                ENDIF.
    ENDIF.
    Please advice
    Karthik
    Edited by: Karthik R on Aug 24, 2009 9:42 PM

    Hi,
    This is because in the second case you are not selecting records into an internal table.
    As a result only the first record which satisfies the where condition is fetched.
    Check if the program goes into the loop when you write second select query.
    KR Jaideep,

  • Calling another ITS service from existing ITS service

    Hi to Everyone,
    I would like your advice on calling another ITS service from existing ITS service.
    From my current ITS service eg. "Z_TESTA", i wish to call another ITS service "Z_TESTB". The problem is that it always prompt for userid and password when i called the 2nd ITS service. However, user already enter the password & id when they login to the 1st ITS service. Is there a way to call this new ITS service w/o the userid & password prompt again?
    Below is the codes that we used to call the new ITS service:
    (a) "http://.../scripts/wgate/webgui/!?~transaction=z_testb"
    OR
    (b) "http://.../scripts/wgate/z_testb/!"
    We used both method (a) and (b) but same outcome. Thank you in advance!
    YanaJ

    Hi YanaJ,
    in order to skip a manual login you have to have the credentials somewhere. If you disabled cookies, what I told you will not work. Another possibility would the usage of X509 client certificates. But this requires that you have a setup that distributes the certificates of all of your users. I personally nether setup such scenario. Maybe someone other can explain what you have to do.
    Best regards,
    Klaus

  • Updates are not installing already exists, will modify existing instance.

    hi all
    I have  published updates via scup and seeing below message in update store log its  not updating old version what is this message means
    Update status from update (c2f61a88-730e-47af-8119-6e3b5a789764) already exists, will modify existing instance.
    ankith

    That just means that the client already scanned for compliance, scanned again now and found out that the state for that patch (installed, required, etc) has changed.
    Torsten Meringer | http://www.mssccmfaq.de

  • ITS transactions do not process!

    Hello,
    we are using SRM 4.00 with internal ITS (Web AS 640). The developement system is set up and works correct.
    Now I'm setting up the integration system and noticed, that all ITS transactions apart from bbpstart do not work.
    For example: when I go shopping (bbpsc02) the bbpstart-screen is copied and shown in the area, where normaly the shopping application (bbpsc02) is processed. All ITS transactions react like this.
    When I test a service like bbpsc02 from SICF the screen is processed correct.
    Has s.o. an idea?

    Hello Yann,
    TWPURLSVR was the right hint. Thank you very much!!!
    Greetings
    Dieter

  • How to modify existing concurrent program

    I want to edit and modify existing pl/sql concurrent program.
    what are the steps required to do this?

    Hi,
    Pls keep in mind that modifying standard programs is not advisable. You will get SPAU (http://help.sap.com/saphelp_nw2004s/helpdata/en/c8/61ec66e33611d1954b0000e82de14a/frameset.htm) when you upgrade your SAP system. Try to make an own version and include as much as possible from the standard program.
    Eddy

  • How to modify existing code of SQVI report?

    Hi Expert,
       There is a SQVI report which has already been created but we need to change the one for new requirement.
    is there any way to modify existing code for new requirement?
    Can we edit in abap workbench?
    Thanks & Regards
    Savita

    Savita,
    You can not modify SQVI system generated code. You need to go to SAVI change mode and make modifications. If your requirement is a sort of additional fields or inserting come code into the program , then SQVI is not the choice. You need to use Infoset Queries (SQ03, SQ02, Sq01).
    KJogeswaraRao

  • How to modify existing enhancement?

    I have requirement which require to modify existing enhancement.
    What are the steps involved to modify enhancement?
    thanks

    Hi,
    Check
    https://www.sdn.sap.com/irj/sdn/nw-development?rid=/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd404884050#section19
    http://help.sap.com/saphelp_nw04/helpdata/en/6b/3f6d016d0711d396a50004ac96334b/frameset.htm
    Edited by: Neenu Jose on Nov 18, 2008 7:48 AM

  • DBMS_BLOB: ORA-22297: warning: Open LOBs exist at transaction commit time

    Hello
    I've written this to get to understand BLOBS. I had intended it to take a VARCHAR2 string, convert it to RAW and write the contents to a blob.
    However, DBMS_LOB.Write()) returns the error message "ORA-22297: warning: Open LOBs exist at transaction commit time". Can somebody put me right? Just why is this being returned?
    Thanks in advance, Aidan
    INSERT INTO BINARY (PK ,
    BLOBDATA )
    VALUES (1 ,
    Empty_Blob());                         
    /* Lock the row. */
    SELECT BLOBDATADATA INTO V_Blob FROM BINARY WHERE PK = 1 FOR UPDATE;                                             
    /* Open the Lob. */
    DBMS_LOB.OPEN (V_Blob, DBMS_LOB.LOB_READWRITE);
    DBMS_LOB.WRITE (V_Blob ,
    V_Length ,
         V_Offset ,
    UTL_RAW.CAST_TO_RAW (p_Data));
    DBMS_LOB.CLOSE (V_Blob);

    I get the abocve error when running using the GUI
    when running from command prompt i get the following
    begin
       -- Remove Application
    wwv_flow_api.remove_flow(nvl(wwv_flow_application_install.get_application_id,99000));
    end;
    ORA-20001: Package variable g_security_group_id must be set.
    ORA-06512: at "APEX_040200.WWV_FLOW_API", line 998
    ORA-06512: at "APEX_040200.WWV_FLOW_API", line 1569
    ORA-06512: at line 5
    I am assuming there are some permissions problems
    I have DBA role in Database
    We are on databasae > 11 (11.0.2 i think)
    My database DBA installed 4.2.2 but does know APEX real well he installed becasue he has SYS password which I am not privy to.
    I was able to install Pacakaged appliaction.
    Kind of Lost from Here.......
    I am assuming i have a permissions error
    I have DBA role in Database

  • How to access ITS transaction from R/3

    Hi All,
    Is it possible to access ITS transaction like PZ02 in R/3? If yes, please tell me how to do the same?
    Thanks and warm regards,
    Aditya

    I dont think it is possible ...
    FYI
    Transaction PZ02 cannot be called in the Easy Access Menu; see long text                                                                               
    Message no. S#536                                                                               
    Diagnosis                                                                               
    The transaction that you wish to start can only be started in the Web     
         browser. It does not make sense to start the transaction from the Easy    
         Access Menu because the transaction was specifically designed to be used  
         in the browser.

  • Can you bring a smartform into ITS transactions PZ10 to view pay stubs

    We are currently using integrated ITS, transactions PZ10 and PZ11 in our production portal to display pay statements in a PDF.  The pay statements that are being displayed were developed with a sapscript.  We are revamping our paystub and changing it into a smartform and would like to integrate this new smartform into the ITS screen to view pay statements in a PDF.  I was hoping to be able to do this by Updating Feature EDPDF to point to new smartform.  However, that does not seem to work as I get an abend on a procedure "convert using smartform".  does anyone know if we can use smartforms in the ITS screens and if so, what I have to update to make that work?
    Thanks for your help.
    Pam Laverty

    SAP note: 682697 will fix this problem.

  • Modify existing rebate condition and exclusion

    Hi
    We are rebate agreements for customers. Currently I want to modify rebate condition in one of rebate agreement.
    Scenario: let us June 10th 2010 onwards, the rebate % is 3% for Profit center 'xxxx' & customer 'yyyy' instead of 1%. And 3% needs to accrued on billing docs going forward. How to set up this.
    I tried to modify existing rebate condition using VBo2 as follows: went into rebate agreement using VBo2, changed rebate % for condition record with effective from 06/11/2010 and Saved.  problem when I ran VBOF program, system posted reversal accrual for old rebate condition 1%. Old condition record validity from 01/01/2009 Valid to 12/31/2011.
    I have one more question. We want to set up rebate condition for all materials exclude some of them. we have thousands of materials for which we need to calculate rebates. but we want to exclude some materials in the rebate agreement. How to set up such exclus
    any ideas really appreciated
    thnx

    The key of your condition table (the one supporting your condition record in the agreement) is evidently Profit Center / Customer.  So for any combination of profit center and customer, you can maintain a rate and validity period. 
    You are attempting to maintain two separate records having the same key.  As you have experienced, the system does not allow it.
    The simple solution is to expire that rebate agreement and start a new one with the updated validity period and conditions.
    As for excluding certain materials, you need a more detailed key in your condition table.  Something else from the material master seems appropriateu2014Commission Group for example.  Maintain commissionable materials in group 01 and non-commissionable ones in group 02.  Then a key combination of Commission Group / Profit Center / Customer  would work well for you.
    Regards,
    Ken

  • HTTP destination IED_100 does not exist (system , transaction SM59)

    Hi guys,
    When I try to send a xml file to WAS using ABAP Proxy I receive this error message: "HTTP destination IED_100 does not exist (system , transaction SM59)".
    I did a test connection in sm59 for http connections/R/3 systems and the messagem bellow is ICM_HTTP_CONNECTION_FAILDED.
    What could be wrong?
    Thanks in advance,
    Ricardo

    Hi Sridhar,
    I’m trying connecting XI to WAS 6.40 using ABAP Proxy.
    Now I receive this error message: “<SAP:Code area="INTERNAL">SYSTEM_NOT_CONFIGURED_AS_XMB</SAP:Code>
    <SAP:Stack>System not configured as Integration Engine</SAP:Stack>
    I have defined my business system IED_100 (WAS 6.40) like application system and the related integration server is XI. It’s correct?
    When I check the component monitoring > Integration Engines > Proxy runtime IED_100, this message is displayed:
    Unable to log on to system IED_100 in language en with user XIRWBUSER. But in WAS system (IED_100) I don’t have a user XIRWBUSER!!! I need to create it?
    Tell me if I’m correct: I don’t need any RFC adapter; I’m only need an XI adapter (http) to send the xml file to ABAP proxy (IED_100) and on IED_100 I need to activate XI message format service in SICF and create a RFC connection in SM59 to call XI integration server. This is already done!
    In sm59 I continue with ICM_HTTP_CONNECTION_FAILED…
    Thanks in advance,
    Ricardo.

  • ITS Transaction Canceled ITS_P 001 ( )

    We have just tranported all the ITS transactions and services to the TEST system exactly as they are in the DEV system and now all the services with ~disconnectonclose = 1 are failing to run. If we change the setting to ~disconnectonclose = 0 they all work, but obviously the user is then still logged in.
    All these transactions have ~disconnectonclose = 1 in the DEV system and are all running without any problems.
    The error in SM21 just says:
    Transaction Canceled ITS_P 001 ( ) which I can't find any notes on.
    The trace files just report that the user was logged off and no other errors.
    I have added ~disconnectonclose to WEBGUI and this works ok.
    I have run out of ideas as to what to look at next. Can anyone point me in the right direction as to what to look for to fix this problem. The ITS, kernnel and patch are also the same on both servers.
    Thank you
    Karen

    Hi everyone,
    I'm getting the same error, but for my part I am trying to configure a R/3 system for my Entreprise Portal (EP7, recent SP).
    Can anyone help me ?
    Thanks a lot.
    Fabien.

Maybe you are looking for