Batch no. generation-possibility

Dear All,
Is it possible to generate batch no(year basis-internal no. generation) with 105 movt type for one particular type of material i.e. specifically for one material group of ROH material type?
Please suggest the ways.
I this is possible, Another possibility i want as under.
     Year Base Internal no. Generation at the time of 105 movt for particular material group of ROH mat. Type                    
          No. generation should be as under               
           first two digits     Another 5 digits     Another 2 digits     
Toital digits-9     07     W0001                       01     
From two fields in GRN  i.e.    H124131                   C110 as examplas are given below.
Ex.
     Generated batch no                     (From Any two fields in GRN)     
                                                         1st field                  2nd field
                                  Vendor heat no     Vendor Coil ID
     07W000101            H124131                      C110
     07W000102            H124131                      C130
     07W000103            H124131                      C145
     07W000201            H1235                      C845
     07W000202            H1235                      C879
     07W000104            H124131                      C121
likewise
     My purpose is to generate Year Base Internal no. Generation at the time of 105 movt for particular material group of ROH mat. Type and that unique generation should be based on another two fields ( Vendor heat no & Vendor Coil ID) maintained at the time of 105 movt. This unique no. i am going to use in Prodn order and need tracebility of s/f batch from vendor heat no. and coil no. in final report.               
Any user exit or enhancement will do work.  I am very much need. So please suggest suitable ways.
Regards,
Vijay

Vijai,
Hi..Which steel plant were you working. I too was a steel prod man.
You can try the following exits for replacing the batch number proposed by the system with your own.
Try enhancement: SAPLV01Z
EXIT_SAPLV01Z_002 - using this you can change the batch number proposed by the system. Example: System proposes 000100123. You can change it to ABCD100123.
If you do not want sequencial counter for batch number, you can skip internal assignment in exit EXIT_SAPLV01Z_001 to specify your own batch number in EXIT_SAPLV01Z_002.
Hope this helps Please let me know if you have any problems.
Ram

