How to fin the Workcenter after getting Task list type

Hi all ,
       I got the fields PLNTY(Task List Type ) , PLNNR(Key for Task List Group) , ZAEHL(Internal counter ) and VORNR (Operation/Activity Number)   from PLPO table .
I need to get the work centers names . I saw the work centers are in CRHD table .
May i know how to get the name of the work centers after getting the task list type details .
I  found the routing details of a give finished/semi finished material .
my next step is to find the work centers.
Any suggetions from you are appreciated .
Regards
Raj

Hi Jan,
Yes, sa38 makes it possible indeed to execute in background into immediate mode a job but
the user have to know the name of the program to be carried out ...
The user knows only the name of these transactions trade. For example, IW38.
In the menu of this transaction, SAP gives the possibility to execute in background :
Program --> Execute in Background --> display of Start Time screen for the type of start condition :
Immediate, Date/Time, After job, After event, or At operation mode).
It is at this time there that we want that the user can only choose the "immediate" mode.
We must thus prohibit the other choices (Date/Time, After job, After event, or At operation mode) ... and
and we don't know how to restrict these other options in this screen "Start Time screen for the type of start condition".
Thank you.
By.

Similar Messages

  • How to stop the counter after getting maximum amplitude from a waveform graph?

    I am using accelerometer, optical encoder and daq card (PCI MIO 16XE10) for my tyre balancing project. Basically i am trying to stop my edges count from the optical encoder to get the position for putting the mass for correcting the balancing. Could anyone please help me by telling me how i can achieve it or is there any other ways to get the position using the daq card? One more thing, could anyone tell me how to change the waveform graph to frequency domain instead of time domain?

    Time to Freq is easy. 1/time = freq. example. 1 msec period = 1000 hertz (1kHz).
    I guessing you are attempting to design a new spin balancer for tires. I would record the entire "spin cycle with index count" then search the resulting waveform for the max amplitutes. Correlate the indexes and that should give you the high point and location. You might want to count the number of revolutions, then grab that 60% of that number of peaks.

  • How to continue the loop after getting the exception NO_DATA_FOUND

    I am inserting 2000 employees attendance data into table through procedure by validating the shifts assigned some times if employee doesn't have shift it raising NO_DATA_FOUND exception, so now I am inserting the details of the employee into one table as a log.
    my question is if 2000 transactions are inserting if exception raised at 1000 record as "NO_DATA_FOUND" is it remaining records will insert into the table? or it will exit from the procedure and stops remaining 1000 transactions?, please advice if any other way to continue the remaining transactions
    oracle version: 11 G R2, OS: Windows 2008 R2

    Do your select statement in a seperate begin...end block, you can cath the excption in the block and do your logging there.
    Something like this
    --just an example from scott/tiger
    Declare
    CNT number := 7851 ;
    vname varchar2(25);
    ins_flag boolean ;
    BEGIN
    while cnt  <= 7935 and cnt >=7850
    LOOP
    Begin
    select ename into vname from emp where empno=cnt ;
    ins_flag := true;
    exception
      when no_data_found then
    -- dbms_output.put_line('no data');
    ins_flag := false;
    end;
      if ins_flag then
      --do insert here
      dbms_output.put_line('do your insert here');
    else
      dbms_output.put_line('no insert');
    end if;
      cnt := cnt+1 ;
    END LOOP;
    end;

  • How to enable the screen after triggering the error message

    Hi All,
    we have a tcode IW31, in that one field(WBS element -PROID) is not mandatory. so we have written the following code to make it mandatory in a user exit EXIT_SAPLCOIH_010.It's triggering the error message, but it is going into disable mode. Please sugget me how to enable the screen after getting the error message triggering.
    if not caufvd_imp-proid is initial.
      select single * from t350 into wa_t350
              where  auart    = caufvd_imp-auart
                and  imord    = 'X'.
      if sy-subrc is initial.
        pspel = caufvd_imp-proid.
      else.
        call function 'CONVERSION_EXIT_ABPSP_OUTPUT'
             exporting
                  input  = caufvd_imp-proid
             importing
                  output = l_posid.
        concatenate text-t10 l_posid text-t11
                    into l_textline1 separated by space.
        message i208(00) with l_textline1.
      endif.
    else.
      message e208(00) with 'Please maintain WBS element in Location Tab'.
    endif.
    Thanks

    Hi,
    Instead of error message use status message like
    message s208(00) with 'Please maintain WBS element in Location Tab'.
    Leave to screen sy-synnr.
    This will allow to move to the screen and have in enable mode.
    WIth Regards,
    Dwaraka.S
    Edited by: Dwarakanath Sankarayogi on Feb 13, 2009 7:46 AM

  • How to recover 10.6 after getting mangled by CoreAudio

    hi- about two days ago i experienced a sever system crash- i was trying to install the CoreAudio drivers to use Virtual DJ and messed up most of OS X. i could boot properly but almost nothing worked, including iTunes, FInder, Chrome, Safari, and so on. i tried debugging for a while (deleting the drivers, reinstalling chrome, running disc utility, running onyx, so on) with no results so i reinstalled osx and that has brought be this far. at this point most of the system has recovered except for two (maybe three) things. one is that disc utility still shows inconsistencies in the permissions of many of my system files. it also fails to fix any of them. onyx does the same. also my internet protocols have been effected. chrome has become unusable to a cue- crashing pretty consistantly and demonstrating this unstability. safari doesnt even load my homepage without freezing, forcing me to force close it. skype is also very unstable, and firefox does not run either.
    if anyone knows how to recover 10.6 after getting mangled by CoreAudio, please help. tnx.

    Ignore the disk utility repair permissions.  Stuff is always reported.  Scan over this.
    The fact that your internet related apps aren't working implies that you should look at your network system preferences.  Are you using ethernet or wireless?  Are you using default DNS servers or something like the OpenDNS servers (208.67.222.222, 208.67.220.220)?  DHCP?  Is there a green dot next to the connection type you are using?

  • How to suspend the installation after downloading packages via ota for lollipop 5.0.1. on my Note 4. always asks me to install it on notification bar. thank you :)

    How to suspend the installation after downloading packages via ota for lollipop 5.0.1. on my Note 4. always asks me to install it on notification bar. thank you

    If you factory reset, it wont make the update go away, but you should back up and reset before you install the update.

  • How to fine the oracle version and bit info?

    I just want to find out the
    Oracle version
    Bit info (32 or 64....)
    and other system configuration about oracle
    Please help

    Duplicate post:
    how to fine the oracle version and bit info?

  • How to run the BAPI after creation or Modification ?

    HI Abapers,
    How to run the BAPI after creation or Modification ? What is the step by step procedure to run the the BAPI?
    Immediate reply is highely appriciable.
    Regards,
    Chow.

    Hi
    If you have done with BAPI creation correctly Run it similar to the fun mdule which we run in SE37 calling this BAPi in the program with CALL FUNCTION and passing the necessary parameters
    see the sample bapi code how it is called in Program
    data : w_resb_header like bapirkpfc.
    data: begin of itab_resb occurs 0.
    include structure bapiresbc.
    data: end of itab_resb.
    data: begin of itab_bapi_return occurs 0.
    include structure bapireturn.
    data: end of itab_bapi_return.
    data : w_resb_no like bapirkpfc-res_no.
    w_resb_header-plant = p_werks.
    w_resb_header-res_date = sy-datum.
    w_resb_header-created_by = sy-uname.
    w_resb_header-cost_ctr = '0000010001'.
    w_resb_header-move_type = '201'.
    w_resb_header-gr_rcpt = w_room_time.
    w_resb_header-part_acct = 'OR'.
    *ITEM DATA
    loop at i_details.
    itab_resb-material = i_details-matnr.
    itab_resb-plant = i_details-werks.
    itab_resb-store_loc = i_details-lgort.
    itab_resb-quantity = i_details-qty.
    itab_resb-unit = i_details-meins.
    append itab_resb.
    clear itab_resb.
    clear i_details.
    endloop.
    call function 'BAPI_RESERVATION_CREATE'
    exporting
    reservation_header = w_resb_header
    NO_COMMIT =
    MOVEMENT_AUTO =
    importing
    reservation = w_resb_no
    tables
    reservation_items = itab_resb
    return = itab_bapi_return
    call function 'BAPI_TRANSACTION_COMMIT'
    exporting
    wait = 'X'
    IMPORTING
    RETURN =    .
    wait up to 5 seconds.
    w_resb_no contains your reservations numnber
    Regards
    Anji

  • How to cut the zeros after the decimal point ?

    Hello everybody,
    does anyone know a solution how to cut the zeros after the decimal point at at CHAR data field?
    For example the field
    &RM06P-PRMG1&
    This is a char field in the database, so that the command
    &RM06P-PRMG1(.0C)&
    doesn't work.
    At the moment the output on the form is like that
    124,000
    It shoud be like that
    124
    It would be great if anyone could help me!
    TIA!
    Strobbel

    Hi Strobbel,
    If you are working on standard sapscript, first make a zcopy of it, do the modifications in that and assign the new form to the output types in tcode NACE.
    First you need to create a program to write the logic, so go to tcode SE38 , create a new program (say zremove_zero) with Program type Executable.
    Now you will see ABAP Editor with statement;
    Report zremove_zero.
    Add the following lines below the report statement.
    *&      Form  remove_zero
    *       text
    *      <--lv_AMT  text
    FORM remove_zero  CHANGING lv_amt.
      DATA p_amt TYPE p.
      MOVE lv_amt TO p_amt.
      MOVE p_amt TO lv_amt.
    Condense lv_amt.
    ENDFORM.
    Now save and activate the program.
    Now open the zcopy of your script and Just above the statement  &RM06P-PRMG1& write the following lines;
    /: perform remove_zero in program zremove_zero
    /: changing &RM06P-PRMG1&
    /: endperform.
    Now you can see your amount printing without decimals.
    Try and let me know, hope i have guided you clearly.
    Regards
    Karthik D
    P.S.: I advice you to take help from an ABAPER.

  • How to quit the games after open it?

    How to quit the games after open it?

    iOS 7 How to Close Apps
    Double Tap the Home Button... Then swipe the App (not the icon) Upwards... Tap the Home Button when finished.
    From Here  >  http://support.apple.com/kb/HT4211

  • When log In names are saved and all you have to do is click in the space to get a list of previous log in's. How do you get rid of those previous log in's?

    # Question
    When log In names are saved and all you have to do is click in the space to get a list of previous log in's. How do you get rid of those previous log in's?

    * http://kb.mozillazine.org/Deleting_autocomplete_entries
    Remove saved Password(s): Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"

  • How to make read only field in Task list?

    Hi All,
    How to make read only field in Task list?

    This can be done one of two ways:
    1. Customize the form in Infopath, right click your field and disable the control.
    2. Use JavaScript/jQuery on the page to disable the element.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • [QM] How to create an inspection lot with task list assigned?

    Hello, everyone.
    I know, the similar questions have been asked plenty of times, but I am still unable to find a suitable receipe of the inspection lot creation. My goal is to create an inspection lot programmatically and be able to record its results using, e.g., BAPI_INSPOPER_RECORDRESULTS.
    Creating a lot does not appear to be a big problem. I just call the following FMs:
    QPL1_INITIALIZE
    QPL1_INSPECTION_LOT_CREATE
    QPL1_UPDATE_MEMORY
    QPL1_INSPECTION_LOTS_POSTING
    BAPI_TRANSACTION_COMMIT
    As a result, I have a new shiny inspectin lot, but it comes with statuses "CRTD" and "CHCR". I do specify PLNAL and PLNNR fields values for the QALS structure which is passed to QPL1_INSPECTION_LOT_CREATE, but that does not seem to have any effect. When I call BAPI_INSPOPER_RECORDRESULTS later (result values and inspection points come from another lot which is used as a template), it reports of beging unable to find characteristics for the inspection operations (error E026).
    Does anyone know which of the QPL1_INSPECTION_LOT_CREATE parameters affect task list assignment besides PLNAL and PLNR? Or maybe there is a special FM which associates a task list with an inspection lot?
    Thank you in advance.

    Hi Samuel,
    You can get create an Agent as a Task by using the following steps:
    1. Go to Customizing --> EHS --> Industrial Hygiene & safety --> Risk Assessment --> Specify Agent Types
    2. Click on "TASK' Agent type and click on Details icon (CtrlShiftF2)
    3. In the "Only EHS-IHS" drop down, Select "No"
    4. Save the entry
    5. Now try creating an Agent [CBIH92] and you can create an Agent as a Task.
    Hope it Helps,
    Raghu

  • How to print the value of a field of  type FLTP

    hi experts,
    pls tell me how to print the value of a field of  type FLTP. i.e in decimal format not in exponential format.
    thankyou.
    krishna

    Hi ,
    I dont think in Floating point u can able to go for the decimal point display as it is for the minimum precission display..
    Define the variable as the 'packed' type and then u can able to define the decimal point...
    Cheers,
    SImha.

  • When syncing my iTunes to my iPad from the laptop, I get a list of missing songs; they are in the library, but not in the music folder on my HD. In particular, I uploaded 3 CDs at the same time, all are in my library - but two are missing from the folder.

    When syncing my iTunes to my iPad from the laptop, I get a list of missing songs; they are in the library, but not in the music folder on my HD. In particular, I uploaded 3 CDs at the same time, all are in my library, and all synced to the iPad - but the music from two of them are missing from the music folder. Questions are (a) where might they have gone? and (b) is there a way of "reverse loading" them back to my hard drive from the iPad? Thanks in advance!

    Hi dones49,
    It sounds like your issue here is that iTunes can not find the files for some of the songs you have brought into it. This happens occasionally even if the songs have not been moved from the location that iTunes places them on import or purchase. When you try to use the song, iTunes prompts you to find the file, as you have seen.
    To find the file, use the information in this article to navigate through the iTunes media folders -
    Locate and organize your iTunes files
    If you are still unable to locate the files, you may need to download them from the iTunes store again, or rip them from your CDs. See this article for assistance with downloading your past purchases -
    Download past purchases
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

