Recipe Blast (C203)

Hello all,
i want to get recipe blast for all plan numbers  just like tcode C203.
My RFC will give plan number, material number and the phases of that plans.
I tried to filter the datas from PLPO, MKAL, PLKO but i couldnt filter as i wanted.
i have some datas from PLPO tables those they dont exist in C203 screen.
I also coulndnt get a result from ST05 properly.
Is there a function for this blast? or is there a table that im not checking?
Thanks for your help

I used this function as below. But i think CA03 uses the plans with type "N". so maybe you should change the PLNTY_IMP field with "N".
Also you whould consider the PVZKN and PHFLG fields in PLPO table.
CALL FUNCTION 'CP_EX_PLAN_READ'
  EXPORTING
   CMODE_IMP                            = 'R'
   PLNTY_IMP                            = '2'
   PLNNR_IMP                            = gt_itab1-plnnr
   PLNAL_IMP                            = '03'
   STTAG_IMP                            = sy-datum
      CHECK_IMP                            = 'X'
      CUOBJ_IMP                            =
      PARNT_IMP                            = ' '
      FCAPO_IMP                            = ' '
      TCA11_IMP                            = ' '
      FLG_VAL_REC_IMP                      = ' '
      STLNR_IMP                            =
      I_PLAS_KEY_TAB                       =
      PRODCOST                             = ' '
      I_BUSINESS_OBJECT                    =
      I_FLG_CHARACTERISTICS_PLANNING       = ' '
      I_EDGNO                              =
      VBELN_IMP                            = ' '
      POSNR_IMP                            = 0
      LOSGR_IMP                            = 1
      I_PLANT                              =
    IMPORTING
      RES_APPR_CHK_EXP                     =
      ERROR_EXP                            =
      E_MAPL                               =
      PI_SET_USED                          =
  TABLES
      MLST_EXP                             =
      PLAB_EXP                             =
      PLAS_EXP                             =
      PLFH_EXP                             =
      PLFL_EXP                             =
      PLFT_EXP                             =
      PLFV_EXP                             =
      PLKO_EXP                             =
      PLMZ_EXP                             =
   PLPO_EXP                             = GT_COPLPO
      PLTX_EXP                             =
      AENNR_EXP                            =
      PLMK_EXP                             =
      PLMW_EXP                             =
  EXCEPTIONS
  NOT_FOUND                             = 1
  PLNAL_INITIAL                         = 2
  OTHERS                                = 3
      IF SY-SUBRC <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.