Similar Messages

  • Batch PDF Generation

    Hello,
    Currently in the process of migrating to Oracle 10g with HTML DB 1.6. Looking for possible solutions for batch generation of PDF invoices with line item detail, graphs and tabular data display. Batch sizes average around 10,000 invoices so speed and efficiency is important.
    Any comments or suggestions regarding batch PDF generation with XML-XSLT-FOP, PL/PDF, or any other approaches is greatly appreciated.
    Thanks,
    Glenn

    Hello,
    For PDF printing on this scale you would probably be much better off looking at using Oracle Reports.
    The XML-XSLT-FOP solution we created is geared more to provding a PDF download to a user during an active HTML DB session.
    Carl

  • How to generate a MSDS report from status GP (Generation possible) to RE

    Hi EHS Goeroes,
    I'm struggling with the Generation of the MSDS. I have done the following procedure and settings:
    a) Create MSDS report (CG42)
    b) Edit Generation Variant (CG2B)
    Settings:
    (I have assigned my template to the Generation Variant)
    Generate manual request automatically: marked
    Change Marks: 0
    Initial release status: RE (released)
    Version requirement: unmarked
    Set historical automatically: unmarked
    c) EHS > Specification Workbench > Report from Template (to test the design - display is correct and all phrases can be found)
    d) EHS > Specification Workbench > Create new report
    (report has been created succesfully and appears in Report Management).
    e) EHS > Specification Workbench > Report Management:
    MSDS_29 Material Safety Data Sheet for China World
    Chinese Not Relevant Generation Poss. => generation possible.
    Feedback affter clicking on Accept: You tried to carry out action 'Accept' on a report with status GP. However, this action is not allowed for reports with this status.
    Feedback after clicking on Generate: You tried to carry out action 'Generate' on a report with status GP. However, this action is not allowed for reports with this status.
    d) SE38 I have no jobs scheduled yet, so I run the following two programs to start the worklist manually, RC1AVGE1 and RC1AVGE2.
    RC1AVGE1 - gave allot of feedback information regarding to changes and so on (first time I run it).
    RC1AVGE2 - feedback: EHS: 'Worklist Generation for Reports - Selection for Check. - 0 reports to be checked were found'
    From my understanding program RC1AVGE2 - should generate the MSDS.
    e) WWI - monitor display (CG5Z):
    100 @03\QNo background processes in client@ 5 SBR WWI-00000000000000000002 FREE RMDERKS
    110 @03\QNo background processes in client@ 5 SBR WWI-00000000000000000063 FREE A132645
    xxx SV001 @5B\QWWI server is active@ @02\QNo background processes on WWI server@
    xxx SV003 @5C\QWWI server is inactive@ @02\QNo background processes on WWI server@
    I checked if I had any jobs running in the background or has been finished, but it seems like it goes wrong here, the system does not generate a job for the generation of the MSDS_29. To be able to get the status of MSDS_29 to RE (Released).
    Does anybody has an idea what I do wrong, or which settings might be incorrect? Futhermore, what are the further steps to issue the report in the SD module - report shipping?
    Help is much appreciated!
    Roy Derks

    Hi Roy,
    Check and activate the QWWI server for the second job wwi - 110. Try once to generate the MSDS.
    I will revert back if i get information.
    regards,
    mahesh.

  • Process Order Batch number generation at the time of order creation

    Dear All,
    I m facing some issue at the time process order creation:
    Current Settings:
    1. Batch Number Creation at the time of order create.
    Reason for this setting: Release of order is done  by releasing operations one by one, therfore batch number will be generated on the final operation release, thats why we set up batch creation at the time of order create.
    2. For FG batch number generation there is a program that copy the SFG(in Order BOM) Batch number to FG. ITs a industry requirement.
    Problem:
    when we create FG order system generate the error message at the time of order creation tht No batch could be determine.
    Please suggest the solution
    Thanks,

    Hi
    Hope you have cretaed Batch serch strategy in COB1
    U need to maintain it as per your strategy type.

  • Automatic Batch Number Generation in tcode MIGO...

    Hi Experts,
                     There is automatic Batch Number is generated  after clicking on Pushbutton  "Check" in transaction code MIGO. Instead of that user want Batch Number Generation after clicking on Pushbutton "Post" . Can anybody tell me the procedure for the same..
                    Thanks in advance.
    Best Regards,
    Vinayak

    HI Vianayak,
    You can implement a Badi for your logic.
    You can implement Badi :MB_MIGO_BADI and write your logic in method CHECK_ITEM .
    Here you can restrict the Batch number based on Fcode for the Check and Post buttons.
    Like if the user click on Check button: based on the fcode for the check button u can restrict it and similarly if the user click on Post button you can pass the value for Batch number. This method get called in both the cases.
    Hope this solves your problem.
    Regards,
    Satyam

  • Data Quality Manager component Crashing during Batch Key Generation?

    Hi All,
    I have setup batch key generation for "FINS Members" buscomp and when the job is executed the task crashes always. I have observed the crash is not consistent on a particular data.
    Most of the times we get FDR file generated and sometimes we have another file "hs_err_pid xxx.log" in the siebel server BIN directory.
    When batch is executing one specific record it seems to be running out of memory.
    Below is the detail from the crash log:-
    Virtual memory info:
      Total              : 2097024 KB
      Available          : 1122452 KB
      Available extendent: 0 KB
    Few Crash Scenario 's:-
    Crash Scenarios:
    73 Contacts - DqMgr CRASH while processing the record "1-908F9". After removing the record from the system, batch job completed with no crash. The contact record has two address associated with this and the name details are below:
    Last Name - ER11 PASS 3 LN
    First Name - ER11 PASS 3 FN
    Middle Name - ER11 PASS 3 MN
    Two Address Associated
    689 contacts DqMgr CRASH while processing the record "1-6KRHD". After removing the record from the system, batch job completed with no crash. The contact record has one address associated with this and the name details are below:
    Last Name - UAT TESTING
    First Name - SCENARIO 6 CLIENT
    Middle Name - DO NOT USE
    One Address Associated
    Any help?
    Thanks.

    Hi
    Thanks for using My Oracle Support Community.
    You mention - "After removing the record from the system, batch job completed with no crash"
    I would recommend you to  check the record and if there are any differences between this record and the others for which the process gets completed.
    Also, please raise a Service Request with Oracle Tech Support with all the relevant logs so that we can analyse the issue in detail and suggest you further recommendations.
    Thanks,
    Shwet

  • Generation possible status not changing

    hi,
    I created the SOP report from specification work bench. I can view the report entry in report management  but the status of the report is in " generation possible" it is not getting executed to the next status. Nor is the report getting released .
    I can view the report  output from specification workbench 'report from template' .
    For this I created a new generation variant with the validity area and application object assigned to it.
    All the ticks relevant are done in generation variant
    My report template is also in released status.
    Please suggest !
    Ashish

    Hello
    I totally agree to Anil.  "Generation possible" is a "bad" status. To my knowlegde as explained by Anil these are "potential" reasons:
    - RFC conncetion lost
    - WWI Server not ready and up; or to many requests are there (I realized this this week): Therefore the WWI process ist still working but the number of documents to be generated is high and therefore it can happen that the WWI server needs 8 or more hours to handle all requests. Afterwards (if you are lucky) the reports in the queue have been generated sucessfully.
    In any case: to my knowledge if non of the "normal" reasons apply and could be removed you need the "debug/replace" option because you will not be able to get this stupid report processed to the next stage. I assume that you will find some OSS notes regarding this (as mentioned by Anil) and may be in higher EH&S release (ECC 6) a "better" solution is found.
    With best regards
    C. B.
    Edited by: Christoph Bergemann on Feb 6, 2010 7:21 PM
    PS: With ECC 6.0 and Enhancement Pack 3 further technical options exist in controlling the WWI process.
    PPS: a quick research in the area of WWI in OSS I found something like 12 potential OSS Notes regarding this issue
    Edited by: Christoph Bergemann on Feb 6, 2010 7:22 PM
    Edited by: Christoph Bergemann on Feb 6, 2010 7:23 PM
    Edited by: Christoph Bergemann on Feb 6, 2010 7:24 PM
    Edited by: Christoph Bergemann on Feb 6, 2010 7:28 PM

  • Best approach for batch mode generation of large report via SSRS

    I have revised this question now that I've determined that we *will* be using the Enterprise edition of SQL Server 2012.
    I have a report (that I will deploy to an SSRS 2012 server) which can vary greatly in size. When the report is expected to be small (which we can determine ahead of time by means that are not relevant to this post), it will be rendered by a .NET 4.5 web
    application using a ReportViewer control (in remote mode).
    When the report will be large, we want the web app to "trigger" the report server to generate the report and deposit it as a PDF file or Excel file in a folder on a file share, and then send an e-mail notification to a configured user. Because
    the reports can be very large, I would prefer not to stream them to the web app and from there to the file share. We have experienced browser timeouts in the past, and so I would prefer to have the SSRS server deposit the generated report directly to the file
    share.
    About 8 parameters have to be passed to the stored procedure which serves as the report’s data source. 
    The database where the stored procedure resides will soon be upgraded to SQL Server 2012.
    I am fairly new to reporting services and wanted to ask what approach would be best suited for accomplishing the above-stated goals.
    From what I've read so far, I know that one possible approach would be to use data-driven subscriptions but the question then becomes:  after inserting report parameters into the subscription table, how does my web app trigger report generation?
    Also, I want to deposit the report in a file share and send an e-mail notification to the user. Do I have to create two subscriptions? There is a configuration option when setting up e-mail notification to embed a hyperlink in the e-mail rather than actually
    include the report in the message. If I select this option, do I give up the ability to specify the destination folder?

    @JoeSchmoe115:  Thanks for your suggestion.  Using a web service or WCF service would still mean dealing with potential timeouts for very large reports (granted you can adjust those timeouts).    
    I think an approach using a console app could work, but rather than having the web app spawn it, an alternative would be to do the following:  (1) have the web app insert report generation requests (including all necessary report parameters) into
    a database table, and (2) have a console app, periodically invoked by Windows Task Scheduler, which reads that database table and then uses the SSRS API as you describe to generate the report, save the byte stream to a file, and finally send
    the e-mail notification to the user.  
    mkedwards
    What you've described will work but saving report generation requests in separate table may not be necessary. I don't have much experience with web services but can they just spawn C# console app with needed parameters and exit without waiting for console
    app to complete?
    The positive side of using database to store report generation requests is that you would have complete log of all requests. Your console app can then update database with completion status.

  • General BADi question:Call BADi in background job/batch input. Possible?

    Hi out there,
    i'm using thoe following BADi: /SAPSLL/CTRL_SD0C_R3 (Global Trade Service).
    But also, this question is a general question.
    If we are calling on screen the transaction VF01, the BADi is called correctly.
    But unfortunately it seemes that the BADi is NOT called (im not really sure, cause i can't debug the background task) when we are calling a batch input sequence wth f.e. form bdc_transaction VF01 nothing happens.
    Maybe BADi cannot be called in a background task? If it's possible, how could it be monitored. Thare isw no spool entry or anything like that!
    Any answer can help.
    Thank you in advance!
    Regards,
    Timo
    Edited by: Timo Ehl on Apr 14, 2009 7:27 PM

    Hi,
    generally BADIs are called in background mode. You can use the following trick to debug your BADI. You just need to create an infinite loop in your BADI implementation. Something like this.
    DATA: l_a TYPE c.
    WHILE l_a IS INITIAL.
    ENDWHILE.
    Obviously when your BADI is called in background mode then program will get into infinite loop. You can easily connect and debug running programs from transaction SM50. You need to select your background process and go to Program/Session -> Program -> Debugging. You will jump directly into your BADI methos with infinite loop. Then you will just set value to l_a and you will start debugging your BADI. If you can not find any process then your BADI is not called in background mode.
    Cheers

  • Batch wise Price-- Possible ?????

    Dear SAP Gurus,
    Is it possible to maintain price for each individual batch in SD or MM??? as for example Plant-material-Vendor-Batch combination.
    If not directly possible- any work around??? anybody worked on it?
    Regards,
    Sarang

    Hi Santosh,
    Using condition records including batch has many restrictions as given below:
    1. This is only possible if you want to determine batch on Sales Order level.
    If so, then you must enable the functionality that Order should not save until correct batch has been identified.
    That mean , we will not be able to create Open Orders.
    2. Batch may be altered in Delivery, suppose anyone has changed the batch in delivery , then again the calculation will go wrong.
    As per your question, I think you can construct such condition tables since field CHARG is already available in catalog.
    alternatively  you can follow the following :
    If you have Batch enabled at Order Level:-
      You can catch Batch Cost Price in VPRS or Some Other Condition.
    (ii) Then, Add another condition say ZBSP(Batch Specific Price) in your pricing procedure. make it statistical.
    add a routine which checks for the value in VPRS, adds relevant margin and and Displays Batch Price.
    If you have Batch enabled at Delivery Level:-
    in order , you can give some average price value,
    Then, In Billing , You will come to know the exact Batch Specific Price.
    Hope this information adds to your requirement.
    Plz reward if found useful.
    Regards,
    Gaurav Raghav.

  • Advance batch number generation

    Dear All,
    One of our customer's requirement is printed batch number on Bags. So we need to sent bag for printing batch number and other details. For that we required Batch number that we will produce after some days.
    We are using internal batch number and due to buffering there may be possibility of gap in batch number.
    Is there any way to give reserve specific batch number?
    Regards,
    Nirav

    Hi,
        You can reserve a batch for order asap order created  by making setting in MSC1N.
    But if you want  a batch reserved before order creation as well or with out any stock then
    Go to OPKP & put no batch creation , and create a batch manually by MSC1n & aasign it to order.
    same for stock you need to remove automatic batch determination policy & need to give it manually.
    Thanks...............Rakesh

  • Batch Export now possible?

    I read in an old thread, that it was not possible, but how about in ver. 10.1.+?
    I am testing ver. 10.1.2 now and for me it would be very important.
    My workflow in FCP 7.3 is:
    I put many individual clips in the timeline, color correct them all via copy/paste them and create a batch list and export all the clips in the batch folder individual with their original filename.
    That means, I can do something else or even have it run over night if there are many.
    This is the only way I handle high volume of clips.
    I know in the early ver. 10.0. xxx it was not possible.
    Hopefully, Apple added this option.
    Thanks

    You can queue up multiple projects and/or clips during the export process. In other words, you can export one project and then another, without waiting for the prior project to complete.
    What you can't do is select multiple projects and then hit the Share button and get multiple output files.
    Compressor will, of course, process batches; it's a primary reason for having the program. But you cannot select multiple files in FCP and send to Compressor.
    Here is a tutorial that illustrates a  kind of faux batch export process.
    Russ

  • Batch determination not possible--  there is no search procedure.

    Hi folks,
    got a problem regarding batch management.
    When doing PGI in delivery document, one error message is showing as "Batch determination is not possible as there is no search procedure".
    Can anyone tell me what the reason for it??
    and how to sove this issue..
    thanks in advance
    sourav

    Batch Determination – Batch Search Procedure Allocation (SD)
    Menu Path Enterprise Structure> Logistics General> Batch Management --> Batch Determination & Batch Check --> Allocate SD Search procedure Transaction V/C5
    1.18. Batch Determination – Activate Automatic Batch Determination (SD)
    Menu Path Enterprise Structure> Logistics General> Batch Management --> Batch Determination & Batch Check --> Activate Automatic Batch Determination in SD -->For delivery item categories Transaction V/CL

  • PDI Custom-BO: ID-Generation possible?

    Hi experts,
    is there a possibility to have a simple auto-generation for an object ID? I found a solution for UUIDs, but would like to have generation for the ID.
    Thanks for your help!
    Best regards
    Tom

    Hi Tom,
    please check out the new reuse library introduced with 1405 release. It is documented on page 231 of the 1405 sdk documentaiton.
    7.2.5.1.12 Number Range (Reuse Library)
    Overview
    This SAP reuse library contains functions that you can use to draw numbers. The drawn numbers are separated by identifiers that support different number ranges for different object types, for example document types. Theseidentifiers are called number range objects.
    Cheers,
    Jens

  • Is Batch wise costing possible in SAP (Pharmacutical Industry)

    Hi,
    Could someone please help me with the below requirement.
    Details gathered from Client:
    1.     Every Raw Material (RM) has a Batch Number
    2.     Every SFG has a Batch Number
    3.     Every FG has a Batch Number
    4.     One Order = One Batch
    My Requirement:
    1.     How do we calculate the cost of every batch of RM that goes into the production of a SFG or FG.
    2.     and the  how do we calculate the Batch Cost of the entire SFG or FG.
    I hope my question is clear.
    Thanks in advance...

    Date wise trial balance can be created using report writer tools. Have done this for my clients.
    Following activities have to be done:
    Install table FAGLFLEXA using t.code: GRCT
    You can do this by copying FAGLFLEXT, after copying, add additional fields like posting date, value fields like balance carryforward etc.
    Create a report library using t.code GRR1 and reference the table FAGLFLEXA or FAGLFLEXT
    Create a report under the library created above
    Using report writer or report painter you design the report same as F.08
    Let me know your email id, will provide the detail screenshots.
    Thanks,
    Sharif

Maybe you are looking for

  • IPhone Contacts Backed Up to PC Windows XP Pro

    How can I backup my iPhone Contacts List to my Windows XP Pro PC ?? And then restore the Contacts List from my Windows XP Pro PC to my IPhone ? Thanks Message was edited by: VDC

  • Where are my albums?

    Upgraded to this new mac software and had problems with iPhoto. Didn't support my printer so had to buy a new one (not impressed). Husband had trouble getting iPhoto to work/print and had to reload library but now this new iPhoto (which i don't like

  • OAM 10g  - custom resource type issue

    I've created a custom resource type, say, boolean with one operation: TRUE. Then I defined resources of type boolean in my domain: /folder, /folder/1 and /folder/2. I created a policy that sets TRUE for resources /folder, /folder/*, and the rule is s

  • Securing AnyConnect VPN user access via specific LDAP groups in Active Directory?

    Is there a brief tutorial on how to secure AnyConnect VPN access using Active Directoty security groups? I have AAA LDAP authentication working on my ASA5510, to authenticate users against my internal AD 2008 R2 server, but the piece I'm missing is h

  • Access APO Table details in ECC

    I have a report in ECC which gives me the details about Product and location along with some Material-plant specific details. Now my requirement is to check whether the particular Product & Location is available in APO or not. From R/3 can i use some