Vendor - Add vendor Id  info as User ID of Contact

Hi Expert,
i have the following requirement  :
New button called u2018Add Dummy contactu2019will be available via toolbar, and when user click on this button, dummy contact date will be filled in automatically.
The mandatory data that should be filled in are the following:
First Name = Dummy
Last Name  = Dummy
Email =  noreplay@   xxxx.com
User ID: vendor number must appear automatically eg VEN-000078
I  have created the scripting u2013 Toolbar for Contact object, and First Name, Last Name and Email  are filled in automatically.
How I can fill in the vendor number like VEND-0078 in User ID field ?
Could you send me the scripting code for this?
Thanks & Regards,
Anacia

Hi Mudit,
Thnaks for your reply.
steps to create dummy contact :
- i create vendor first - VEN-000078
- i click on the Add Contact button
- i click on the "Add Dummy contact" button , availaible under menu - toolbar  ( button created via scripting toolbar)
- when i clikc on this button --> Vendor Id VEN-000078  should be fill in automatically in the Name field - user ID
any scripting code this ?
Thanks & Regads,
Anacia

Similar Messages

  • MSRV* Reports: How to add Vendor name?

    howdy gurus!
    Appreciate very much for any guidelines on how to add vendor name in MSRV* reports.
    Cheers,
    Ron

    Thanks for the inputs guys.
    So there's no technique yet to include it (similar to FBL*N and CJI3/KSB1).
    No available note also in SAPNotes.
    I already developed the Z*  report but the key user requests the possiblities in MSRV*.
    Cheers,
    Ron

  • In ME2N  report for PO- How to get or add Vendor name in ALV grid output

    Hl Everyone
    How to get  or add Vendor Name and payment terms in the ALV grid output for the follwing reports like ME2N and ME2V.
    cuurently i am in 4.7 E version.
    Kindly suggest..........
    thanks in advance
    Regards
    Prashanth

    Hi Pankaj
    I knew that vendor name field is avaiable in ECC versions, but how to get the same field(vendor name) in 4.7 E vesion.
    Kindly suggest
    Regards
    Prashanth

  • Add Vendor Name to S_ALR_87012357 (adv.return for Tax report)

    Hi All,
    Could anyone help how can I add "Vendor Name" to the Output List of S_ALR_87012357 ("advance return for Tax on sales" report)
    Thank you and Regards,
    Orly

    Hi,
    please go to Output section of report
    now click on confiure in front of Input tax line as below
    Now here you have business partner field which will give you vendor name and you have name field as well.
    Many Thanks

  • Add vendor information in FB60

    In FB60, how to add vendor information in the right side of input screen?
    For example, I want to add the Postal code and Telebox under the name of vendor.
    I know I can implement it in business add-in "BADI_FDCB_SUBBAS04", but it's too difficult for me
    to edit the correct program.
    Can anyone tell me how to  do it in detail?
    Thank you.
    Edited by: Yong Sheng Dang on Jun 24, 2008 3:46 AM

    Nobody knows it?

  • How does vendor determine if no info record is maintained for the material

    how does vendor determine if no info record is maintained for the material

    Hi
    If you have to determine a vendor, the minimum requirement is Info record. Beyond that, you can ofcourse maintain Source Lists, Quota Arrangements but Info record is bare minimum for automatic determination of vendor.
    Otherwise, you have to maintain the vendor manually in th Purchasing docs.
    Tcodes for Info record are ME11, ME12, and ME13.
    Hope this clarifies.
    Thanks

  • Update vendor material no. from info record to contract

    Hello
    I'm trying to update the vendor material no. (IDNLF) in the contract from the info record.
    I have an updating job of vendor material no. for info records and I want it to update the number also in the contract automatically. (copy from EINA_IDNLF to EKPO_IDNLF)
    Is there a way to do it??
    Both the info record and the contract already exist.
    Thanks

    If the info record is already exist and then you are creating contract than it will automatically copy the Ven mat number

  • Add vendor number and vendor name to the SAP Standard CO/PS Line item repor

    Hi
    how i can post PS commitment line items and cost center and orders commitment line items
    The SAP standard reports are:
    CJI5 PS Commitment Line items
    KSB2 Cost Centre Commitment Line Items
    KOB1 Orders Actual Line Items
    KOB2 Orders Commitment Line Items.
    give me suggestion for above tr. codes
    Regards
    nreddy

    I dont uderstand completely, your subject says you want to add vendor field, but your message body says "how i can post PS commitment line items and cost center and orders commitment line items" . What is your requirement?

  • Add Vendor Name to FBL3N output list

    Dear All ,
    I need to add vendor name to FBL3N output list . Is there any way to add the vendor name ?
    Thanks
    Dash

    Hi
    U need to implement the BTE 1650 (trx FIBF)
    -1) A copy the sample fm SAMPLE_INTERFACE_00001650 to your Z<function module>;
    -2) Assign your your Z<function module> to the BTE 1650 (trx BF31 or BF34);
    -3) Enhance to the structure RFPOS and RFPOSX with the field to store the name
    -3) Run the report RFPOSXEXTEND
    -4) Insert the code to get out the name into Z<function module>
    Max

  • Capturing only the first vendor code (not all) associated with user

    Hi All
    I have several tables that helps me try to capture the unique number of vendors that are active from the users table as shown below in the SQL script. However, ther is an exception where users may be associated with multiple vendors. I feel that my script captures all associated vendor codes associated with my users. Is there a way of capturing only the first vendor code associated with the user. Thanks for your help.
    Gautam
    SQL SCRIPT:
    select count(distinct(d.vendor_id))
    from SSPE.PG_FORM_SUBMIT a, SSPE.SP_USER_AUX b, sspe.pg_supplier_vendor d
    where a.SOURCENAME = 'wvInventoryForecast' and
    a.PROFILEID = b.ID and
    b.SUPPLIER_ID = d.supplier_id and
    a.CLOCKTIME between to_date('15-Mar-06','DD-MON-YY') and to_date('04-Apr-06','DD-MON-YY')

    you need to have a common criteria to determine which vendor should be selected for an user, if it is by lowest vendor code or if it is the first entered vendor in which case you should have a date (or someother) column to identify which vendor was first associated with the user. In either case you could use the analytic function row_number() to accomplish what you want to do. here is an example
    select * from (
    select user_id, row_number() over (partition by user_id order by vendor_cd) rn, vendor_cd
    from user_table, vendor_table
    where <condition>)
    where rn=1;
    refer online docs for more details on this function (link provided in my earlier post)

  • Dont pick pricing procedure in PO from vendor-schemagroup vendor

    PO has created, pricing procedure which had picked from standard, not from schema group vendor of vendor master record. How make to bring schema group vendor pricing procedure

    Hi,
    Please check if the Info record is already updated,delete the same from PO line item and then try to update new Pricing procedure by using Update Button.
    Or Delete the line item in current PO and then add the new line item,it will trigger then new pricing.
    Thanks & Regards,
    Sandesh Sawant

  • MD04 Including Vendor code & vendor name Permanently

    Hi All,
    In MD04, there is pushbutton by which one can display Vendor code & vendor name for the receipt elements. But it has to be done every time when MD04 is accessed.
    Is there any way so that the vendor code and the vendor name in the list will apear by default when MD04 is accessed?
    Regards,
    MHP

    In MD04, if for a given material there is no supply proposal with vendor related info, then even if you click that, system prompts a info msg. & does not display it. The display is done only when there is some info. Hence no option to keep it activated by default.
    But if you want to have that info, you might add a column to your display using badi - MD_ADD_COL_EZPS.
    Inform your abaper the info is to be pulled from EKKO table for the vendor details & populate to your custom column.

  • How to add calendar enries to all users in organization using powershell and EWS.

    I am one of the exchange admins for our organization.  Every year, we publish academic calendar data to all faculty and staff calendars.  We recently updated and migrated from Exchange 2003 to Exchange 2010 which, of course, desupported MAPI and
    ADO.  The processes we previously used had to be re-written using Exchange Web Services API (EWS).  Because I find that powershell is easy to work with, I wanted to integrate the calendar dispersal using powershell.
    Having not found much help online using the EWS .NET library in powershell for this purpose, I decided to share my code:
    # Bulk load calendar entries script
    # Description:
    # Script used to deploy Academic Calendar entries to all Exchange account calendars
    # Prerequisites:
    # Service account must have ApplicationImpersonation ManagementRoleAddisgnment
    # New-ManagementRoleAssignment -Name:impersonationRole -Role:ApplicationImpersonation -User:<srv_account>
    # Usage:
    # .\academicCalendar.ps1 calEntries.csv
    # Where calEntries.csv = list of calendar entries to add
    Param ([string]$calInputFile = $(throw "Please provide calendar input file parameter..."))
    $startTime = Get-Date
    $strFileName = "<path to log file>"
    if(Test-Path $strFileName)
    $logOutFile = Get-Item -path $strFileName
    else
    $logOutFile = New-Item -type file $strFileName
    # Load EWS Managed API library
    Import-Module -Name "C:\Program Files\Microsoft\Exchange\Web Services\1.0\Microsoft.Exchange.WebServices.dll"
    # Load all Mailboxes
    $exchangeUsers = Get-Mailbox -ResultSize Unlimited | Select PrimarySmtpAddress
    # Load all calendar Entries
    # Input file is in the following format
    # StartDate,EndDate,Subject
    # 8/29/2011,8/30/2011,First Day of Fall Classes
    $calEntries = Import-Csv $calInputFile
    # Setup the service for connection
    $service = new-object Microsoft.Exchange.WebServices.Data.ExchangeService([Microsoft.Exchange.WebServices.Data.ExchangeVersion]::Exchange2010)
    $service.Url = new-object System.Uri("https://<CAS_server_URL>/ews/exchange.asmx")
    $service.Credentials = new-object Microsoft.Exchange.WebServices.Data.WebCredentials("<service_account>","<password>","<domain>")
    $totalCount = $exchangeUsers.Count
    $currentCount = 0
    Write-Output "Exchange Version: $service.RequestedServerVersion"
    Write-Output "Mailbox Count: $totalCount"
    # Add message to log file
    $timeStamp = Get-Date -Format "MM/dd/yyyy hh:mm:ss"
    $message = "$timeStamp -- Begin Calendar Deployment `n"
    $message += "Total Exchange Accounts: $totalCount"
    Add-Content $logOutFile $message
    # Perform for each Mailbox
    $error.clear()
    foreach($mailbox in $exchangeUsers)
    $currentCount++
    if($mailbox.PrimarySmtpAddress -ne "")
    # Output update to screen
    $percentComplete = $currentCount/$totalCount
    Write-Output $mailbox.PrimarySmtpAddress
    "{0:P0}" -f $percentComplete
    # Setup mailbox parameters for impersonation
    $MailboxName = $mailbox.PrimarySmtpAddress
    $iUserID = new-object Microsoft.Exchange.WebServices.Data.ImpersonatedUserId([Microsoft.Exchange.WebServices.Data.ConnectingIdType]::SmtpAddress,$MailboxName)
    $service.ImpersonatedUserId = $iUserID
    # Indicate which folder to work with
    $folderid = new-object Microsoft.Exchange.WebServices.Data.FolderId([Microsoft.Exchange.WebServices.Data.WellKnownFolderName]::Calendar)
    $CalendarFolder = [Microsoft.Exchange.WebServices.Data.CalendarFolder]::Bind($service,$folderid)
    # For each entry in the input file
    $error.clear()
    foreach($entry in $calEntries)
    # First check to make sure the entry is not already in the calendar
    # use a calendarview object to pull the entries for the given date and make sure an entry with the same subject line doesnt already exist
    $cvCalendarview = new-object Microsoft.Exchange.WebServices.Data.CalendarView([System.DateTime]($entry.StartDate),[System.DateTime]($entry.EndDate))
    $cvCalendarview.PropertySet = new-object Microsoft.Exchange.WebServices.Data.PropertySet([Microsoft.Exchange.WebServices.Data.BasePropertySet]::FirstClassProperties)
    $frCalendarResult = $CalendarFolder.FindAppointments($cvCalendarview)
    $entryFound = $False
    foreach ($appointment in $frCalendarResult.Items)
    if($appointment.Subject -eq $entry.Subject)
    $entryFound = $True
    # If entry was found, then skip this entry
    if($entryFound)
    $entryFound = $False
    else # Create the appointment object and save it to the users calendar
    $appt = New-Object Microsoft.Exchange.WebServices.Data.Appointment($service)
    $appt.Subject = $entry.Subject
    $appt.Start = [System.DateTime]($entry.StartDate)
    $appt.End = [System.DateTime]($entry.EndDate) #For AllDayEvent, end date must be after start date
    $appt.IsAllDayEvent = $True #Set event as "All Day Event"
    $appt.LegacyFreeBusyStatus = "Free" #Make sure free/busy info shows user as "free" rather than "busy"
    $appt.IsReminderSet = $False #Make sure reminder is not set to remind the user of the event
    $appt.Save([Microsoft.Exchange.WebServices.Data.SendInvitationsMode]::SendToNone)
    if($error)
    $timeStamp = Get-Date -Format "MM/dd/yyyy hh:mm:ss"
    $message = $timeStamp + "...Exception Occurred while processing Save for: `n"
    $message += " Account: " + $MailboxName + "`n"
    $message += " Subject: " + $entry.Subject + "`n"
    $message += " Exception: " + $error[0].Exception + "`n"
    Add-Content $logOutFile $message
    $error.clear()
    if($error)
    $error.clear()
    else
    $message = "" + $MailboxName + "`t Success! `n"
    Add-Content $logOutFile $message
    Write-Output $currentCount
    $endTime = Get-Date
    $duration = New-TimeSpan $startTime $endTime
    $totalMin = $duration.TotalMinutes
    # Build and send email notification upon completion
    $body = "The Calendar deployment has completed. `n `n "
    $body += "Start Timestamp: $startTime `n "
    $body += "End Timestamp: $endTime `n "
    $body += "Duration: $totalMin min `n "
    $body += "Exchange accounts affected: $currentCount `n"
    $smtpServer = "<mysmtpserver>"
    $smtp = new-object Net.Mail.SmtpClient($smtpServer)
    $msg = new-object Net.Mail.MailMessage
    $msg.From = "<from_email_address>"
    $msg.To.Add("<to_email_address>")
    $msg.Subject = "Calendar Deployment"
    $msg.Body = $body
    $smtp.Send($msg)
    # Add closing message to log file
    $timeStamp = Get-Date -Format "MM/dd/yyyy hh:mm:ss"
    $message = "Accounts affected: $currentCount"
    Add-Content $logOutFile $message
    $message = "$timeStamp -- Completed in $totalMin min."
    Add-Content $logOutFile $message
    Please let me know if you think I can make any performance modifications.
    Daniel
    --Edit-- I have updated the script for Exchange 2010 SP1, also added logging, error checking and email notifications.  This new script also checks first to make sure the appointment doesn't already exist before adding it.  (To prevent multiple
    entries of the same event... Note: This check, although necessary in my opinion, is very time consuming.)

    Hi Daniel
    I am trying to add addition propertires like TV, Copier etc. to Room Mailbox in Exchange 2010 using following commands:-
    [PS] C:\Windows\system32>$ResourceConfiguration = Get-ResourceConfig
    [PS] C:\Windows\system32>$ResourceConfiguration.ResourcePropertySchema+=("Room/Whiteboard")
    Upper two commands run fine but following command gives error:-
    [PS] C:\Windows\system32>Set-ResourceConfig -ResourcePropertySchema $ResourceConfiguration.ResourcePropertySchema
    The term 'Set-ResourceConfig' is not recognized as the name of a cmdlet, function, script file, or operable program. Ch
    eck the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:19
    + Set-ResourceConfig <<<<  -ResourcePropertySchema $ResourceConfiguration.ResourcePropertySchema
        + CategoryInfo          : ObjectNotFound: (Set-ResourceConfig:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    I also tried with space after set but still getting error:
    [PS] C:\Windows\system32>Set -ResourceConfig -ResourcePropertySchema $ResourceConfiguration.ResourcePropertySchema
    Set-Variable : A parameter cannot be found that matches parameter name 'ResourceConfig'.
    At line:1 char:20
    + Set -ResourceConfig <<<<  -ResourcePropertySchema $ResourceConfiguration.ResourcePropertySchema
        + CategoryInfo          : InvalidArgument: (:) [Set-Variable], ParameterBindingException
        + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.SetVariableCommand
    Pl advise the solution at [email protected] . I got this help from
    http://zbutler.wordpress.com/2010/03/17/adding-additional-properties-to-resource-mailboxes-exchange-2010/

  • Profit centre information in F-02 (customer to customer / vendor to vendor)

    One of our user is trying to post a FI document using F-02 for transfering from customer to customer and vendor to vendor.  While doing the transaction, he is not able to give a required Profit centre in the transaction.  I checked the Field status of the reconcliation accounts used and found that Profit centre is an optional field.  How can the user assign a profit centre while doing these transactions ?

    Hi Nikitha,
    Profit Center field is not displayed in transaction screen. If you are using document splitting then profit center is derived from offsetting account and if not using then profit center is derived from F.5D execution , which ultimately derives from offsetting account.
    To give remedy to this problem, it is better that you create one clearing  G/L account. Let's take an example.
    One clearing G/L 150000 has been created. Now customer Rs 5000 (debit balance) is to be transferred from customer 1000 to customer 2000. Entry would be.
    Pkey          account            amount              profit center
    40              150000             5000                  9000
    14              1000                5000          
    Pkey          account            amount              profit center
    50              150000             5000                  8000
    04              2000                5000          
    This way profit center will remain balanced.
    Regards,
    Chintan Joshi.

  • Trying to share library across 2 user, cant edit info on users though?

    Ok, I have followed instructions to allow all users on my Mac to share the one iTunes music folder. I put the iTunes folder in the HD>Shared>Music folder.
    I then added the library to the other use, and can see the music ok. However I click on get info to edit a song, and it wont let me change any info. I've checked the permission on the folder and it says user xx(me) has read and write access.
    So why cant I edit it please?
    Also this is what Im trying to do ultimately, add a song in either user and then who ever is logged on, can add a song and all users will see it in the iTunes library, also any changes (if I can get it too work!!) to the file info, album art etc, I want changed so all users get this update.
    *update* just tried to add an album under my non admin account, and it said cant as dont have write access. But according to the info on the folder (click>get info) it shws (me) to have read and write access.
    ive done a repair permissions if that was some issue, please please help
    Please help, Im brand new to iMac (Xmas pressie) and always been a Windows user so be gentle!!
    thanks
    Loc

    Hi Loc..
    I share my music over 3 Macs..with 4 accounts on each, one for each member of the family..as long as all the itunes are open and they are all set to 'sharing' then everybody can see and play any music on any account on any mac, it shows up as 'shared music' in you itunes sidebar. If my son downloads or imports an album or a cd into his itunes then anyone can play it.
    I've tried to keep all the music on the 20" dualcore which frees up memory on the G5 and ibook...it seams to work quite well.
    Did a similar thing with iphoto and that works ok, only problem I have had with both setups is Leopards glitchy networking but i'm hoping that will settle down in time, it's still a bit new, I should have waited till 10.5.3 at least...but christmas got in the way..
    Hope this helps
    Chris....

Maybe you are looking for

  • My ipod isn't being recongized but charged

    i've been to many sites trying to fix my problem none helped me. okay so i have a mac book pro ive updated everything in software update. my ipod is being charged but not recongized by itunes!!! and i ALREADY visited the apple website for help. nothi

  • What is the ac power cord for

    i dont know why i have it

  • Depreciation for IFRS requirement

    Hello experts, Could anyone explain me the configurations required for IFRS related to depreciation. My company is following Indian GAAP in Leading ledger. The non-leading ledger is also active. Now I want to make the relevant changes for depreciatio

  • My text fields will not expand

    I have a suggestion form that i created in adobe livecycle. The text fields will not expand when there is more text than what fits in the box. A scroll bar comes up when there is more text than what can fit,  but this will not do. I have the 'expand

  • Modify fields in ME21n

    Hello All, I have a requirement where in I need to modify fields of me21n based on a condition: if the user enters a value in the field: MEPO1211-KONNR (Contract no./Number of principal purchase agreement) , then all the conditions (From KOMV table)