VF05 can use in Batch Job or not?

I have problem because when I use VF05 to query by 1 sale organization in 1 month when i execute in foreground it will be short dump [because it take a long time].
So Please give me solution to use VF05 to crate batch job

Hi;
The program behind VF05 is SAPMV65A and this program does not have a selection screen and so you cannot schedule a job for this T.code in the background.
Regards,
Mani

Similar Messages

  • Is there any program i can use to batch delete the inbound delivery ?

    Hello, everyone.
        Is there any program i can use to batch delete the inbound delivery ? Thanks.
    Xinzhou gao.

    Hi,
       VL66 is used for deleting temporary inbound deliveries that have been marked with the deletion flag in the database, the temporary deliveries should have the deletion flag selected in the database, but i want to delete the normal inbound delivery without deletion flag now, is there any  other solutions? Thanks.
    Xinzhou gao.

  • I want to burn music cds on my iMac that I can use on other cd players not just on a pc or mac how do I do this?

    I want to burn music cds on my iMac that I can use on other cd players not just on a pc or mac how do I do this?

    Hi, neighbour!
    Create your playlist in iTunes, making sure it will fit on a CD (time and size of playlist shown at bottom of window).
    I think as you're in Lion, it'll be iTunes 10? If so I believe the burn option is now in one of the menus - probably 'file', but it shouldn't take much finding).
    Selecting Burn should give you a dialogue some thing like this;
    (This is iTunes 9, so it may not be exactly the same).
    Choose Audio CD and set the gap if reqd.
    Click burn, then insert the CD when prompted in the top of the iTunes window.

  • Brought a Cs6, it said i can used it tiwce, but is not working

    brought a Cs6, it said i can used it tiwce, but is not working, and the key i had it only got 5part and start with english DSSxxx-xxxx

    Have you managed to install it once?  If so, just repeat that same process when you do it twice.  You need a serial number to activate the installation.   Serial numbers consist of 24 numbers, grouped as 6 sets of four numbers.

  • Invoice creation in batch jobas are not in sequence

    Hello ,
    I schedule two batch job with diffrent variant at the same time. When invoices are created in batch job there numbers are not in sequence. If I check creation time then Invoice creation time of Invoice  number 2 is latter than invoice creation time of number5.
    As per number range concept Invoice 2 should create before Invoice 5.
    Why this is happening?
    Regards
    RDC

    >
    > Thanks for the soon reply but here my legacy system is File it is having the fields like INV details and country key and customer details these details i want to send it to Target Ecc system based on the country .
    Use File Adapter in sender side to read the data from Legacy System ,if the legacy system data format not XML then use File content conversion in Sender comuniction channel to convert in to XML.
    > for exp: If the country is Us then create the vendor invoice in the Ecc system , if the country is IND then check whether the existed customer in the ECC system or not if Existed then those details update into one more legacy system .
    >
      You have to perfrom RFC Lookup in mapping level if the coiuntry is IND,anyway you are on PI7.11 so you can perform RFC llok to check the it is existed customer or not. search in sdn for RFC look up.
    Finally use enhanced Receiver determination to determin receiver.
    search in sdn you will get it hot to determine dthe receiver...everything..
    the requirement not complex..
    Regards,
    Raj

  • Create Pivot Table in Background using a Batch Job

    I'm using 4.7 and I have a request to create a daily batch job that will run an ALV report and create a pivot table. How do I create the pivot table? I tried using the FM 'EXCEL_OLE_STANDARD_DAT' but I get a 'File do not exist' message. Tried looking at the documentaion of this fm but it doesn't have any. If anybody can explain to me how this function works, that would really be great. Or if you have a better solution, that would be even greater than great.
    Thanks in advance!

    Hello Liz,
    I think it is not possible because to generate an Excel file, SAP needs the Excel program.
    But when the program is executed in backgroud, SAP server does not have a way to access Excel program to generate the file.
    Hope I am wrong...
    Regards,
    Mauricio

  • Uploading Data Into CRM Using a Batch Job

    Hi,
    How can I automate the procedure of uploading data from a flat text file (product data) into CRM using the function module GUI_UPLOAD?
    Thanks,
    Rachita.

    Hi,
    GUI_UPLOAD, like the name says, uses the SAPGUI to upload the data to the server, and in a batch job, you don't have the connection to a SAPGUI. So you should use following kind of coding:
    DATA MSG(100).
    OPEN DATASET "FILENAM" FOR INPUT IN TEXT MODE ENCODING DEFAULT MESSAGE
    MSG.
    IF sy-subrc = 0.
    DO.
    READ DATASET "FILENAM" INTO [Your internal table].
    IF sy-subrc <> 0.
    EXIT.
    ENDIF.
    APPEND [Your internal table]P_DATA.
    ENDDO.
    ENDIF.
    Reward points if found helpfull...
    Cheers,
    Siva.

  • T code to find sales orders/Deliveries for which batch job could not create

    Hi
    Once a PGI has been created for a sales order, the invoice should be created in nightly batch. Once is a while, something is wrong and SAP cannot create the invoice. I know there is a transaction that will list the orders / deliveries where SAP could not create the invoice. Can you tell me what that t-code is? Thanks

    Lakshmipathy
    I think you did not get my point corectly , I know , billing docs due list , what I  need was after batch job running , for some deliveries , due to some reason , billing docs might not have created .
    Business needs to know only thsese delivery docs in a T code or table but not all the due document . I did not find answer for this question in SDN .
    I got the answer now  for this question , it is V.21 .
    Thanks for your time .

  • MRP Batch job RMMRP000 not woking but MD01 works

    Hi Gurus,
    We have a batch job running nightly for program RMMRP000 (MRP) in the morning when we check it, it does not propose any requirment. But when we run MD01 in the morning. It proposes requirments for materials. Why is this happening? I was told to check if the material is in the planning file and it is.
    What Am i missing.
    Thanks,
    Jograd

    Hi,
    That's okay, I think your background job running is no problem, because there are 64 materials planned. You should double check the other parts' planning file entry, whether they should be taken into account the MRP run? Normally there are the following prerequisitions:
    Material master data changed, e.g. some fields in MRP1, 2, 3 and 4 views;
    BoM or Routing changed;
    The requirements of parts with Higher Low-Level code changed, e.g. sales order, sales scheduling agreement;
    Production plan changed.
    And so on, all data is relevant to MRP. Check your production plan, it's daily plan or weekly plan!
    Regards
    Tao

  • Convert PO's into Inbound Deliveries using a batch job?

    HI Experst,
    Can we create inbound deliveries for PO's through scheduled batch jobs? Or some custom development will be needed?
    Any responce is greatly appreciated.
    Thanks,
    KHAN

    >
    Dominik Modrzejewski wrote:
    > Check transaction VL34.
    > Maintain your variant there and setup a job for this program RM06EANL with your variant.
    >
    > Regards,
    > Dominik Modrzejewski
    Wouldn't VL34 require manual entry for the document numbers to process?
    I know VL10G variant run via batch job works perfectly for outbound deliveries so I assume VL10G would be the transaction to create variant/batch job even for inbound deliveries.

  • Purchased Photoshop/Lightroom deal...can use Photoshop no prob but not Lightroom

    purchased photoshop/lightroom deal...can use photoshop no prob but lightroom says I have 0days remaining on my trial and I cannot open it. It is asking for serial# but I don't think I got one...I searched my emails and I didn't find anything. I've tried downloading again but still nothing...Please help I have a deadline to meet and i need to use it right away.

    Uninstall your current LR5 that is activated with a serial number.
    Quit the CC Desktop application.
    Restart the CC Desktop application—this causes CC to rescan your location computer to see what is installed.
    At this point you’ll see an Install button next to Lightroom, so install that.

  • Can't upload Web Job: Could not upload zip file for job:

    A few days ago, out of the blue my Web Jobs I had associated with one of my Azure Websites disappeared. Actually at the root of the dashboard in the Portal there were still listed as a Job collection BUT not associated with the website. There were also errors
    in the Job logs but I foolishly deleted the Jobs and tried to upload them again. However I keep getting an error when attempting to upload the zip file [as I had previously done] against this same website. I've tried against another website and it worked ok.
    But I need to upload against this ONE particular site as the webjobs get files from that website. I did discovered lots of nasty trace in the kudu log file. Here is some:
    I've searched and search forums and discussions but can't proceed. Can anyone assist me?
    <Events><Event><System><Provider Name="ASP.NET 4.0.30319.0"/><EventID>1309</EventID><Level>2</Level><Task>0</Task><Keywords>Keywords</Keywords><TimeCreated SystemTime="2015-03-14T16:17:48Z"/><EventRecordID>-1680563781</EventRecordID><Channel>Application</Channel><Computer>RD000D3AD0013E</Computer><Security/></System><EventData><Data>3005</Data><Data>An
    unhandled exception has occurred.</Data><Data>3/14/2015 4:17:47 PM</Data><Data>3/14/2015 4:17:47 PM</Data><Data>63d127c928c44f0084bdb2a93fc5ab81</Data><Data>1</Data><Data>1</Data><Data>0</Data><Data>/LM/W3SVC/1897069090/ROOT-4705-130708234647101317</Data><Data>Full</Data><Data>/</Data><Data>D:\Program
    Files (x86)\SiteExtensions\Kudu\43.40212.1385\</Data><Data>RD000D3AD0013E</Data><Data></Data><Data>6368</Data><Data>w3wp.exe</Data><Data>IIS APPPOOL\payskool-schooladmin</Data><Data>InvalidOperationException</Data><Data>The
    pre-application start initialization method Run on type WebActivator.ActivationManager threw an exception with the following error message: Exception has been thrown by the target of an invocation..
       at System.Web.Compilation.BuildManager.InvokePreStartInitMethodsCore(ICollection`1 methods, Func`1 setHostingEnvironmentCultures)
       at System.Web.Compilation.BuildManager.InvokePreStartInitMethods(ICollection`1 methods)
       at System.Web.Compilation.BuildManager.CallPreStartInitMethods(String preStartInitListPath, Boolean&amp; isRefAssemblyLoaded)
       at System.Web.Compilation.BuildManager.ExecutePreAppStart()
       at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)
    Exception has been thrown by the target of an invocation.
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
       at WebActivator.BaseActivationMethodAttribute.InvokeMethod()
       at WebActivator.ActivationManager.RunActivationMethods[T]()
       at WebActivator.ActivationManager.RunPreStartMethods()
       at WebActivator.ActivationManager.Run()
    Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
       at Microsoft.AspNet.SignalR.DefaultDependencyResolver.RegisterDefaultServices()
       at Microsoft.AspNet.SignalR.DefaultDependencyResolver..ctor()
       at Kudu.Services.Web.App_Start.NinjectServices.SignalRNinjectDependencyResolver..ctor(IKernel kernel)
       at Kudu.Services.Web.App_Start.NinjectServices.RegisterServices(IKernel kernel)
       at Kudu.Services.Web.App_Start.NinjectServices.CreateKernel()
       at Ninject.Web.Common.Bootstrapper.Initialize(Func`1 createKernelCallback)
       at Kudu.Services.Web.App_Start.NinjectServices.Start()

    Thanks very much for your prompt reply. This has indeed fixed the issue.
    Can I ask what might have caused the issue in the first place to necessitate the restart? Is it possibly there were too many logs files and that perhaps disk space became an issue for the Website?
    Kind regards,

  • HT4325 I can use airplay on iMac but not iPad or iPhones

    My iMac streams music to my Apple TV units and I have the airplay icon appear. I can happily stream music to different speakers from my iMac.
    I am using Pandora to play music on my iMac and would like to stream it to different speakers. I thought I could do this using either my iPhones (4S & 5) and iPad2 but no such luck. It would appear that I cannot stream to the AppleTVs as they are first generation but they happily work with the iMac?!?
    Am I missing something or is there a way I can achieve streaming from these devices using Airplay?
    Background: The wifi is fine, all devices are using the same system and are connected using a router. It works well for the iMac using itunes but alas Pandora is not available on itunes.
    Any suggestions?

    Welcome to the Apple Community.
    No you aren't doing anything wrong, the first generation Apple TV can't receive streams from an iOS device.

  • HT4528 I currently have an iphone from verizion. I would like to know if i can use a iphone that in not contract, but is from ATT?

    I currently have verizion iphone and want to use a non contract att iphone to replace my old iphone, can this be done?

    No. You can not use anything but a phone made specifically for Verizon on Verizon.

  • Hello people...i am planning to order iphone 5s online and wanted to know whether i can use it in india or not? Is it the factory unlocked mobile or it is related to some t-mobile contract?

    Please help me with dis problem....as soon as possible, as i am not able to understand dat should i order iphone 5s or not?? I am gonna use it in india, and i have no issue paying 700$ including taxes...i just dont want any sim lock issues...

    You should go onto the Tmobile web site and look around. Very soon a pop up window will ask you if you want to chat. You can try asking for someone who knows Spanish (if you prefer), they might have someone available who can chat with you in Spanish.
    I give this suggestion because I remember on the Tmobile website, you can order on line, but they let you choose to pay only a little money up front, then pay off the rest over 24 months, or you can choose to pay for it in full. However, their ordering process does not say whether the paid for in full phone is going to be unlocked or not.
    It may not be, You may have to make a request and say that since you have paid in full please unlock. I am not so sure that a paid for in full phone is automatically sold in unlocked state.
    This is why I suggest you talk to Tmobile to get a definite answer.
    Unless someone else on this forum knows for sure? Hope someone else jumps in to answer. But the best way is to ask for yourself directly from Tmobile.

Maybe you are looking for

  • Set Scope for Virtual Machine in 2012 R2 WMI v2 Namespace

    Basically, I want to know how to set the scope for a hyper-v vm in Server 2012 R2 so users see only the specific vm's assigned to them. I work at an academic institution, we intend to upgrade our 2008 R2 servers to 2012 R2 but before we can do that w

  • How do I flatten an image in Photoshop with a transparent background?

    Hello!  I am trying to flatten an image in Photoshop while keeping my transparent background.  When I flatten, it gives me this white background instead.  Someone posted this, "thanks for the help. I've seemed to of figured it out. what I did was>mer

  • DAQmx - Measuring only the pulses w/o pauses of a pulse train

    Hi everyone, I've got a problem which I hope you can help me with. I'm using a NI 4461 PXI DAQ-card on a PXI realtime system and LabView 8.5. I'd like to measure a pulse train @ 1900 Hz with very low duty cycle. In order to reduce the aquired data, I

  • How can URL links in Content Area be periodically checked ??

    Is there an automated way an to check for bad URL links in Content Areas??

  • CALLING REPORT

    Hi , Iam calling a report from form using run_product.I want to supress the display of parameter form of the report.How i do it? I generated the report with no parameter form option.It is not displaying the parameter form when i run it in the report