Maybe you are looking for

  • Problem printing PDF in B&W with Safari?

    Hi, here is my printing challenge:  when I download PDF from Safari (now on Mountain Lion) and I try to print it black and white it keeps printing in color. To print I am using the "new" translucent save and print menu that appears at the bottom of t

  • JFreeReport(By using Table Model)

    Hi, Good Evening I got the sample coding for JFreeReport from jfreereport-0.8.3-A4.pdf.I understand the coding. But I couldnot understand What are the required libraries and how to add all in to my program.I didnot know how do set 'jfreereport-0.8.3.

  • Problem with loading a transparent image onto Labview FP proggrammatically

    Hi all, I have a .png logo with transparent background, and I want to load it onto labview FP prorgrammatically. My problem is, if I load it programmatically (read image, display on image display), the background won't be transparent any more. But if

  • Processing data packet (no data)

    Hi all, My issue is: I am trying to load data utilizing a custom datasource and a custom function module.  When the job loads it runs successfully but no records are pulled over.  However, I get records using the extractor checkor in the source syste

  • How do I Unistall Norton when I can't find it

    I am trying to use ESET Cyber Security and can't down load it untill Norton is gone. I have taken all of norton off the computer I can and it still says I ned to remove it before I can use ESET. I search and can not find any norton on my Mac 3.06 6Hz