Possibillity to close yellow request with ABAP?

Hello  experts,
is there any possibility (function module, program, ...) to close the yellow request of a transactional cube ? The reason why we need this functionality is to load all data from our BCS cube to another cube during the day via process  chain. This means that we aren't allowed to switch the BCS cube from transactional to normal and back, which would also make the yellow request green.
Any ideas?
Many regards
Martin

Please follow the steps to make the request Red .
If the same you want to include in the Process chain and automate the process you can incude a process type which has a ABAP code attached to it .
Follow the below procedure to make yellow request to RED:
Use SE37, to execute the function module RSBM_GUI_CHANGE_USTATE
From the next screen, for I_REQUID enter that request ID and execute.
From the next screen, select 'Status Erroneous' radiobutton and continue.
This Function Module, change the status of request from Green / Yellow to RED.
Once it is RED, you can manually delete that request...
Assign marks is the best way to appreciate help

Similar Messages

  • Merging Java Transport request with Abap Transport Request in Charm

    Hello All,
    We have activated the Change request Management in Solution Manager. Therefore transport request of type workbench and customising can be created when you choose action 'Create Transport Request'.
    However we have some SAP systems that have CTS+ integrated which allows to generate transport request number and attach objects in PI Integration Directory  - java transports.
    Question is - Is there a way we can integrate the java transports generated in these SAP systems  with Solution Manager  CHarm and transport creation.
    Or can we assign the java transports to charm in any way. 
    We are basically looking for how  when users create Charm, the abap and java transports relating to the charm are generated and created only from  Solution Manager manager or how these two transports can be linked together in Solution Manager.
    Thanking you in advance for your help.
    Tolly

    Hello Friends
    I have read the links and followed the instructions and tried to create object
    TABLENAME   R3TR  TABU and tried to save it.
    I keep getting a warning message 
    Note: ZTABLE1 is an application table
    Object TABU ZTABLE1 has object function "k", but no key.
    (I don't know what key to enter. I tried the Key field name, but it said 'Enter Numeric values only').
    If I ignore and save and try to create transport request and then import it on a different server, again only table structure is getting transported and not the contents/data of the table.
    I would appreciate if some one can please let me konw what I am doing wrong.
    Thanks
    Ram
    Edited by: Ram Prasad on Jun 2, 2009 3:38 PM
    Edited by: Ram Prasad on Jun 2, 2009 3:40 PM

  • HTTP POST Request with XML file in

    Hi @ all,
    I would like to send an HTTP Request with an XML File in the body to an SAP System
    I have the target URL and the a XML File.
    Now the question is. Is it possible to use something like the HTTP_POST FuBa to send an url post request with an xml file?
    If yes can anybody give me a hint?
    I have a php script which exactly do this coding. But to integrate it all in one system it is necessary to transform it into ABAP and call it there.
    // compose url and request and call send function
    function test($productID, $categoryID) {
         // create url
         $PIhost = "XXX.wdf.sap.corp";
         $PIport = "50080";
         $PIurl = "/sap/xi/adapter_plain";
         $PIurl .= "?sap-client=800";
         $PIurl .= "&service=XXX";
         $PIurl .= "&namespace=XXX";
         $PIurl .= "&interface=Frontend_Interface";
         $PIurl .= "&qos=EO";
         $PIurl .= "&sap-user=XXX";
         $PIurl .= "&sap-password=XXX";
         // create xml
         $request = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
         $request .="<n1:FrontendInbound_MessageType xmlns:n1=\"http://crmpiebay.com\">\n";
         $request .= "\t<FrontendInbound>\n";
         $request .= "\t\t<ProductName/>\n";
         $request .= "\t\t<ProductCategory>".$categoryID."</ProductCategory>\n";
         $request .= "\t\t<ProductID>".$productID."</ProductID>\n";
         $request .= "\t\t<MessageID/>\n";
         $request .= "\t</FrontendInbound>\n";
         $request .= "</n1:FrontendInbound_MessageType>";
         // send http request
         postToHost($PIhost, $PIport, $PIurl, $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"]."/".$_SERVER["PHP_SELF"], $request);
    // send post request to PI server
    function postToHost($host, $port, $path, $referer, $data_to_send) {
      $fp = fsockopen($host, $port);
      if($fp) {
           $res="";
           fputs($fp, "POST $path HTTP/1.1\r\n");
           fputs($fp, "Host: $host\r\n");
           fputs($fp, "Referer: $referer\r\n");
           fputs($fp, "Content-type: text/plain\r\n");
           fputs($fp, "Content-length: ". strlen($data_to_send) ."\r\n");
           fputs($fp, "Connection: close\r\n\r\n");
           fputs($fp, $data_to_send);
           while(!feof($fp)) {
               $res .= fgets($fp, 128);
           fclose($fp);
           return $res;
    Would be great if anybody could give me a hint how to solve such a HTTP Post request with XML body data.
    Thanks in advance.
    Chris
    Edited by: Christian Kuehne on Feb 26, 2009 4:32 PM

    hi friend could you please share your solution regarding this query if u got it already?

  • Close BPS Requests Automaticly

    Hello All,
    is tehre a way to close or set to status green BPS request not manualy but authomatically.
    Or is there a way to reach yellow request via table or ABAP function and close this request.
    Or is there a way to set all the data requests in the cupe to green status (Not manually on the AWB).
    Thanks,
    Best Regards,
    Ali

    Hi,
    Check this thread.
    Re: Closing the open request in transaction cube
    Regards.

  • Plan Cube Load Plan Mode - Green Yellow Request

    When planning, the request status remains Yellow during all changes and functions. If I change the cube to load mode then back to plan mode, this request will turn green and a new yellow request appears. My planning application will have many planning functions and data input, and I would like to be able to create a new request for each Planning function for ease of troubleshooting/repair. Is there a standard functionality to do this?
    I have found I can create a process chain which will switch to load mode then back to plan mode, and can execute this process chain via the web template, but was wondering if there was a better method to doing this.
    Thanks!

    Hi,
    please take that e.g. saving the plan data is only allowed if the cube is in plan mode. That means as soon as two planers are working with your application there is the possibility that the both want to save data at the same point in time. Of course they can not work on the same data set, because the locks will prevent this. But it is possible that they want to save the data at the same time. This means in your case, that the first user sets the cube to load to close the request e.g. by using a planning function and the second user is getting an error message, because the cube is in load mode and can not be planned right now. Do you really want to run in this situation? I would not do it.
    If yes, you may create a customer planning function and switch the cubes. Function RSAPO_SWITCH_BATCH_TO_TRANS and RSAPO_SWITCH_TRANS_TO_BATCH are able to do switch.
    Hope this helps ...
    Regards Matthias Nutt
    SAP Consulting Switzerland

  • Does exist a way to read data from IP planning cube with ABAP?

    Hello All.
    My scenario is as follows:
    I have an ODS where we store costcenters to be planned. This ODS is loaded via a manual falt file load (regular dta transfer process).  In order to avoid inconsisten data in the planning cube, I want to check in my ODS load process, if any costcenter which is already planned (it has planned data in my planning cube) is being deleted in the loaded file.
    To do this, I need to access my planning data cube ( i guess also planning buffer), so my question is if there is any function module which retrieves data from a planning level as reference data.
    Thanks a lot and best regards,
    Alfonso.

    Hi Alfonso,
    note 1101726 shows how the plan buffer can be read.
         l_r_plan_buffer = cl_rsplfa_plan_buffer=>if_rsplfa_plan_buffer~get_instance( i_infoprov ).
         l_r_plan_buffer->get_data( EXPORTING i_t_charsel = l_t_charsel       
                                              i_include_zero_records = rc_false
                                              i_r_msg = l_r_msg
                                    IMPORTING e_r_th_data  =  l_r_th_data
                                    EXCEPTIONS OTHERS  = 2 ).  
    Please take a look at the note. You do not need to implement the after_burn_selection exit, but you can find sample code how to read the planning buffer. Please give it a try.
    Another solution would be to use the function module RSDRI_INFOPROV_READ. But you need to make shure that you first close the yellow request. This can be done using function module RSAPO_SWITCH_BATCH_TO_TRANS.
    Hope this helps
    Matthias Nutt
    SAP Consulting Switzerland

  • Soap request with attachment --problem in deploye to jboss useing Jdevelope

    using Jdeveloper and oc4j application server i made two application.
    In application one i exposed a web service method.In this application their is a handler class which able to handle soap request and response with attachment.
    In application two a client is sends a soap request with attachment.
    If i deploye it in oc4j it is working fine. But if i Deploye to JBoss server [i made a jboss application server connection] and then trying to send the soap request with attachment from the client application i gets the following errors--
    Exception in thread "main" javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:152)
         at etrans.TripBean.a.ClientGateWay.msgEnvelope(ClientGateWay.java:50)
         at etrans.TripBean.a.ClientGateWay.main(ClientGateWay.java:60)
    Caused by: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:148)
         ... 2 more
    Caused by: javax.xml.soap.SOAPException: Message send failed: Connection refused
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:458)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:865)
         ... 4 more
    Caused by: java.net.ConnectException: Connection refused
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:516)
         at java.net.Socket.connect(Socket.java:466)
         at java.net.Socket.<init>(Socket.java:366)
         at java.net.Socket.<init>(Socket.java:208)
         at javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:202)
         at HTTPClient.HTTPConnection.getSocket(HTTPConnection.java:3115)
         at HTTPClient.HTTPConnection.doConnect(HTTPConnection.java:3858)
         at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:2921)
         at HTTPClient.HttpOutputStream.close(HttpOutputStream.java:421)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.sendMessage(HttpSOAPConnection.java:724)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:373)
         ... 5 more
    Am i made any mistake to deploye to jboss or it is not possiable to access the web service in such way?
    please suggest me what is the procedure to recover from this.

    Hello,
    How do you package you WS client application to be deployed in JBoss?
    The JAX-RPC clients are not that portable you may need to recompile the client with JBoss WebService implementation/tools, and check that you do have the different deployment descriptors for the client too.
    Regards
    Tugdual Grall

  • SOAP Request with Web Service Security

    Hi masters of XI,
    the Oasis standard for web services security saids that exists three levels of security for web services, at higher level is Encryption, middle level is signature and at lower level is authentication with username and password inside the soap envelope.
    I need to do a SOAP Request signed with a X.509 certificate and username and password too in SAP PI 7.0 SP11. I can sign the request with X.509 certificate without problems but i can't authenticate the request with username and password in usernametoken element like saids the Oasis standard
    <wsse:Security>
    <wsse:UsernameToken>
    <wsse:Username>XXXX</wsse:Username>
    <wsse:Password>XXXXXXXXX</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    How can we send UserNameToken's elements inside SOAP web service envelope
    signing with X.509 certificate also? There are any way to do it in the
    receiver agreement or receiver SOAP adapter?
    thanks.

    Hi,
    thank you very much for your answers.
    I have solved the SSL comunication and i can sign with X.509 certificates. My problem is that in the SOAP envelope of resquest signed only travels the X.509 certificate and I need to send the username security token (wsse:UsernameToken) also.
    <wsse:Security>
    <wsse:UsernameToken>
    <wsse:Username>XXXX</wsse:Username>
    <wsse:Password>XXXXXXXXX</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    I can't find the solution to do it. The Netweaver documentation says that Netweaver is able to sign SOAP request with X.509 certificates and is able too for using UsernameToken as part of Oasis standard for web service security. In abap stack of NW you can assign a security profile to a web service call for signing the message or authenticate it with username/password inside SOAP envelope, but in java stack of XI i think that there is no way to do it.
    This is my Request:
    <?xml version="1.0" encoding="utf-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
      <soapenv:Header>
        <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" soapenv:mustUnderstand="1">
          <wsse:BinarySecurityToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" wsu:Id="CertId-71968700">MIIHdTCCBl2gAwIBAgIQOq4nmg5zi4NGsIGjPUZVuTANBgkqhkiG9w0BAQUFADCCAT4xCzAJBgNVBAYTAkVTMTswOQYDVQQKEzJBZ...8d4pAJYk=</wsse:BinarySecurityToken>
          <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Id="Signature-104376803">
            <ds:SignedInfo>
              <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
              <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
              <ds:Reference URI="#id-104309952">
                <ds:Transforms>
                  <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
                </ds:Transforms>
                <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
                <ds:DigestValue>R6WE9gs+l496jHCgslgALWswEnE=</ds:DigestValue>
              </ds:Reference>
              <ds:Reference URI="#Timestamp-104310599">
                <ds:Transforms>
                  <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
                </ds:Transforms>
                <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
                <ds:DigestValue>aiCTZ0WwiZQEv8zVmmf8GLu/bYA=</ds:DigestValue>
              </ds:Reference>
            </ds:SignedInfo>
            <ds:SignatureValue>YR9Q5oUA6kFFmPYOIOQPTOgTgapMbkmgdlDM/TZJ2CS8ENAntfsnmpEbpUgOPUVMkgaECog0OKvlADHP0HvJtPdm2NJljZNCCgrk3hlmmtkXkRauVuH5KRiHE5NeWT4+Uspp3ashebu0IuOO66zt4Q=</ds:SignatureValue>
            <ds:KeyInfo Id="KeyId-104377209">
              <wsse:SecurityTokenReference xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="STRId-104377346">
                <wsse:Reference URI="#CertId-71968700" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/>
              </wsse:SecurityTokenReference>
            </ds:KeyInfo>
          </ds:Signature>     
          <wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="Timestamp-104310599">
            <wsu:Created>2008-01-16T21:28:44.081Z</wsu:Created>
            <wsu:Expires>2008-01-16T21:33:44.081Z</wsu:Expires>
          </wsu:Timestamp>
        </wsse:Security>
      </soapenv:Header>
    And this is the request I need:
    <?xml version="1.0" encoding="utf-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
      <soapenv:Header>
        <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" soapenv:mustUnderstand="1">
          <wsse:BinarySecurityToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" wsu:Id="CertId-71968700">MIIHdTCCBl2gAwIBAgIQOq4nmg5zi4NGsIGjPUZVuTANBgkqhkiG9w0BAQUFADCCAT4xCzAJBgNVBAYTAkVTMTswOQYDVQQKEzJBZ...8d4pAJYk=</wsse:BinarySecurityToken>
          <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Id="Signature-104376803">
            <ds:SignedInfo>
              <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
              <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
              <ds:Reference URI="#id-104309952">
                <ds:Transforms>
                  <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
                </ds:Transforms>
                <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
                <ds:DigestValue>R6WE9gs+l496jHCgslgALWswEnE=</ds:DigestValue>
              </ds:Reference>
              <ds:Reference URI="#Timestamp-104310599">
                <ds:Transforms>
                  <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
                </ds:Transforms>
                <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
                <ds:DigestValue>aiCTZ0WwiZQEv8zVmmf8GLu/bYA=</ds:DigestValue>
              </ds:Reference>
            </ds:SignedInfo>
            <ds:SignatureValue>YR9Q5oUA6kFFmPYOIOQPTOgTgapMbkmgdlDM/TZJ2CS8ENAntfsnmpEbpUgOPUVMkgaECog0OKvlADHP0HvJtPdm2NJljZNCCgrk3hlmmtkXkRauVuH5KRiHE5NeWT4+Uspp3ashebu0IuOO66zt4Q=</ds:SignatureValue>
            <ds:KeyInfo Id="KeyId-104377209">
              <wsse:SecurityTokenReference xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="STRId-104377346">
                <wsse:Reference URI="#CertId-71968700" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/>
              </wsse:SecurityTokenReference>
            </ds:KeyInfo>
          </ds:Signature>
    <!-- THIS IS THE PART I NEED -->
    <wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="UsernameToken-104312926">
            <wsse:Username>xxxxxxx</wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText"/>
          </wsse:UsernameToken>
    <!--  -->
    <wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="Timestamp-104310599">
            <wsu:Created>2008-01-16T21:28:44.081Z</wsu:Created>
            <wsu:Expires>2008-01-16T21:33:44.081Z</wsu:Expires>
          </wsu:Timestamp>
        </wsse:Security>
      </soapenv:Header>

  • Can we create Interactive forms only with ABAP & without using GP,  or Java

    Hi,
    I would like to know if we can create Interactive forms only with ABAP & without using GP or Java. We want to develop an offline solution using Interactive forms, but would like to use only ABAP for creating the forms. All the documents so far either refer to creating the forms, in reference to / in sync with: ISR (Service Requests), GP (General Procedures) or Java. Can this be done with ABAP alone?
    Regards,
    Ramesh
    Edited by: Ramesh Nallabelli on Apr 16, 2008 12:02 AM

    Hello Ramesh,
    You should be able to create Adobe Interactive Forms using only the ABAP stack (without GP, Java, etc). Please refer to the thread below. Hope it helps.
    Re: help for-offline interactive forms based on sending receiving mails in ABAP
    Regards,
    Rao

  • Portal content not transporting.  Yellow triangle with exclamation shows.

    Hi,
    I cannot move 2 new folders and 10 iViews from my DEV portal to my QC portal.  When I try, the package shows up in QC, but when I look at the package, a yellow triangle with a exclamation point inside shows to the immediate left of the items to move.  And if I select any one of the objects to get properties, I get the errror "Failed to get Property Editor! null".  Further, I cannot create the folders manually on QC, because it get an error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.defaultFolderWizard
    Component Name : com.sap.portal.admin.defaultwizards.DefaultFolderWizard
    SQLException is not transient, error code = 1, sql state = 23000 ORA-00001: unique constraint (SAPEP2DB.SYS_C00123629) violated .
    Exception id: 12:08_16/03/07_0005_6336351
    See the details for the exception ID in the log file
    One of the iViews is built from a custom PAR.  When I first attempted to import this package, the PAR did not exist.  I have since loaded the PAR.
    It seems that the folders exist "somewhere" in the portal, but I cannot see them in the "content admin" mode.
    What can I do to resolve this?
    Thank you for any help!
    Kevin

    This has been solved.  I noticed that other portal developers could see the content without error.  As it turns, what I had to do was refresh cache on the server, and clear my browser cache.  Once I did this, everything appeared as normal. 
    Thanks for the help.
    Kevin

  • Help requested with White Balance

    This may come as a surprise to many, but here I am requesting your help, instead of giving it.
    I have filled out a feature request with the following content, already some time ago:
    Would it not be nice to be able to extract the WB settings in K  from the metadata and be able in post to change it to what you should have done during the shoot.
    Say your WB is set to 5600 K, you can extract that from the metadata and with the White Balance effect you can enter a desired setting of say 6100 K. During the shoot you can do that with the Canon XF series, but if you have forgotten to use a warm card instead of the white balance card, this would be a great effect to have. Or in the situation where you simply want a shot to be slightly cooler or warmer, this would be a great feature.
    Interface similar to the scale slider and fully keyframeable. The program monitor should reflect changes in color temperature immediately. Simple, easy to understand, like using a set of Warm Cards after the shoot.
    Retrieval of the color temperatures should not be difficult. It is contained in the metadata:
    It works both with AWB and manual for the XF series. If the camera does not record these data, the effect should be greyed out.
    I request your help to get this feature implemented, since it is pretty simple to implement, is a great help to have when doing multicam work, to fine tune different cameras or to change the atmosphere of a shot. It is far easier than the color correction effects we already have.
    If you agree with me, please fill out a similar feature request. The more requests made, the greater the chance of it being implemented.
    See Feature Request Form

    Harm, I've seen instances of multi-cam shoot cameras that were identical models, using a clone of the settings which still resulted in differences in color.  I've seen this blamed on the chips and the chip manufacturing process.  I've also seen multicam footage from analog cameras that were supposedly balanced before shooting that resulted in shifts.  And then, you have a situation where the atmospherics can alter the color, such as when one camera is close to the action, and the distant camera is shooting through fog or haze that has light shooting through it.
    So again, while you can get in the ballpark with certain regimes, when it comes time to finish, you have to trust your eyes.
    So, for my situation, it's not something that rises to the level of something I'd use enough to warrant a feature request.
    My biggest issue today is that I'd love to see Pr offering bottom-up rendering, the way Avid MC offers it with its Render All option vs. Smart Rendering, which is top down.  I don't like that I have to re-render entire sequences just because I made a little change to an upper layer clip.  That, to me, warrants a concerted campaign or pitchfork mob.
    But, I'll make a pact with you.  If you'll request bottom up rendering, I'll request WB metadata support, OK?

  • Generate change request with preset of attributes

    Hi experts!
    We are launching ChaRM in our company.
    Before using ChaRM we have handled change requests with a paper-form. Now we think about using Interactive Forms for normal corrections to keep the users look-and-feel like the old paper form,  without manual typing the data into the ticket.
    My question is: Is there any way to create a change-request in the solution manager from an abap-program?
    I found a function module to create a CR-ticket, its called "SOCM_CHANGE_REQU_CREATE".
    It works fine, but I'm able to pass only the ticket-type and the short-discription.
    The requirement is to pass other data to the ticket, according to data of the pdf-form,
    for example texts and business partners (requestor, reason of the change, and so on...)
    Is there any programming interface to realize this?
    Thank you in advance!
    Stefan

    Hello Stephan,
    Does this thread add some light?
    Create Change Request (SDCR) with BSP?
    Regards,
    Paul

  • Mixed/multipart Request with a image file and a amr audio file

    Hi people
    I am struggling with multipart/mixed request as i am new to java and http. I basically have to write a java code to send a request with two attachments, an audio amr file and a image file of a proprietry format. following is my code
    public static void GetVideo()
         HttpURLConnection httpConnection = null;
    InputStream bis = null;
         InputStream bis1 = null;
    OutputStream bos = null;
         File audioFile = new File("voicejunk.amr");     
         File avatarFile = new File("out.frf");
         System.out.println("Entered Get Video");
         String Boundary = new String("asdfgh");
    try
    URL url = new URL("http://10.4.21.51:5006/");
    httpConnection = (HttpURLConnection) url.openConnection();
         httpConnection.setRequestProperty("Cache-control", "no-cache");
    httpConnection.setRequestProperty("Pragma", "no-cache");
    httpConnection.setRequestProperty("Content-Type", "multipart/mixed;boundary= \"asdfgh\"");
         httpConnection.setRequestProperty("video-type", "3GPP");
         httpConnection.setRequestProperty("video-encoder", "H.263");
    httpConnection.setRequestProperty("audio-encoder", "AMR-NB");
         httpConnection.setRequestProperty("video-size", "QCIF");
         httpConnection.setRequestProperty("video-fps", "10.0");
         httpConnection.setRequestProperty("video-anti-aliasing","yes");      
         httpConnection.setRequestProperty("Content-Length", Long.toString(audioFile.length()+avatarFile.length()+(3*Boundary.length())));     
         //byte[] bytes = createMessage();
         //httpConnection.setRequestProperty("Content-Length", String.valueOf(bytes.length));     
    //System.out.println("Size of: "+bytes.length);     
         httpConnection.setRequestProperty("Expect", "100-continue");          
         httpConnection.setRequestProperty("Connection", "Keep-Alive");
         //String AvatarType = new String("FRF");     
    httpConnection.setRequestMethod("POST");
         httpConnection.setDoOutput(true);     
         bos = new BufferedOutputStream(httpConnection.getOutputStream());
         bos.write(Boundary.getBytes());
         Session session = Session.getDefaultInstance(new Properties());          
         ByteArrayOutputStream baos = new ByteArrayOutputStream();
         Message msg = new MimeMessage(session);
    MimeBodyPart mbp1 = new MimeBodyPart();
    FileDataSource filedatasource1 = new FileDataSource("seestorme.frf");
    DataHandler dh1 = new DataHandler(filedatasource1);
    mbp1.setDataHandler(dh1);
    mbp1.setHeader("Content-Type", "x-seestorm-avatar/frf");
         MimeMultipart mmp = new MimeMultipart();
    mmp.addBodyPart(mbp1);
    msg.setContent(mmp);
    msg.writeTo(baos);
         bos.write(baos.toByteArray());     
    bos.write(Boundary.getBytes());
         ByteArrayOutputStream baos2 = new ByteArrayOutputStream();
         Message msg2 = new MimeMessage(session);     
         MimeBodyPart mbp2 = new MimeBodyPart();
    FileDataSource filedatasource2 = new FileDataSource("voice.amr");
    DataHandler dh2 = new DataHandler(filedatasource2);
    mbp2.setDataHandler(dh2);
    mbp2.setHeader("Content-Type", "audio/amr-nb");
         MimeMultipart mmp2 = new MimeMultipart();
    mmp2.addBodyPart(mbp2);
         msg2.setContent(mmp2);
    msg2.writeTo(baos2);
         bos.write(baos2.toByteArray());     
    bos.write(Boundary.getBytes());          
    //httpConnection.getOutputStream().write(bytes);
         //httpConnection.getOutputStream().flush();
         System.out.println("Request made");
    int result = httpConnection.getResponseCode();
         String Msg1 = new String(httpConnection.getHeaderField(0));
         String Msg2 = new String(httpConnection.getHeaderField(1));
         String Msg3 = new String(httpConnection.getHeaderField(2));
         String Msg4 = new String(httpConnection.getHeaderField(3));     
         String Msg5 = new String(httpConnection.getHeaderField(4));
         System.out.println(Msg1+" " + Msg2+" " + Msg3+" " + Msg4+" " + Msg5+" ");
    if (HttpURLConnection.HTTP_OK == result) {
              System.out.println("Received HTTP result = " + result);
    saveResponseData2(httpConnection.getInputStream(),"SeeStorm.frf");
    } else {
    System.out.println("Received HTTP result = " + result);
         catch (MessagingException me) {
    me.printStackTrace();
    catch (MalformedURLException mue) {
    mue.printStackTrace();
    } catch (ConnectException ce) {
    ce.printStackTrace();
    } catch (IOException ioe) {
         ioe.printStackTrace();
    } finally {
    if (null != bis) {
    try {
    bis.close();
    } catch (IOException ioe) {
    ioe.printStackTrace();
    if (null != httpConnection) {
    httpConnection.disconnect();
    i frankly have no idea how to create a multipart mixed request with boundaries. I get a bad http request error with the above code. Can please someone help me.
    Thanks
    Adil Saleem

    Your WriteImage servlet needs to read the image file in from wherever it is (hard drive, database, whatever), then write it back out to the browser. To do that, first use the HTTPServletResponse object to send the appropriate headers, then call the getOutputStream() method to get an output stream to write the data to. This data will be sent to the browser which, if you've set the headers correctly, will display it as an image.
    It's been a long time since I did this (we abandoned storing images in databases quite a long time ago), so I can't be more specific than that, but hopefully that'll be enough to get you going. If you run into any problems, reply and I'll see if I can help further.

  • Controlling of organizational units in approp request with position id data

    Dear Experts,
    I am using Investment Management for PS.
    I have created Investment management program and position ids, in Position ID master data, I ahve mentioned the Co area, Company Code, Plant and Business Area.
    Then creating an Appropriation request using IMA11 code, in control data tab, I mention the Investment program with position ID and Organizational data tab, I am mentioning the requesting cost center and Plant, system automatically populates the other fields in that tab.
    Here I want to have a check of the plant and business area of the appropriation request with that of the Investment Program position ID.
    Say the plant in position id is 1000, and plant in appropriation request is  1100, system allows to save the appropriation request.
    I want to stop it. Also, can system check the budget of the position id while saving the appropriation request, currently system doesnt check the budget also, while saving the approp request.
    I have searched for user exits and BADIs, but could not find out the appropriate one.
    Can some one help me out in solving this issue.
    Regards
    Praveen

    Hi Ahmed,
    Thanks for your reply.
    Have you ever worked with this BADI??
    I have gone through the documentation of the BADI and it seems to be okay.
    I need to check with my ABAPer as well.
    I'll get back on this once I implement the same.
    Regards,
    Praveen

  • How to create multiple DTP REQUESTs with expert routine  ?

    Anyone know if it's posible to create new dtp request's manually from an expert routine, i want to write manually to 2 different ODS in the same expert routine the first is for success records and the second is for rejected records, the problem is that the routine only writes a new request for the succeed record and the rejected records are writed with abap to the other ODS manually without request ID

    hi,
    Just create a direct update DSO for collecting the rejected records.
    Use the function module RSDRI_ODSO_MODIFY for populating this DSo from the transformation ABAP coding.
    The direct update DSO will be having the rejected records after execution of the DTP and the correct records will be processed to the target DSO (correct records)
    Prathish

Maybe you are looking for

  • Event Receiver Popup msg without cancelling the Item

    Hello,    when user updating an item, I need to show a warning message when there is no item for a particular category. But I have to allow user action to continue. I have custom error page which is working fine when I use  properties.Cancel = true;

  • How to send the mial with pdf format file

    Hi,    I would like to write a program, I have an external file in D drive with PDF format,  So i have to attact that file and send to particual user... If any body know pls send with sample code to [email protected]   Thanks in advance... Gopal

  • How to view doc posted thru F.13

    Dear experts, Can anyone please let me know how to see the document that is generated thro T-cd F.13 (WHICH IS A CLEARING DOCUMENT).It is not possible to see it thru FB03. Regards, Vijaya

  • FCC  in SAP PI

    Hi All, I have a following structure as flat file: ABC DEF XYZ - 0909 I am doing good and i want to convert this file into XML format without creating IR objects. as <?xml version="1.0" encoding="UTF-8"?> <File_Header>                        <File_Co

  • Something wrong with my code

    there is no exception in compliation,but when i run it, there are a lot of exceptions like this: Compilation of '/opt/bea/user_projects/domains/mydomain/./myserver/.wlnotdelete/extract/myserver_PHSWeb_PHSWeb/jsp_servlet/__test.java' failed: /opt/bea/