Is there any purging programs for shipping (WSH)?

We are looking for purging programs for the shipping and distribution areas.
Is there any of them available?

Hi,
Yes, there is. Concurrent "Purge Obsolete Workflow Runtime Data" under System Administrator.
Regards,
Ketter Ohnes

Similar Messages

  • Is there any purging programs for WF tables?

    I'm looking for purging programs to purge the WorkFlow tables,
    Is there any of those available?

    Hi,
    Yes, there is. Concurrent "Purge Obsolete Workflow Runtime Data" under System Administrator.
    Regards,
    Ketter Ohnes

  • Is There any Purge program Or API to replace Calander and period type.

    Is There any Purge program Or API through which we can replace Calander name and Period type with another Calander name and Period type.?
    Or any other alternate for doing So?
    Bachan
    Message was edited by:
    Bachan

    Yes:
    IBY_EXT_BANKACCT_PUB - Create Bank Accounts
    IBY_DISBURSEMENT_SETUP_PUB - Create Payee / Instrument
    Regards,
    Gareth

  • Is there any recycling program for mac book batteries?

    Is there a recycling program for the mac book batteries??

    I believe that Apple will take them for you, but there are a number of other places that will recycle batteries no matter the source.  Staples, for example...  I just recently took them a box of 4 laptop computers, with batteries, one of them a smashed-up MacBook Pro (), and it was very easy.  They recycle not just the batteries but the whole computer too.  Call around to local office supply businesses and see who will take them.

  • Is there any standard program for vendor's ageing

    Hi friends,
                There is a standard program for customers ageing(s_alr_87012178).Now i have a requirement for vendors ageing......Is it possible ?
    helpful answer is rewarded.
    Thanks & Regards,
    Anand kumar.

    Hi,
    Check in the following,
    All Standard Reports which are available are as under:
    SAP Easy Access: Information Systems -> Logistics -> Sales and distribution ->
    1. Customer -> Incoming orders / Returns / Sales / Credit memos / Sales activities / Customer master / Conditions / Credit Master Sheet
    2. Material -> Incoming orders / Returns / Sales / Credit memos / Material master / ...
    3. Sales organization -> Sales organization / Sales office / Sales employee
    4. Shipping point -> Deliveries / Returns
    5. SD documents -> Orders / Deliveries / Billing documents ...
    & so on.
    <b>Reward if helpful.</b>

  • Are there any safe programs for cleaning your Mac?

    Are there any safe (and free) programs for cleaning your Mac?

    Mac OS X: Starting up in Safe Mode - http://support.apple.com/kb/HT1455
    What is Safe Boot, Safe Mode? (Mac OS X) - http://support.apple.com/kb/HT1564
    Safe Boot takes longer than normal startup - http://support.apple.com/kb/TS1884

  • Is there any alternative program for RSSTAT10 in ECC6.0 system

    Dear ABAPers,
    Issue scenario:
    We are trying to create a report program in the ECC system to provide the details of the server workload. This report is a copy of the program RSSTAT10 which is working fine in other systems(3.1,4.7). The report works fine in those systems. But when we try to copy the same on ECC,we get a dump " CALL_FUNCTION_CONFLICT_TYPE ".
    The Reason for the dump :
    1.The reason is the mismatch of the field length in the import export parameters of the FM.
    2.There are a few includes and FModules that do not exist in the ECC system, but are available in the other systems. For eg. RSSTAT10 is not available.
    Our question is :
    Since RSSTAT10 is unavailable in the ECC is there an alternate program that can be used in order to generate the report that provides the details of the server workload in the ECC system?
    Regards,
    Prathap

    Check
    Program:- RSSTAT15 in ECC 6.0
    Edited by: Bala Krishna on Aug 14, 2008 12:44 PM

  • Hi on my old windows pc I could use a program call RECUVVA to recover deleted picturs and files. Is there any similar program for my Imac

    On my old windows pc I used a program called recuvva to when things like picture were inadvertantly deleted. Is there a similar program that i can use on my Mavericks Mac.

    Data Rescue 3 http://www.prosofteng.com/products/data_rescue.php works well and has a free trial.

  • Is there any alternate solution for MDM setup without following Device Enrollment Program (DEP) ?

    Hi,
    Is there any alternate solution  for setting up the MDM Process, without following the Device Enrollment Program (DEP) and managing the devices by creating our own setup controlling through the server, Please let me know.
    Thanks for the help.

    Finally I found the solution for the MDM, after doing some research work with the Apple Configurator, iPhone configuration utility and came across with the Profile Manager after installing Mac OS Server and able to manage, configure, remote access and send the commands using push notifications.

  • Is there any antivirus program downloadable for no...

    Hi,     
                     When i see my brothers phone, nokia 7210 supernova, when downloading some songs, the english letters including folders in the memoy card changes as other foreign languages or machine language, which i do not know. The unwanted downloads could not be deleted. Formatting will be losing all the music and video files he stored hitherto. I usually learnt that nokia java phones are not affected by the virus. But seeting this I want to safeguard my and users of nokia s40 phones. Is there any antivius program in jar format available as on now. Could the java phone be affected by virus. If there is any other program elsewhere , could some one tell the link, if the moderator accept its download link
    Solved!
    Go to Solution.

    I, i HAVE ACCESSED THRO DATA AND STORAGE, BUT THEN I RECEIVED A MESSAGES THAT MEMORY CARD IS IN USE BY OTHER APPLICATION. So, I Have changed the theme from the memory card and then i could access it and could scan the virus. Thank you. This I rate as very useful, because, i found so many threads expressing, alternate programs and downloaded spurious programs which is given as jar files and did the extensive damage of slowdown of device and ultimate to device doom. Thank you farby.

  • Any abap program for copying transformation in bi 7.0

    Hi guys
    Could you please let us know is there any abap program to copy transformation in BI 7.0 as we used to have copying update rule in Bw 3.5 or is there any other way ! It is for same datasource , ODS but different source system...
    Advance thanks

    Hi,
      It is there in support packs. we use to have similar kind of problem but we applied and it works pretty neat.
    i think the support pack is sp17 or sp16.
    thanks
    syed

  • Is there any transaction code for uploding logo in ALV reports.

    is there any transaction code for uploding logo in ALV reports.

    hi,
    call function 'REUSE_ALV_COMMENTARY_WRITE'
           exporting
                it_list_commentary = t_header.
                i_logo             = 'Z_LOGO'.
    endform.
    Upload Logo for REUSE_ALV_COMMENTARY_WRITE
    For those who wish to upload and use a picture in your ALV abap reports.
    Steps for uploading Logo :-:
    1. Goto the transaction OAER
    2. Enter the class name as 'PICTURES'
    3. Enter the class type as 'OT'
    4. Enter the object key as the name of the logo you wish to give
    5. Execute
    6. Then in the new screen select Standard doc. types in bottom window
    Click on the Screen icon
    Now, it will ask for the file path where you have to upload the logo
    7. Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE
    or
    Import Logo and Background Picture for Reporting
    In this step, you can import a customer-specific logo and a background picture into the R/3 System. These will be displayed in the header area of reports in HR Funds and Position Management.
    From the SPRO:
    HR Funds and Position Management --> Dialog Control --> Customize Reporting Interface --> Import Logo and Background Picture for Reporting.
    Activities
    1. Enter the Name of your logo/background picture as an object key in the initial screen.
    2. Make sure that the class name is PICTURES, and the class type is OT.
    3. Choose Execute.
    4. Double-click the document type Picture on the Create tab page. A dialog box will appear in which you can enter the path in which the logo/background picture can be found.
    5. Enter the path and choose Open. The logo will be uploaded into the current R/3 System. If the logo/background picture is to be transported into other systems as well, choose Transport.
    6. Return to the initial screen and repeat the procedure after having entered the Name of your background picture as an object key.
    Please note that the logo/background picture can only be displayed in ALV-based reports with an HTML header. Manually programmed reports such as business distribution plans are not based on the ALV.
    If you have selected several initial objects, ALV-based reports in HR Funds and Position Management will automatically use a hiearchical-sequential display. A logo is not displayed here either. Note also that the logo cannot be printed (see print preview in program).
    Make sure that the logo does not exceed a height of 100 pixels because it would mean that the header of the report will be scrollable.

  • Hi Is there any standard program?

    Hi All,
    This is my question to the forum? Is there any standard program to create a report for AP manager to manage workpools? Please help me..
    Vicky

    Hi,
    The requirement is to create a report with a transaction for AP manager to view all the expense reports assigned or to be assigned. Once he see the list he must be able to assign the expense reports to different processors in the workpool.
    Thanks
    Vickie

  • Is there any alternative logic for this issue

    Hello all ,
    I have a  program which is executed as a background job for every 15 minutes . Now my requirement is If this batch job is successfully finished, i have to capture that time and date at which the batch job is successfully finished and update the corresponding time and date in a ZTABLE .
    In order to achieve this , i have created a separate program which will also be running in background.in this program , using the table TBTCO, i m getting the last date and  last time at which the batch job is successfully finished and modifying the ZTABLE accordingly
    Is there any alternate solution for this ?
    thanks&regards,
    G.Pavan

    Hi gpavansap,
    When you define background job in SM36, your first step should be the program which you have scheduled now.
    Create a second step in the same job with another program which would just update system date and time to the ZTABLE. No need to read TBTCO and all.
    The second step would immediately execute as soon as the first step ended successfully.
    If you don't want to create a separate program. you can have a check-box "Update ZTable Only" in the selection screen of the first program itself. If this check-box is selected, the program should only update ZTABLE and do nothing else. Create a variant of your selection screen with this check-box selected and schedule this variant as "Second Step" of your back-ground job.
    Regards
    Suresh

  • Is there any commercial support for LCCS services? What are the associated SLAs

    Hi,
    Following are some queries regarding LCCS.
    Is there any commercial support for LCCS services? What are the associated SLAs of the support and the cost?
    Can I Using applications developed using LCCS for commercial purpose?
    Does Adobe allows its LCCS service customers to offer applications developed using LCCS API for 3rd party commercial usage.
    Thanks & Regards
    Amit

    Hi,
    We were selling LCCS to enterprise customer under a different licensing program, but have since stopped the sale of that.
    You should check out this thread - http://forums.adobe.com/message/4110049#4110049 for a discussion on this.
    Jeff

Maybe you are looking for