How to get routing of a material and change routing status ?

Hello,
In CA03, We can display the routing list of a material. Is there any function that we can get routing list of a material ? And is there any function that we can change the routing status ( Routing header) ?
Thank in advance

Try FM CARO_ROUTING_READ

Similar Messages

  • How to get attachments to a material and open it via fm ?

    Hello experts,
    in crm 5.0, in tx commpr01 I have a material where I have attached some documents in tabstrip documents.
    Now I want to select the documents for this material per report and and then after clicking on the
    selected attachement I want to open it.
    Does anybody know how to do this with a fm etc. ?
    Thanks and best regards
    Gerd

    Hi Pankaj,
    first I did call fm:
       function zcom_product_get_documents.
    *"*"Lokale Schnittstelle:
    *"  IMPORTING
    *"     REFERENCE(IV_PRODUCT_GUID) TYPE  COMT_PRODUCT_GUID
    *"  EXPORTING
    *"     REFERENCE(LT_IOS) TYPE  SKWF_IO
    *"     REFERENCE(LT_PHIOLOIOS) TYPE  SKWF_LPIOS
    *"     REFERENCE(LT_IOS_PROPERTIES_RESULT) TYPE  CRM_KW_PROPST
    *"     REFERENCE(LTT_LOIOS) TYPE  SKWF_IO
    *"     REFERENCE(LTT_PHIOS) TYPE  SKWF_IO
      data :
        ls_cm_business_object   type  sibflporb.
      check not iv_product_guid is initial.
      ls_cm_business_object-typeid = 'BUS1178'.
      ls_cm_business_object-catid  = 'BO'.
      ls_cm_business_object-instid = iv_product_guid.
      data: lt_loios type table of skwf_io.
      data: lt_phios type table of skwf_io.
      call method cl_crm_documents=>get_info
        exporting
          business_object       = ls_cm_business_object
    *        PROPERTIES_REQUEST    =
             newest_only           = 'X'
    *        PROPERTIES_QUERY      =
          importing
            phioloios             = lt_phioloios
            ios_properties_result = lt_ios_properties_result
            loios                 = lt_loios
            phios                 = lt_phios
    then I did:
        loop at lt_lt_ios_properties_result into
    wa_lt_ios_properties_result.
        ls_result =
          wa_lt_ios_properties_result-properties.
        if wa_lt_ios_properties_result-objtype = 'P'.
          ls_dokumente-objid = wa_lt_ios_properties_result-objid.
          sort ls_result by name ascending.
          append ls_result to lt_result.
          loop at ls_result into  lss_result.
            if lss_result-name = 'KW_RELATIVE_URL'.
              ls_dokumente-name = lss_result-value.
            elseif  lss_result-name = 'CREATED_BY'.
              ls_dokumente-description = lss_result-value.
            elseif   lss_result-name = 'KW_PARENT_FOLDER_ID'.
              ls_dokumente-kw_parent_folder_id = lss_result-value.
            endif.
            ls_dokumente-kw_parent_folder_class = 'BDS_POC22'.
            ls_dokumente-product_id = lt_comm_product-product_guid.
          endloop.
          if ls_dokumente-name <> ''.
            append ls_dokumente to lt_dokumente.
          endif.
        endif.
        clear ls_dokumente.
      endloop.
      loop at lt_dokumente into lss_dokumente.
        do 1 times.
          ls_phio-class = lss_dokumente-kw_parent_folder_class .
          ls_phio-objtype = 'P'.
          ls_phio-objid = lss_dokumente-objid.
          ls_component-alias_name = lss_dokumente-name.
    ** get URL for doc:
          call method o_cl_crm_documents->get_with_url
            exporting
              phio     = ls_phio
              url_type = '2'
            importing
              url      = ls_urls-url.
        enddo.
        append lss_dokumente to ltt_dokumente.
      endloop.
    I get the URL and it works.
    But I don't know If  I had to start any service in sicf, thats very long ago.

  • How to get the all process orders and outbound deliveries based on material

    Hi Team ,
    I need one help from you regarding the MB 56 transaction.
    My doubt is : How to get the all process orders and outbound deliveries based on material, plant and batch?
    Please help me regarding this.
    Thanks & Regards,
    Srikanth.

    Hi,
    You can use ST05,to trace the program and find out,
    hope it will help you...
    thanks and regards,
    veera.

  • How to get the NT user id and passwd

    Hi,
    How to get the NT user id and passwd using form 6i

    You cannot get the password. Password are stored in an encrypted format. Almost never decrypted (as a security meassure). Authentication is performed by encrypting the supplied password and matching that against the stored encrypted password.
    Think about it.. just how dangerous it will be to have a function that can dump NT users and their passwords for you. How can you ever expect to "simply decrypt a password"?
    As for getting the user name. See the Win32 kernel API call GetCurrentUser(). Also note that there is a big difference as to the owner/user of a server process/thread versus the end-user of client application (possibly running on another PC) that is making the call to the server.
    Of course, none of this is related to SQL or PL/SQL - which is what I believe the subject matter of this forum is... Kindly suggest that in future you pay attention to posting the correct subject material to the correct forum.

  • Hi, just need to know how to get my music, video, pictures and apps form my iPhone to my new laptop as the old computer, which I used before was stolen. I only have my phone left and if I try to conect it to my new laptop it's trying to delete everything.

    Hi, just need to know how to get my music, video, pictures and apps form my iPhone to my new laptop as the old computer, which I used before was stolen. I only have my phone left and if I try to conect it to my new laptop it's trying to delete everything.

    I have also noticed all my settings won't stay set, example....I removed the check mark from "third party cookies", the when I close Firefox and reopen the check mark is back, also my tool bar has screwed up....can't reset, been having trouble the up grade.

  • How to get Lion off my computer and go back to Snow Leopard???

    How do I get rid of Lion and go back to Snow Leopard PERMANENTLY?
    I am not techno.
    I need simple instructions with plain descriptions. I do not have any discs. The iMac came with Snow Leopard and I loaded NOTHING.
    I should never have bought  Lion. It is awful.
    Please someone tell me how to get Lion off my computer and go back to Snow Leopard.

    Can I use time machine to restart the machine before the fateful day when I bought and installed Lion?
    Yes, if you have a pre-Lion backup, but you need an installation disc.
    Is there anything else I can do?  more RAM?
    I don't know how much RAM you have. It must be at least 2 GB, or Lion wouldn't have installed. If that's all you have, you might get better performance by adding more. But from your description, I doubt that your problem is due entirely, if at all, to a lack of RAM. If you want to troubleshoot the problem, it will take some patience and effort, and you'll need to be in a calm frame of mind.

  • I just downloaded the new iOS 5.0 and did all of the backup prompted steps beforehand, but I can't figure out how to get all of my apps and music back on my iPhone. Where did they go and how can I put them back on my iPhone?

    I just downloaded the new iOS 5.0 and did all of the backup prompted steps beforehand, but I can't figure out how to get all of my apps and music back on my iPhone. Where did they go and how can I put them back on my iPhone?

    Hi, Abril_Perez17.
    This may be related to a new feature embedded in iOS7 that shows all purchased music by default.  Go to Settings > Music, then turn off Show All Music.  See if the issue ceases once the feature has been disabled.  This information is located on page 63 of the user guide below. 
    iPhone User Guide
    Regards,
    Jason H. 

  • I have a problem with mail.  the spelling and grammer check box before sending the messege is no longer there.  I did everything but cannot get it back.  is ther anyone who knows how to get the box with spelling and grammer checks before sending

    i have a problem with mail.  the spelling and grammer check box before sending the messege is no longer there.  I did everything but cannot get it back.  is ther anyone who knows how to get the box with spelling and grammer checks before sending the mail.
    Also the mail is acting very funny by not getting the rules work in a proper method.  Is ther a software to repair mail.

    i did both of them, but still the while sending the mail the diolog box is not showing up and also the spelling and grammer does not do the spelling check. 
    This problem just started for about 3 to 4 days now.  earlier it was working normally.

  • How to get  shipped orders, unshipped orders and orders with open deliverie

    Hi
    how to get  shipped orders, unshipped orders and orders with open deliveries
    can anybody answer this.
    points would be rewrded
    Thanks

    Hi,
    You can check in the VBUK table for the status of an order. If you do a Query on VBUK table to get all the orders whose delivery status is not 'C' or the total goods movement status is not 'C' you get to know the orders not yet shipped.
    Hope this helps. Reqard points if useful.
    David.

  • When i update my IOS7 i lost my all pic from my IPAD2 how to get back those pic? and i don,t think so i did kept back up before i did that. can anyone help me for this issue?

    When i update my IOS7 i lost my all pic from my IPAD2 can anyone suggest how to get back those pic? and i don,t think so i did kept back up before i update ios7. can anyone help me for this issue?

    The photo's in your camera roll would be in a backup, if you have one (iCloud or iTunes).  If you did not keep a backup somewhere, they are gone.  Sorry, but that is the way of any data - if you don't have a backup of it somewhere, there is nothing to restore it from.
    All other photo's should be on your computer somewhere anyway - whereever you had them to sync to the device originally.

  • How to get the health , performance information and about the services run on devices that have connected to the system center?

    Hi All,
    I want to know how to get the health , performance information and about the services run on devices that have connected to the system center to my c# application. Also I need to know about the information of databases that have connected to system center.
    I will appreciate your feedback
    Thank you

    Hi,
    You can configure service monitor for the required service on the server
    refer below link for how to configure service monitoring
    http://www.bictt.com/blogs/bictt.php/2011/03/17/scom-monitoring-a-service-part3
    You can use SCOM SDK to connect to the scom server using c# and get required information
    http://msdn.microsoft.com/en-us/library/hh329086.aspx
    you can find the database in below registry path on management server
    HKLM:\SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\Setup\DatabaseName
    Regards
    sridhar v

  • How to get line item net price and net value?

    I have using "BAPI_SALESORDER_SIMULATE" to SIMULATE to create SO,
    the return table
    ORDER_ITEMS_OUT-NET_VALUE is not equals than created by VA01 .
    how to get line item net price and net value?

    Hi,
    Can u elaborate ur query ?
    By this FM you cannot create a SO . Use FM --> BAPI_SALESORDER_CREATEFROMDAT2
    Regards,
    MAdhukar Shetty

  • How to get cloud services CPU Percentage and Network In

    Hi,
    I am using Service management API to collect the cloud services related metrics for example
    Cloud name, Status and location etc.
    How to get the CPU, memory, network and disk related metrics of cloud services using the same API.  I am using java code to collect all the details. Please verify the below source code..But i did not get the output. But there is no error message. Help
    me how to get those details..
    Configuration config = ManagementConfiguration.configure(
    new URI(uri),
    subscriptionId,
    keyStoreLocation, // path to the JKS file
    keyStorePassword, // password for the JKS file
    KeyStoreType.jks  // flag that you are using a JKS keystore
    CloudServiceManagementClient cldCli = CloudServiceManagementService.create(config);
    CloudServiceOperations cldOpe = cldCli.getCloudServicesOperations();
    CloudServiceListResponse cldListRes = cldOpe.list();
    ArrayList<CloudServiceListResponse.CloudService> cldServices = cldListRes.getCloudServices();
    if(cldServices != null)
    for(int cc=0; cc<cldServices.size();cc++)
    CloudServiceListResponse.CloudService yesCld = (CloudServiceListResponse.CloudService)cldServices.get(cc);
    if(yesCld == null)
    continue;
    ArrayList<CloudServiceListResponse.CloudService.AddOnResource> cldResRes = yesCld.getResources();
    if(cldResRes == null)
    continue;
    for(int r=0; r<cldResRes.size(); r++)
    CloudServiceListResponse.CloudService.AddOnResource addOnRes = cldResRes.get(r);
    if(addOnRes == null)
    continue;
    ArrayList<CloudServiceListResponse.CloudService.AddOnResource.UsageLimit> cldUse = addOnRes.getUsageLimits();
    if(cldUse == null )
    continue;
    for(int u=0;u<cldUse.size(); u++)
    CloudServiceListResponse.CloudService.AddOnResource.UsageLimit useLimit = cldUse.get(u);
    if(useLimit == null)
    continue;
    System.out.println("NAME:"+useLimit.getName()+"UNIT "+useLimit.getUnit()+" Amount used "+useLimit.getAmountUsed());
    Thanks & Regards,
    Rathidevi

    Hi,
    The Azure Diagnostics capability supports the configuration of diagnostics information than can be captured locally on a role instance and then persisted to Azure Storage on some timescale, this only support Azure Cloud service, I think it is useful for
    us to analyze the performance, if you don't want to use it, please try to use
    Azure Monitoring Service API, for more information, refer the below articles.
    #https://convective.wordpress.com/2014/06/22/using-azure-monitoring-service-with-azure-virtual-machines/
    #https://convective.wordpress.com/2014/06/27/using-azure-monitoring-services-api-with-azure-cloud-services/
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • HT5312 I really need help. I forgot my security question answers and i dont remember them. I dont know how to get to this email thing and i dont remember if i ever set one up or not.. Please help quickly

    I forgot my security questions and i dont know how to get to the email rescue and don't think i ever set one up with my account.. Please help me !!!!

    The Three Best Alternatives for Security Questions and Rescue Mail
        1. Use Apple's Express Lane.
              Go to https://expresslane.apple.com ; click 'See all products and services' at the
              bottom of the page. In the next page click 'More Products and Services, then
              'Apple ID'. In the next page select 'Other Apple ID Topics' then 'Forgotten Apple
              ID security questions' and click 'Continue'.
         2.  Call Apple Support in your country: Customer Service: Contact Apple support.
         3.  Rescue email address and how to reset Apple ID security questions.
    A substitute for using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • How to get string (specified by line and column) from txt file with labview

    Hi everyone
    How to get string (specified by line and column) from txt file with labview
    thx 
    Solved!
    Go to Solution.

    As far as I know, a text file has no columns.  Please be more specific.  Do you mean something like the 5th word on line 4, where words are separated by a space, and lines are separated by a newline character?  You could the Read from Spreadsheet String function and set the delimiter to a space.  This will produce a 2D array of strings.  Then use index array and give the line number and column number.
    - tbob
    Inventor of the WORM Global

  • I'm using movie program how do get rid of background noise and put music over top of video

    I'm using movie program how do get rid of background noise and put music over top of video

    Niel,
    Thanks for your suggestion about using RCDefaultApp. I am hesitating to do this because it seems like I'd be installing still another piece of software to fix the original mistake---downloading Reader.
    About 20 years ago I maintained---with considerable handholding---UNIX systems of various sorts. Can you suggest how I might find the plist that seems to require changing?
    BTW, Preview is called whenever I open some random .pdf file. The problem appears when I want to get a file from the web. If the site permits a "download" I can get the file, but if I want to "view and print" the file, the evil dark-grey Adobe screen appears with the whirling black ball. Then Safari quits. I'm wondering if the reference to Reader is in a "cookie" sent from the website, when I first was installing Reader. Is this possible?

Maybe you are looking for

  • ODBC data sources not showing up in datasource selection list

    when I go to change datasources for a report, newly created ODBC connections do not show up. I noticed they are all in the odbc.ini file and listed under ODBC in the machine directory/software folder in the registry but not under the current user/sof

  • Rss form with many item fileds how to insert at once all?

    RSS Form have single channel with many items.How to get them all form form so that can be added to a file. For now what i have done is a form having (RSS) input types as channel(title,link,desc) with many items together(title,link,desc) here i submit

  • OLD Apple 22" LCD @ 1600 X1024 On my PC

    Hello I am using an Apple 22" LCD with a Apple DVI to ADC converter on my PC its running off of a GeForce 7800 GS AGP card. The LCD is great. The only problem is that it some times shuts off and will not turn back on again unless if keep it unpluged

  • Genius is unavailable for the song ...

    SInce late in 2010 my iTunes does not seem to be able to use any new music that I have imported to create a Genius. Older, previously imported, songs work fine (if they are recognized by the store, etc) but the new ones do not. Have have tried: reset

  • IMPORTANT PROJECT! Can't adjust photos in preview. all black

    I am desperate. I have to have a project done with slides andmusic in the next couple of days and I have my newly installed Imovie 6 but it isn't letting me adjust slides. Some work okay, but some just show up blank in the preview. If I adjust them b