Activity profiles in Shipment

Hi All,
Kindly explain me about Activity Profiles assigned for the Shipment activities.
In our company, In the Shipment, during Check in, GTS documents are created, during Shipment PGI will be done and some ASN Outputs are triggered only after PGI.
Is this standard SAP or it can customized. I checked all the Activity profiles, those are all just Variants. But how are these variants performing all these activities. Can anyone explain.
Kindly explain in detail about Activity Profiles in Shipment.
Regards,
Mullairaja

Hello
you firstly create variants according your business needs (eg. PGI, billing, output) to report RV56ABST and then,
assign them to the required status into shipment type ( at check-in, at completion...)
spro > le> transportation>shipments> define and assign activity profiles
Whenever you press on deadlines button, activities defined will be carried out.
Very easy..
regards, david

Similar Messages

  • Activity profile for shipment- create billing document

    Hi Expert,
    Few days ago, I discovered in some posts the functionality of "Activity Profile". As we want to automate the creation of invoices wheh a shipment  is planed, I try this functionality. I create the variant and link it with the activity "For Planning". I tested it and invoices are well created.
    But, because there is always a "but", the invoice that is automaticaly created is of type F2 - Billing Documents however we want that F8 - Proforma invoice type will be used. Any idea where to configure the billing document type to be use when creating invoices with an activity profile ?
    kind regards,
    yannick

    Yannick
    To decide if a proforma or a F2 is created you have
    to define this in the item category type of the sales order items (VOV7)
    For the case they have invoice relevance 'D' then the activity
    profile would create a proforma invoice.
    Within function module SD_SHIPMENT_CREATE_INVOICE it is checked which delivery is relevant for
    invoicing and which invoice type has to be created (call transaction
    VF01).
    Best regards,david

  • SAp standard Activity profile for shipment.

    Hi Expert,
    I am working on transortation module.
    WE have requirmrnt that in shipment creation measn vt01n transaction when user will tick the shipment status that is shipment start,shipment loading......etc. automatic PGI happend or automatic billing document created in background.
    for this as per my knowledge SAP activity profile is the solution but no idea.
    Can someone help me & help me to clear my view.
    Thanks in Advance.
    Dev

    Hi
    Thanks for your reply.
    I know the path , but I want what is activity profile?
    Which activity profile have to use for PGI & which for Billing document.?
    Please suggest or send me any document which provide me a complete set of information.
    Thanks & reply ASAP.
    Dev

  • Activity Profiles to Shipment Type

    Dear Friends,
    I have a business requirement wherein I want to create Transfer Order in background , when the user selects the LOADING START button in Shipment Screen.
    I understand that activity profiles can be used in such cases, can anybody suggest how to move ahead for this requirement.
    How can we assign a Activity profile to the shipment type which can automatically create a Transfer Order in Background.
    Regards,
    Harsh

    Hi Harsh,
            Tcode:0VTL
    select shipment type and choose "maintain" here you can create activity profile.
    each these activity profiel will be stored under specific "shipment type" -
    To run SHipment in Background you use Tcode:VT07
    for collective shipment :VT04
    For shipment list -VT07 , we need to create selection variant- ( is nothing but,pre search criteria which will be stored as a variant and has to include to specific transportation planning piont/shipment type) - VT11
    here u can give- load start date- and activities to be done when this condition is met.
    i didnt do it earlier-
    but have tried for you to help in solvign ur issue.
    i guess lit info may adds to you.

  • Shipment activity profile

    We are trying to figure out how we can control the post goods issue date via the shipment.  We have our activity profile set to do a PGI when shipment start is set.  Now we want the PGI date to be the same as the shipment start date.  I have looked at passing a variable into the variant for the program rv56bpgi, but the system does not allow me to use the user defined variables.

    Yannick
    To decide if a proforma or a F2 is created you have
    to define this in the item category type of the sales order items (VOV7)
    For the case they have invoice relevance 'D' then the activity
    profile would create a proforma invoice.
    Within function module SD_SHIPMENT_CREATE_INVOICE it is checked which delivery is relevant for
    invoicing and which invoice type has to be created (call transaction
    VF01).
    Best regards,david

  • PGI date from shipments activity profile

    When processing a shipment, there are different status :Planning, Check-in,Loading-start.. And it is possible to assign activities (Activity profiles) at these status.
    We have configured to complete the Post Goods Issue activity when executing "Shipment Completion", updating the Execution date with the real date the transport has been made.
    We have some offline warehouses (not connected to SAP), that we report the activities the day after.
    And we found the problem that when we update the Execution date to the actual date on the "Shipment Completion" Status the PGI is done, but the updated date is not taken into account, and is posted with the current date.
    I wish if anybody can help with their experience how can we configure the system to Post the Goods Issue of the deliveries with the date updated in the shipment.
    Thanks in advance!
    Jorge

    Dear Jorge,
    I don't think it is possible through configuration.
    Once the PGI done with shipment completion date, the date of the PGI will not get reflect if you change the shipment completion date after wards.
    Try with some enhancements with help of ABAPer
    Here you can find some BADI's you can go through these
    Business Add-In for Posting Goods Movements
    Use
    Application component: LE-SHP-GI
    You can use the Business Add-In LE_SHP_GOODSMOVEMENT to influence the data at the interface between delivery processing and goods movement (goods issue/goods receipt).
    The Business Add-In LE_SHP_GOODSMOVEMENT is called at the following points:
    Post goods issue for outbound delivery
    Post goods receipt for inbound delivery
    Standard settings
    This Business Add-In is not active in the standard system.
    The Business Add-In can be used more than once.
    Activities
    To activate the Business Add-In, you must create an active implementation. To do this, go to Customizing for the component Logistics Execution and choose Shipping -> Business Add-In.
    For more information about this procedure, see the SAP Library under
    Basis Components -> ABAP Workbench -> Changing the SAP Standard -> Business Add-Ins -> Implementing Business Add-Ins.
    Note that the Business Add-In can be used multiple times and therefore all active implementations are called and run through.
    Example
    You can influence the data at the interface that was transferred from the delivery as follows:
    Change existing data
    Check existing data
    Determine missing data
    Add missing data
    These changes have no effect on the fields in the delivery item or the delivery header. The changes do affect the input structures (IMSEG and IMKPF) of the function module for creating goods movements (MB_CREATE_GOODS_MOVEMENT).
    Further notes
    Documentation for BAdI Interface IF_EX_LE_SHP_GOODSMOVEMENT
    I hope this will help you,
    Regards,
    Murali.

  • Activity profile for planning does not seem to work..

    Hi,
    All I need is to trigger a custom idoc filled in a custom FM and to be sent when the planning button in vt01n or vt02n is clicked and then save button is clicked. I have everything else setup..
    Message type is SHPMNT
    output type is ZEDI
    have a process code in place
    partner profile in place...
    so i set the activity profile too
    for custom shipment type zout - profile name zxxx and the variant maintained has the message type set as zedi and medium as 6.
    what is missing...output is not triggered  !!
    pl help...

    Hello, Slabby01. 
    Thank you for the question.  Try closing all open applications and power cycle the device.  Test the results after processing these steps.  If the issue persists, try going through the troubleshooting steps in the second article below.
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    iOS: Troubleshooting Siri
    http://support.apple.com/kb/ts4079
    Cheers,
    Jason H.

  • Print out through activity profile

    Hi,
    I have created a activity profile to print CMR form when i click Shipment completion.
    i have created variant, checked the delivery indicator and
    assigned output type ZCMR and transmission medium 1, processing mode 1
    But during shipment creation the output is not getting triggered when i press shipment completion.
    Please suggest me where i did the mistake
    Regards,
    Suresh

    hi Srinivas,
    Thanks for the reply.
    1. when i create condition record and no requirement assigned to delivery ouput determination procedure
      result: output is triggering when i save delivery doc.
    2. If i dont create condition record and no requirement - output is not getting triggerd when i press shipment completion button in VT02N. ( output determination analysis is co
    My requirement is CMR and packing list to be printed when I press shipment completion button  in VT02N. please suggest me suitable solution.
    Regards,
    Suresh

  • Error 'url not in active profile'

    Sometimes when trying to log onto the internet (with my N85) I get the error: URL not in active profile.  I change the connection (as I seem to have about 3 or 4 options to select with virgin, but that doesn't always help.  I'm trying to open a bookmark, so not sure why its says its not in my profile. 
    I'm confused. Any suggestions as to what/where I should be looking. 

    I found a solution, restarting my phone seemed to fixed the problem. 
    Reminds me of when IT departments say "have to reboot your pc?"  Simple, but effective in my case.

  • Many Warnings in System Log  "The active profile was modified "

    Hi,
    We have a 3 system BI landscape (Development / Quality / Production) .
    When I check in system log of all the servers in SM21..I could see repeated warning messages with the username sapsys
    The active profile was modified
    >>> Profile name = /usr/sap/BIQ/SYS/profile/BIQ_DVEBMGS00_node1
    BIQ is the System ID
    I do not understand what went wrong in our lanscape.This message appears in all the 3 servers(Dev/Quality & Production)
    Double click on System Log doc in SM21 shows this
    Details Page 2 Line 8 System Log: Local Analysis of HYPERIONM                 1
    Time     Type Nr  Clt User   TCode Grp N Text
    16:02:32 DIA  000 000 SAPSYS       GC  3 The active profile was modified
    The active profile was modified
    Details
    Recording at local and central time........................ 04.11.2008 16:02:32
    Task...... Process                 User...... Terminal Session
    78251      Dialog work process No. 000 SAPSYS                   
    TCode Program  Cl Problem cl      Package
    1       SAPMSSY6 S  Operation Trace SPFL
    Documentation for system log message GC 3 :
    The active profile was modified. After being activated with the profile maintenance transaction, the profile was changed with an editor.
    Always use the profile maintenance transaction to change profiles.
    Technical details
    File   Offset RecFm System log Grp N Data
        1 30457080                  GC  3
    Can anyone help me if you have any idea in this.
    Thanks in advance.
    Regards,
    Sudheer.

    Was a change made to any of the profiles outside of RZ10? You might want to compare what is out on the file system to what is stored in RZ10 to see if there are any dramatic differences. If not, then you should be able to get rid of the message by importing the current profiles.
    Hope that helps.
    J. Haynes

  • How to download active profile from rz10?

    Hi All,
             I have a task that to download the active profiles from the rz10. which function module i have 2 use to download the active profile in rz10.

    Take a look at FM of group SPFL like
    - PFL_GET_PROFILE_LIST
    - PFL_READ_PROFILE_FROM_DB
    Regards,
    Raymond

  • E6-00 -- How to Hide Clock & "Active Profile'

    Hi
    I want my E6-00 Home screen NOT to show the irritating Clock & "Active Profile" on ALL Home Screens.
    I want them to be added / removed on the Home screens like any other widgets.

    Wait for Belle and then you probably will have further options...
    Nokia 808 again (delight Belle), Nokia E7 and X7 ( again, all on Delight Belle...after some time on Nokia Lumia 925 (retired), 1020 (not that great)and Lumia 820 (Replaced my router at home, great for internet sharing).., N9 The best device ever (use it as much as Lumia 1020), Nokia 700 (Sport Phone/My Love :-) ) Nokia 701, Nokia E6 (Should have a follow-up from Nokia among with larger screen, NFC, Autofocus), Lumia 800 (Retired After 6 weeks), -Sports Tracker-Nokia Internet Radio-Handy Safe-Skype-Bambuser-Screenshot app pro-fMobi-ComingNext-Manual TaskSwitcher-jagiTimer-Easy StopWatch-Boldbeast-Equalizer-Financial Calculator-WiMP Music-YTasks-Davi-Thumbnail Folders-BizCalendar-Tiny7-Situations-nn reeder-Sport Timer-CameraLover-CameraPro-GrabRadio-LiveScore-Poddi-Gravity-SkyFilesPro

  • Contact alert custom vibration won't set to "active profile"

    I have one contact that I set to vibrate a certain way for SMS messages (short five) that is different than my regular setting (short 10). When I set the custom vibration under the contact alert, it gives me the "In Holster," "Out of Holster," Always," and "Active Profile" options. It defaults to "in Holster" and I want it set to "Active Profile". That way it vibrates regardless of whether it's in my holster, in my pocket, on my desk, etc. Problem is, I can't save that setting. I select "Active Profile", save the settings, and it defaults back to "in holster." Is this a software glitch or am I missing something? Thanks.
    U.S. Cellular Tour 9630 running v5.0.0.484 (Platform 4.2.0.214)

    Solved...
    I reinstalled on my home Mac, "authorized" the song, re-synced the phone, and now works as it should.

  • Moving Active Profile To Another Sub-Org

    I am looking for a safe method of moving active service profiles to another Sub-Org without doing any re-confis.
    Thanks

    Terry,
    Yes, the situation has not changed in 2.1, if you move the Service Profile to another Sub-Organization, what you get is a copy of the service profile and it stays unattached (you basically clone the SP).
    What I recommend is that, now that you have a exact clone that actually makes reference to the exact same pools defined in UCSM, make sure that:
    * You assign the resources (pool's resources) for the blade manually  
    OR
    * Free up the resources so that they can be assigned again to the new SP
    Just the fact of drag and drop to a new sub-organization does not mean any traffic disruption or corruption of data, so it is a safe move.
    Let me know if you have any other question.
    Please rate ALL helpful answers.
    -Kenny

  • The ringtone that rings isn't the one set in the active profile

    I have not linked any ringtone to any contact, yet in one of my profiles the ringtone that rings for all calls isn't the one that I have specified for that particular profile. How can I fix this?

    Welcme to the Frums!
    So you go to the profiles and Advance then highlight the profile you want to edit........ Go to phone and select ring tone you want for your ringtones when someone calls . Is this what you hae done? 
    Nurse-Berry
    Follow NurseBerry08 on Twitter

Maybe you are looking for

  • Is a WD My Book Studio Desktop 3TB Hard Drive - FW 400/800, USB 2.0, Apple Time Machine Ready external hard drive bootable with my Powerbook G4 12" PPC 10.5.8?

    Sirs or madams, Is my Powerbook G4 12" PPC 10.5.8 'bootable' with a Western Digital My Book Studio Desktop 3TB Hard Drive - FW 400/800, USB 2.0, Apple Time Machine Ready external hard drive? Western Digital says officially no, but that it MIGHT be. I

  • Problem with ADC monitor

    Why is my ADC monitor not turning on after I put my G5 to sleep? I am running an adaptor to my G5 from the ADC monitor (DVI to ADC). The screen usually runs fine when I reset the monitor or turn it off but as for when I put it to sleep, no such luck.

  • Problem with Nested Templates, and Editable Attributes

    Hi all, I've run into the following problem. I have a template called A. I created a nested template B from A. I made an attribute editable to B, in A. The problem I am having is that I would like that attribute still editable in a page derived from

  • Multi-button problem can anyone help

    i hve problem with controls.buttonclicked when i press the button it doesnt work nothng happens even if i said that it should clear after pressing the button i looked at the button i used before but i couldnt find anything missing besides controls.bu

  • Why lock-order can use in cascade delete?

    Hi. http://edocs.beasys.com/wls/docs81/ejb/DDreference-cmp-jar.html#1113798 #Function #Use this flag to specify the database locking order of an entity bean #when a transaction involves multiple beans and exclusive concurrency. #The bean with lowest