Remove fields like All ASN's & shipping notifications

Hello All,
Can anyone help me to remove fields like All ASN's and Shipping notifications from the SRM SUS portal screen? Please help.
Regards,
Jones Praveen.S

Hi Jones,
what is displayed in the menu on the left side depends on the users role, respectively on the role menu defined in the role. Should you want to change this, you can create your own custom version of the standard role and remove any entries not wanted.
The content in the main area of the SUS start page depends on the users authorization. Authorization object BBP_SUS_P2 will control to which documents the user has access and according to that the content will be shown or hidden in the start page.
regards
Zoltan

Similar Messages

  • ASN-Advance Shipping Notifications

    Hello Experts,
    I got the requirement to prepare a report for advance shipping notifications.. can any one guide what r the tables involved and the fileds involved to prepare the report.. or any one post me a sample code that would be really helpful for me
    thanks alot in advanse
    ~~Guduri

    Hello Shahuraj,
    I got most of the info that i need for my requirements. But i need some more info for my following requirements.
    1) List All Open ASN : what does Open ASN means and how do i find it?
    2) List all ASNs from a certain vendor: Any further details ?
    3) List all ASNs for a certain material: I guess we can get this from EMATN field of EKES table. Am i right?
    4) List all ASNs under a certain MM Scheduling Agreement: Pls throw some light  on this ?
    are there any function modules which get me this details? this would avoid me writing the code from scratch..
    Thanks,
    Kishore Babu

  • ASN (Advance shipping notification)and Inbound deliveries

    Gurus,
    In our secenario we want to use the functionality of Advance shipping notifications from our vendors through EDI/IDOC, where exactly in the PO screen does the notification number resides and how does this trigger inbound delivery, meaning whether we should still be using VL31n/VL34? Any help is greatly appreciated.

    Hi
    The ASN from vendor in form of EDI will be converted into IDoc in SAP and it should trigger VL31N and pass the data.Once Inbound delivery created thru IDoc same will be updated in PO line item details-> Confirmation tab.
    You should develop an interface(Program) to convert EDI file from vendor
    (normally XML file will converted into IDoc) into Inbound delivery.
    regards
    Ramakrishna

  • ASN(Advanced Shipping Notification) & EDN(Electronic Delivery Note)

    Hi All,
    Could some one please share me some info on ASN and EDN please?
    I'm quite new to this area. Our customers are expecting ASN's and EDN's after sending the ORDERS data from EDI.we are using seeburger as 3rd party.
    I believe we can import some idoc's related to this ASN and EDN from ERP and send it to the customers, is this an appropriate approach?
    Could some one please explain me the process or any step by step guides will help.
    Thanks in advance.
    Smith

    Hi Smith,
    I have very basic information about ASN & EDN
    ASN
    An Advanced Shipment Notice (ASN) is an EDI formatted electronic notification of pending deliveries; an electronic packing list. The goal of the ASN is to provide information to the destination's receiving operations well in advance of delivery.
    An ASN can provide a list of all of the barcoded ID numbers of the shipping units and the contents of each. The time required to receive the load, then, is greatly reduced.
    EDN
    The goal of the EDN is to provide the delivery note to the vendors as completion of receiving operations as per the scheduled delivery. In EDN the validation is possible with the help of barcoded ID numbers provided as per the ASN.
    Probably below link will provide you more detail information about it
    http://esoadocu.sap.com/socoview(bD1lbiZjPTgwMCZkPW1pbg==)/render.asp?&packageid=DBBB6D8AA3B382F191E0000F20F64781&id=5A3F67AA65314AD2A223FF5BE5D09C40
    http://www.sap.info/public/INT/int/index/PrintEdition-3926423e72de89a3d-int/2005/articleContainer-43454262d8a505fe2
    http://help.sap.com/bp_bblibrary/500/html/W41_EN_DE.htm
    http://www.tangentia.com/ecircleasn/
    Thanks
    swarup

  • ASN  - Advance Shipping Notification

    Hi,
    I am implementing the functionality to list all the Open ASNs. Based on my initial understanding regarding ASN, it is the notification that is sent to the buyer before the delivery is actually made. Now here are my questions req this.
    1) Is ASN number and Inbound delivery number same ?
    2) To list all my open ASNs which is the table to access, which field ?

    Hello Yathish,
    Thanks for the info.
    What you say is that in most of the cases ASN and outbound delivery numbers would be same.
    1) What are the cases in which the outbound delivery numbers and ASNs are not same and in those cases how do i find the ASNs?
    2) How do i link LIKP & NAST tables? NAST table talks about the messages etc but nothing w.r.t to the deliveries or related fields. In this case how is the deliveries linked to the status of messages i.e VSTAT field?
    thanks,
    Kishore Babu

  • Custom fields on shipping notification (ASN) tab in PO.

    Hello Guys,
    We are on SRM_SERVER 550 service pack SAPKIBKT07.
    We would like to add custom fields on the shipping notification (ASN) tab in PO.
    To do so we had gone through the OSS Note: Note 672960 - User-defined fields 2.
    But couldnt find the structure in which the custom fields can be added. More over we are not running on SUS.
    Currently we are creating ASN through XI interface. Using Sproxy We had called the function module BBP_DDN_UPDATE to create the ASN.
    Do let us know if any details are needed.
    Appreciate your help.
    Thanks,
    Rama

    Hi Rama
    Please check this out
    You can add custom fields in a separate tab in header using the below 2 BADIs.
    1. ME_GUI_PO_CUST
    2. ME_PROCESS_PO_CUST
    For above BADI's create screen ...and assign the screen group and screen no for that implementation....
    Please take help of Good Technical ABAP resource
    Below example may not be directly relevant but you can work on this guidelines
    SPRO u2013 SAP Reference IMG --- Logistics General --- Basic partner u2013 customers -- Control u2013 Adaption of customers own masters data element u2013 prepare modification of customer free enhancement of customer master record
    1)Screen group description
    zs creating badi --- (save)
    click on (label tab pages) u2013 new entries
    number u2013 10 , function code u2013 zs10 , description u2013 func ---(save) u2013(back)
    2)select (FM_CUSTOMER_ADD) u2013 copy
    Implementation name u2013 ZAS
    (desc u2013 impl for cust) u2013 (save)
    interfaceu2014(check_add_on_active) double click on it
    3)the above screen appear -- write the code in it u2013 (save) --- (activate) u2013 (back) u2013 (save)
    -- (activate) u2013 (back)
    Business adds in customer sub screens
    4)select (FM_CUSTOMER_ADD) u2013 copy
    Implementation name u2013 ZAS1
    (description -- cust) u2013 in attribute u2013 (give screen group name)
    5)go to interfaces (GET_TAXI_SCREEN) double click on it
    (save) --- (activate)
    6)(SAVE) --
    Goto SE38 -- CREATE PROGRAM WITH NAME (ZQW) type module pool
    Goto SE51 -- Prog : ZQW
    Screen : 200 (Create)
    Goto layout u2013 design the screen
    7)save u2013 activate
    then goto transaction : va02
    For User Exit's
    goto to tcode->status->program name->double click on that,
    then goto to-> attribute take the package name and
    Goto SMOD tcode ->Utilities->give the package name and F8
    then a list of exits will display for that tcode as well as that package.
    u can check the table MODSAP
    u can check the table MODACT
    For BADI's,
    1)goto to tcode SE24 give the CL_EXITHANDLER and display and then double click on the GET_INSTANCE
    keep Break point at this location 'call method cl_exithandler=>get_class_name_by_interface'
    then the tcode it will trigger there and we can debugg there we can find badi'for that tcode and then remove the break point.
    2)Goto to tcode->status->program name->double click on that program will display's
    then press crtl+F then cl_exithandler

  • Copy Control from Shipping Notification to Billing

    Hello,
    I am working on an requirement where, i need to copy header text of Shipping Notification to Billing document Item text. User will be creating Invoice F2 with reference to delivery LF...then i will be taking shiping notification linked to Delivery LF using some logic. Concept is; in billing doc they want to show the customers if the material has been bought from another vendor?
    I have done the coding in Copy Contol of Delivery LF to Billing F2, in step 003. When this routine is triggered Billing document number is not generated hence i am confused here like how to tell system to copy shipping notification text to Billing item text.
    Expecting solutions from experts.
    Thanks
    Hari

    in VOFA, for the billign document, please click teh Delivery text field at the bottom and then try. I hope otherwise all text cofnigurations are fine

  • Receiving point in Shipping notification

    Hi all,
    I would like to make the Receiving Point (LIKP-VSTEL) changeable in the Shipping notification, is that possible?
    Thank you very much,
    Annabelle

    Hello, we have been able to solve this issue.
    The problem was that when we created an inbound delivery from an NB purchase order, the receiving point was not automatically determined in the header Shipment view. And the field was not changeable. So users were not able to cancel a goods movement via VL09: "GI for delivery & cannot be canceled for the following reasons: You are not authorized to cancel the goods issue for shipping point &".
    The reason is that in inbound delivery, as per the standard functionality the receiving point is grayed out. In order to open the field the standard program needs to be modified.
    If you want your system to determine the receiving point automatically: IMG > LE > Shipping > Basic Function > Shipping Point and Goods Receiving Point Determination > Assign Goods Receiving Point for Inbound Deliveries.
    Then the receiving point will be determined automatically when you complete the storage location in the purchase order.
    Regards, Annabelle

  • Creation of a shipping notification for a PO in EBP from a XML file via XI.

    Hi everybody.
    We are trying to create a shipping notification for a Purchase Order in Enterprise Buyer from a XML file via XI.
    For to do it, we are using ‘DespatchedDeliveryNotification_In’ message interface (transaction SPROXY).
    But when we execute it, the system show us next message:
    "An error occured within an XI interface: An exception with the type CX_GDT_CONVERSION occurred, but was neither handled locally, nor declared in a RAISING clause Programm: SAPLBBP_BD_MAPPING_SAPXML1; Include: LBBP_BD_MAPPING_SAPXML1F5B; Line: 4"
    No more information is available.
    Is there any additional transaction to see more information about the error message?
    Is there any documentation about this XML file, mandatory fields, examples…?
    We populated some fields in our XML file, but we do not know if the problem is with mandatory fields, data, program error…
    I will thank for any information
    Thanks in advance.
    Raúl Moncada.

    Raúl,
    This is because of the inbound UOM.
    The include LBBP_BD_MAPPING_SAPXML1F5B is in charge of mapping the item Unit Of Mesure (UOM) sent in the ASN XML file (it should be an ISO code).
    You can test FM UNIT_OF_MEASURE_ISO_TO_SAP with this inbound ISO code.
    PS: you should create an OSS message so the mapping sends back an error message instead of generating an uncatched exception (that generates a dump).
    Rgds
    Christophe
    PS: please reward points for helpfull answers

  • Remove fields from report painter

    Hi,
    I try to create a z transaction code for my report which was built using the report painter tool. I got additional fields like read mode, print report and rebuild frozen report data on the selection screen. How can I remove these fields to make the selection screen identical to the one when executing in report painter tool? Please help!
    Thanks,
    Chuong

    Hi,
    You can change the transaction type:
    Goto SE93 --> Click Change --> In menu bar click on Edit --> Change Transaction type --> Select program and selection screen (Report Transaction) radio button and Save.
    Also make sure that you have selected all the GUI support check box.
    Activate the transaction and execute.
    Hope this may work..
    Regards,
    Prashant

  • I need a bapi  for material management advance shipping notifications

    i need a bapi  for material management advance shipping notifications  for developing powls which includes below fields and some more fields.
    •     Inbound delivery number
    •     Due date (GR date)
    •     Vendor delivery number
    •     Material
    •     Name of material
    •     Quantity
    •     Vendor
    •     Name of vendor
    thanks and regards,
    jameer.p

    Hi Jameer,
    This is a hard one, my friend. I understand what you are trying to do.. Try BAPI_DELIVERYPROCESSING_EXEC. It is tricky though.
    Moreover you might want to use a FM to fill the IDOC data. something like IDOC_INPUT_**. this might be a better option.
    cheers,
    Hema.

  • PO as well as its shipping notification show up on MD04.

    Hello friends,
    I have a PO for qty = 2.  There are 2 shipping notifications for qty = 1 each (PO history tab also show the same).   With these Shipping Notifications, we expect the PO to be removed from MRP-List/MD04.   However, both the Txn show PO with qty = 1 as balance (and hence total receipt qty = 3).   Any suggestions as to what is going wrong here ?
    Thanks,
    - Chetan

    For Honme Button try:
    http://snapguide.com/guides/calibrate-your-home-button/?utm_expid=69945963-15
    fix for Home button
    iPhone Home Button Not Working or Unresponsive? Try This Fix
    - you can turn on Assistive Touch it add the Home and other buttons to the iPods screen. Settings>General>Accessibility>Assistive Touch
    - If not under warranty Apple will exchange your iPod for a refurbished one for:
    Apple - Support - iPod - Repair pricing
    You can do it an an Apple store by:
    Apple Retail Store - Genius Bar
    or sent it in to Apple. See:
    Apple - Support - iPod - Service FAQ
    - There are third-party places like the following that will repair the Home button. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens
    You can live with the existing battery life or
    Apple will exchange your iPod for a refurbished one for this price. They do not fix yours.
    Apple - iPod Repair price                       
    A third-party place like the following maybe less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens
    Replace the battery ourself if you are up to it
    iPod Touch Repair – iFixit                  

  • Multiple Shipping notifications (Inb.Dlv) created via message type DESADV

    Hello All,
    I'm working on implementing the below SAP Standard process for my client. Version is SAP 4.7. The below process has to be implemented for different legal entities working on Same SAP environment.
    PO -> SO (Created via IDoc) -> Outbound Delivery -> Inbound Delivery (Shipping Notification) -> Invoice -> Invoice reciept.
    Most of the process are working, but facing few challenges while creating a shipping notification via message type DESADV and Basic type DESADV01 genereated out of Output type LAVA from Outbound delivery.
    I'm using 2 IDoc types to create Shipping notification via Outbound delivery and defined as below
    Outbound Process: Message type DESADV and Basic type DESADV01 with Process code SD05 for Customer (KU)
    Inbound Process: Message type DESADV and Process code DESA for Logical system (LS)
    I'm facing the following issues with respect to above process
    01) We need to update Batch Details like batch number, Date of Production, SLED/BBD in Shipping notification (Inb. Dlv) as Batches Instead of vendor batch
    02) When Outbound delivery has multiple line items, it is creating Multiple Shipping notifications (Shipping notifications for each line item). PO has
    As per the the threads posted here, I understand that for 01) We need to modify the Outbound IDoc FM "IDOC_OUTPUT_DESADV01" & Inbound IDoc FM "IDOC_INPUT_DESADV". But any idea, which Enhancements i have to use to fill the data?
    Also on point 02) i think, it should be a SAP standard to create a single Shipping notifications for all line items in the outbound delivery instead of each for line item. But in case if it is not a standard process, can any one tell me which user exits / enhancements to use to achieve the desired functionality.
    Appreicate your early response
    Thanks in advance
    Regards,
    Pradeep

    Hi,
    Why have you pasted Deepak Kumar's program into this forum?
    Regards,
    Nick

  • Sending a Shipping Notification via EDI

    Hello Gurus
    Please will you provide me the procedure to maintain the following components:
    Condition component Value
    Access sequence 0005 (sales organization/customer)
    Condition 0 (no condition)
    u201CExclusiveu201D select
    Output type LAVA (shipping notification outbound)
    Procedure V10000 (shipping output)
    Application V2 (shipping)
    Processing subroutine Program RSNASTED, form routine EDI-PROCESSING
    General data Select Condition access and Multiple sending of output, otherwise
    leave the fields blank
    Time e.g. 4 (immediately, IDocs are generated immediately after
    posting)
    Transmission medium 6
    Partner function WE
    Language DE (German)
    Thanks

    You have everything you want.
    Logical Message Type : DESADV
    Basic Message Type : DELVRY03
    Set up partner profile with outbound parameters for DESADV
    Set up RFC Port
    Do all the config in NACE with the parameters you have in ur message.
    U'll be fine

  • Update Country of Origin in Inbound Delivery(SHipping Notification)

    Hi All:
    I am using GN_DELIVERY_CREATE function module to create inbound shipping notification, in that i am updated the coo in SPE_HERKL field of the internal table XKOMDLGN for each item. This CoO is update in each item of the inbound shipping notification foreigh trade data of the Coury of origin.
    But, the CoO is not update from the internal table XKOMDLGN field SPE_HERKL to CoO in foreign trade data of each item in Inbound shipping notification.
    Please throw some light on it.
    Thanks,
    Venkat

    Hi Lakshmipathi,
    So far we are encountering 2 incorrect deliveries in production. This does not involve Sales order but Purchase Order. I tried to check the country of the Supplying Plant and the country is not the country reflected in the delivery. It is expected that the country of the supplying plant must reflect in the delivery. Checking the PO, it is not also getting the correct country but it is getting the country of the receiving plant. We got confused why it is getting the country of the receiving plant.
    Thanks,
    Rish

Maybe you are looking for