Similar Messages

  • Process manufacturing steps

    Please specify step by step t-codes for process manufacturing (PP-PI) from demand to order closing. Regards.

    Please follow the following steps PP - PI .
    MD61  -  PIR Creation
    MRP Run
    MD04 - Stock requirement list.
    COR7 -  Planned Order To Process Order
    COR2 - Contole recipe generation.
    COR2 - Release process order.
    MB1A - Goods issue (261)
    COR6 - Phasewise confirmation
    CORK - Header level confirmation
    CORR - Collective confirmation.
    MB31 - Goods Receipt (101)
    Master Data
    C201 - Create master recipe - C202/C203
    You can create BOM in master recipe itself.

  • Recipe report..C203 help

    Hi guys
    I have a problem...if we go to T-code C203...give the recipe..
    press enter...go to materials tab....press a/b button (calculate)..
    a new screen appears with a table control..
    i m struggling to find how the data in that table control is being populated..
    can some1 hlp me with how the line items in the table control are linked to BOM
    or any BOM table like KALC etc..?

    Hi,
    The table control isrendered by the Function module CALCULATION_SHEET
    from the function group CO09.
    Check the Screen 4000 here.
    You are getting the data usig the Routine:
    alvgc_fill_with_data.
    Regards,
    Sesh

  • How we can disable access to BOM via the Display Master Recipe (C203)?

    Hi Gurus,
    How we can disable access to BOM via the Display Master Recipe (C203)?
    Thanks!

    Hi Mae Baraquio  
    Have you tried screen variant to make it as display mode.
    please refer below document for your reference.
    Learning SHD0 with Example
    if you find any query kindly revert back.
    Thanks & Regards
    Sandeep Kumar Praharaj

  • SAVE TEXT not updating the database for Recipe Operation Long Texts

    Hi,
    We are trying to update the Recipe Operation long text using the FM SAVE_TEXT.
    The FM is not throwing any error, but the changes are not reflecting in the database.
    Text ID: PLPO
    Text Object: ROUTING
    Language: EN
    Text Name: Concatenated string of ARBPL,PLNNR,OPRATIONCOUNTER
    If someone faced similar scenarios, please share your inputs.
    Thanks in advance,
    Anand

    After some more R & D, i got to know that the Long Text indicator should be enabled to get the changes reflected in the C203 recipe operation details.
    In C202, if you pass two text lines for Operation long text, this Long text indicator is automatically enabled and its a non editable field.
    Can some one provide inputs how to enable this through program?
    Regards,
    Anand

  • Miss match in CK11N and C203

    Dear All,
    There is a miss mach in costing run CK11N Overhead resource is not maching with C203 Recipe activity.
    In CK11N is showing overhead recipe 925 where as in C203 Recipe activity is showing 945.
    Pls help me on this.
    Best Regards,
    Venkat.

    Dear Mangalraj,
    Material is same, where we able to see Recipe group in CK11N.
    Wehere as we able to see in same material one Overhead  Resource is maching with activity in C203.
    Best Regards,
    Venkat.
    Edited by: venkateswarlu reddy on Oct 26, 2009 12:53 PM

  • MATERIAL RECIPE IN R3

    Hi all,
       there is transaction c203 for material recipe.
       table plpo stores the corresponding data of opertaions
       now table crhd hold work center header data which contains fields as obtyp = 'A'(for material recipe).
                       objid = arbid ( arbid is the field
    taken from plpo)
    so for a particular obtyp and objid , i get a resource name.
    but my problem is for many recipe in plpo
    arbid is 00000.
    so am not getting the right resource from crhd ..
    can anybody help..
    Regards,
    Tarang

    classification data for a particular operation? What do you mean by that? Please make it clear.
    --Ragu

  • Formulas within Master Recipe

    Hi all,
    I am currently looking into Formulas and Master Recipes,
    Using transaction C203 you can see the BOM with its associated values that make up the recipe.  You can also look at any formulas associated with the material and its BOM.
    I know the BOM is held in tables STPO and the formulas are held in table KALC.
    What I cant seem to figure out is how the Materials on the BOM are linked to the materials on the Formula screen as in some instances I've seen the order can be different between the two.
    Also I'm have been trying to figure out what KALC-ROW_ID is made up of, I think this is key to mapping between the two but cant seem to find any related help.
    Any Help much appreciated.
    Hiten.

    Just to complete the thread a bit more
    From what I've seen in the system it appears that KALC-ROW_ID might be a composite made of BOM Number + Inherited Node Number + other stuff

  • Error while creating a recipe in plm..

    Hi every one,
    System throughing below error while creating a recipe.
    "Entries in status management Customizing are incorrect"
    kindly suggest.
    have a good day..
    regards,
    kirran

    Hi Kirran,
    Please see if you have defined a status scheme and assigned it to the recipe type. Before defining a status scheme, you must complete the one time IMG activity 'Collect Object Types and Assigned Attributes' under Recipe Development > Status Management. Then in the next node you define individual statuses and a scheme with transitions. For each status, you must define 'field value' for the field RCP_USAGE which is nothing but a value from Recipe Purposes customizing.
    Hope this helps.
    Regards,
    Rajeev

  • Error while deleting recipe

    Hi Experts,
    I am getting the following error "Task list 50000159 01 (type 50000159) is still used in inspection lots" while deleting a master recipe using t code C298.
    Please note I am note getting any inspection lot where this recipe group is used (checked in MD04).
    Is it possible to delete a recipe where there in open inspection lots? Because in this case all process orders are already given status TECO and inspection lots are generated mostly during inprocess.
    Kindly give a solution to solve the above error.
    Regards
    Pradipta Sahoo

    dear Friend,
    1. go to C202, give material no and plant then enter
    2. click on recipe header tab,click on article/ material assignment push button and see this recipe is assigned to any other material. if it is assigned then also deleting is not possible
    3. if it is not not assined to other material, then u have to settle all the orders which were used this recipe. because if u set order to TECO is not enough, during settlement again it checks ur recipe
    4. Do order settlement and close the order then delete the recipe
    sree

  • DVD-Audio and "can not detect sound blaster card" with Audigy2 Va

    I recently purchased an "Audigy2 Value" card from an eBay user, because I recently purchased some DVD-Audio discs. I downloaded the Audigy2 drivers from the website, and the Creative MediaSource player. 5. Surround sound worked fine for me, though sometimes the driver would reset to the default 2/2. sound and I would have to re-select 5. sound, which was annoying.
    Then I was completely unable to get the MediaSource player to recognise my DVD-Audio discs, and the EAX functionality of the player would never work. The EAX logo never appeared in the player. When I tried installing the MediaSource player from an install disc, I got the message "can not detect sound blaster card". Then I discovered the world of EEPROM problems.
    I followed advice from some other threads, including using ScanPCI to get information on the card, which yielded the following result.
    When installed on my machine (Asus A7A266 motherboard) the ScanPCI reads:
    Vendor 02h Creative Labs
    Device 0008h Unknown
    Command 0005h (I/O Access, BusMaster)
    Status 0290h (Has Capabilities List, Supports Back-To-Back Trans., Medium Timing)
    Revision 00h, Header Type 00h, Bus Latency 20h
    Self test 00h (Self test not supported)
    PCI Class Multimedia, type Audio
    Subsystem ID 0002h Unknown
    Subsystem Vendor 02h Creative Labs
    Address 0 is an I/O Port : 0000A800h
    System IRQ 5, INT# A
    New Capabilities List Information :
    Power Management Capabilities
    Supports power state D2
    Supports power state D
    Current Power State : D0 (Device fully-operational, no power saving)
    On another machine (specs unknown, it's a "house pc") I got this (with 3 entries!):
    Vendor 02h Creative Labs
    Device 0002h EMU0K Audio Chipset (SB Li've!)
    Command 0004h (BusMaster)
    Status 0290h (Has Capabilities List, Supports Back-To-Back Trans., Medium Timing)
    Revision 04h, Header Type 80h, Bus Latency 20h
    Self test 00h (Self test not supported)
    PCI Class Multimedia, type Audio
    Subsystem ID 002002h CT4850 SBLi've! Value
    Subsystem Vendor 02h Creative Labs
    Address 0 is an I/O Port : 00009000h
    New Capabilities List Information :
    Power Management Capabilities
    Current Power State : D0 (Device fully-operational, no power saving)
    Vendor 02h Creative Labs
    Device 7002h PCI Gameport Joystick
    Command 0004h (BusMaster)
    Status 0290h (Has Capabilities List, Supports Back-To-Back Trans., Medium Timing)
    Revision 0h, Header Type 80h, Bus Latency 20h
    Self test 00h (Self test not supported)
    PCI Class Input, type Other
    Subsystem ID 002002h PCI Gameport Joystick
    Subsystem Vendor 02h Creative Labs
    Address 0 is an I/O Port : 00008800h
    New Capabilities List Information :
    Power Management Capabilities
    Current Power State : D0 (Device fully-operational, no power saving)
    Vendor 02h Creative Labs
    Device 0008h Unknown
    Command 0004h (BusMaster)
    Status 0290h (Has Capabilities List, Supports Back-To-Back Trans., Medium Timing)
    Revision 00h, Header Type 00h, Bus Latency 20h
    Self test 00h (Self test not supported)
    PCI Class Multimedia, type Audio
    Subsystem ID 0002h PCI Gameport Joystick (Guess Only!)
    Subsystem Vendor 02h Creative Labs
    Address 0 is an I/O Port : 00008400h
    New Capabilities List Information :
    Power Management Capabilities
    Supports power state D2
    Supports power state D
    Current Power State : D0 (Device fully-operational, no power saving)
    (Just a note: above you can clearly see that it does not say I have an Audigy, it thinks it is a SBLi've. Is this normal? The card IS an Audigy 2, it says so on the card.)
    So, I put the card back on my own PC, thinking this has fixed my EEPROM, but I get the same as before. Subsystem ID 0002h. And of course the install software will not detect the card.
    I realise that I could go back to using the web drivers, but this still leaves me with MediaSource not recognising the card and not enabling DVD-Audio or EAX, which is why I bought the card in the first place!
    I have heard that the VIA chipset is possibly to blame for the EEPROM problems on the Audigy cards, and certainly it seems like it is not permanent, since it gave different information on the other PC. So now I am seriously considering getting a new motherboard.
    Do other motherboards cause this same problem? I don't want to buy another board and get the same trouble. All I want is to be able to install my MediaSource and have it recognise my card so I can listen to my DVD-Audio discs.
    Cheers,
    Russ.

    Figured out my problem. Installing the drivers from the web to begin with was a bad idea. They just did not work properly with the card.
    The "card not found" problem has gone as well, after installing it in another PC. I am also using the proper install disc now, as the other one I was using turned out to not be for the Audigy 2 value after all, but was an Audigy 2 install disc. That easily explains the "Card not found" error. The differing results from the ScanPCI program are still bizarre, though.
    Thanks to all of the people on the forum who posted information in other threads to help me deal with this issue. For now I am sticking with the original drivers from the disc and I am not upgrading.

  • Hi Team, I am new for SAP PPPI. Looking for guidline to adopt the SAP standard recipe formula

    I am working with Pharma company having API scenario.
    Here in BOM we have maintain the API quantity as 100% dry where as we received it in moist form. After sampling we come to know the moisture contain & assay contain. This value is stored in table driver directly from QA32 usage decision. We have maintain the classification view with moisture & Assay in %. for every batch the % moisture & Assay is different. Now i want to adopt the recipe formula for API calculation. The formula for calculation is as per below.
    =(Bom Component Qty* Moisture contain %- Bom Component Qty* Assay%)/100
    Please guide me with screen shot, how i can map it in recipe formula...

    I am working with Pharma company having API scenario.
    Here in BOM we have maintain the API quantity as 100% dry where as we received it in moist form. After sampling we come to know the moisture contain & assay contain. This value is stored in table driver directly from QA32 usage decision. We have maintain the classification view with moisture & Assay in %. for every batch the % moisture & Assay is different. Now i want to adopt the recipe formula for API calculation. The formula for calculation is as per below.
    =(Bom Component Qty* Moisture contain %- Bom Component Qty* Assay%)/100
    Please guide me with screen shot, how i can map it in recipe formula...

  • Master recipes operations not getting transfered in SNP PDS to APO from R3

    Hello APO Gurus,
    I am trying to transfer SNP PDS for master receipes from R3 to APO.
    Issue description::
    The operation is not getting transfered correctly , some system default operation "010 generated Operation (from Planned Delive)" is getting generated in APO, also activity and resource capacity is not getting transfered. This situation exist for one plant 1000, for other plant 1100 the SNP PDS created correctly.
    i have following points:
    1. Is there some customizing setting missing on R3 or APO side  for plant 1000 tbefore SNP PDS transfer
    2. What need to be checked on master recipes data in R3,
    i have checked on below points
    1. FG Materials and all the Component Material to be in APO in a Active Integration Model.
    2. BOM & Routing and Production Version setup correctly.
    3. The Routing Operations have to Relevant to 'SCHEDULING'.
    4. Try deleting the existing Integration model for materials & re-create new IM & activate.
    Please help me to send SNP PDS correctly to APO to take heuristic run.
    Regards
    Gajendra
    Edited by: Gajendra_APO on Aug 23, 2011 1:14 PM

    Hi,
    It is good that you have given your already checked points.
    Please check the following things also and try to retransfer the PDS.
    1. Check your resource in ECC, whether you have maintained the Process formula.
    2. Check you have maintained some values in Master Recipe for processing time
    3. Check whether the resource has been transferred for your plant 1000 to APO and an active IM exists.
    4. Also check the type of the resource transferred to APO. It should be a single-mixed/ multi-mixed or bucket resource.
    Hope this will help you to solve the issue.
    Regards,
    Manimaran M.

  • Sound Blaster Play! on Ubuntu 8.04

    Hi, anyone knows the compatibility of Sound Blaster Play! with Ubuntu 8.04. Is it possible to get it installed?
    As my laptop has only one internal sound card, I'm planning to buy this USB sound card to use with some DJ applications.
    Thanks!
    Guilherme

    http://www.pythian.com/news/968/installing-oracle-11g-on-ubuntu-804-lts-hardy-heron
    HTH...

  • Limitation on a material basis or another filed in recipe.

    Hi All,
    I wasnt to grant access to recipes to users depending on the data that is given in the recipe (e.g. per application field or material,u2026).E.g. some users are allowed to see/change recipe of material XYZ, while other users are not allowed to see/change a recipe of material XYZ.
    So , can you please find out, if there is any possibility to create a check or whatsoever to include such an access limitation on a material basis (or another field in the recipe) on recipes?
    Regards
    satish

    It is not common that authorizations must be based on material codes of the recipe header;
    it is usual , however, to create some roles based on Authotization objet VAGRP from C_ROUT_MAT.-
    Many VAGRP ( or Planner Group in the Recipe Header) can be created in Customizing and assigned to the recipe header.
    Regards

Maybe you are looking for

  • Might Be Too Basic for This Area, But Here It Is...

    I am almost 100% sure on going for the latest 17" MPB for school, home, work, all of it, but mainly for a grad degree in architecture. I have a difficult time grasping computer stuff-I think it is a right side brain disorder. anyway, in looking throu

  • Errors while creating tracks in CMS

    Hi All, i have this error 'CBS (URL http://******:50100/tc.CBS.Appl/archiveapi2/) communication exception: Build Server request failed without CBS specific error code. HTTP status: 403 (Forbidden)' what can i do ?????? Message was edited by:        

  • Kernel panic on OS X 10.8.3

    Hi, anyone can help me figure out what is happening and what I should do about it? Interval Since Last Panic Report:  982926 sec Panics Since Last Report:          1 Anonymous UUID:                    B38D3258-68B8-BF59-2F8E-2BE95E675809 Thu Jun 13 1

  • Windows too - java.lang.UnsatisfiedLinkError: no cis in java.library.path

    There have been many posts of people who get the following exception: java.lang.UnsatisfiedLinkError: no cis in java.library.path And it is always on solaris only, they don't seem to get it on windows. However, I AM using windows and am getting this

  • Contact messed up after OS upgrade

    Twice now after OS upgrade that the names of my contacts are changed. Examples include email address before the @domain became the first name, last name also became first name, company name became last name. This is becoming a very bothersome cleanup