Partners Name's in Standar Order.

Hello Xperts,
I'm trying to recover the names of the partners in the tcode va03, but i can't found them on the adrc table or using the FM READ_TEXT cause i can't found the ID and other data requested by this FM. does anybody know in which table they're?. Tnxs a lot for the answers.

The link is something like this:
Get the partner number from VBPA table for the sales order.
YOu can get the adress number of that partner in the same table : ADRNR.
Using the ADRNR, you have to query the table ADRC.
the field NAME1 will have the name of that partner.
Regards,
Ravi

Similar Messages

  • Item Partners Check box in Sales Order

    Hi all,
    What is the functionality and configuration settings of Item Partners Check box in sales order, partner function tab line item level?
    When i find the check box marking then it allows me changes by double clicking of the partner and changing the address, but when the same check box is not marked then it is in dispaly mode when i double click it.
    So please suggest me how to control its features.
    Thanks in Advance,
    Cheers,
    Anil.

    Hello,
    If this indicator is activated, the partner is validated at item level.
    It may happen that in a business transaction the partner in the document header does not apply to all items, for example, if specific goods for a customer are normally delivered to another ship-to party.
    In sales documents and billing documents you can enter one of the deviating partners from the document header at item level.
    When creating a document , the system copies the document header partners to the items. If you want to define another partner than the one in the document header at item level, overwrite the proposal from the item partner screen.
    Prase

  • Enhance the name of the purchase order in work lists

    Hi all,
    I'm working with SRM 4.0, and now I’ve a new requirement: in the work list for purchase order the name of the purchasing organization or the name of the company should come before the name of the purchase order.
    In the same way, the subject of the e-mail should contain this information instead of only the number of the PO.
    Any idea?
    Thanks,
    Regards,
    Ana

    Dear Friends,
    I am absolutely agree with your answer .
    But my question is,
    Lets say.....
    One customer sending X number of purchase orders in a day , so how many IDocs generated on that specific day for that specific customer .
    So, Question is , How can we find the no of sales orders(IDocs) generated for the customers on the specific day ?
    Hope you all understood my requirement .
    Thanks & Regards,
    Aditya

  • Description name of the purchase order

    Hello experts,
    My problem is the following : we change the description name of the purchase order in SRM, then we save the document and the old name is coming back. It doesn't take into account the modification.
    Regards,
    Kiolla

    Hi,
    I hope you are changing the description in the doc change badi. If its on the UI then please raise OSS message.
    Regards
    Azad

  • Change file name in attachment -- Sales Order

    Hi guys,
    I have to change the file name in attachment (sales order ), a pdf sent via va02 Extras/output/header/edit to mail defined in xd02.
    I used the standard program /SMB40/RVADOR01,
    what I have now : in attachement file is like 'SAPLSTXBE /20080102/174052.pdf'
    in object mail 'SAPLSTXBE /20080102/174052' .
    What can I do for changing those values?
    need urgent help please
    thanks.

    I have tried this but that doiesn't work:
    Changing the subject for email order confirmations
    An output type ZEXT was created to send emails of order confirmations to a certain distribution list in PDF format. (See the SAP Exchange Connector Implementation Documentation for details on this setup.)
    The following code and config was implemented in order to change the email subject line.
    Configuration for ZEXT (External order confirmation by email)
    Transaction: V/30
    General Data: Access Seq: 0009 (SalesOrg./Cust./Order type), Access to Conditions CHECKED.
    Replacement of text symbols – Program: ZEXT. Form routine: TEXT_SYMBOL_REPLACE
    Default Values: Transmission Medium: 5. Communication Strategy CS01.
    Mail and Titles: &KUNNR&:Order &VBELN&
    Processing Routines: Program: RVADOR01, Form Routine: ENTRY, Form: YPCC_ORDCONF_STD
    Condition Record
    Using VV12 you need to add a condition record as applicable. Note that the Communication record must point to your ZMAIL output device and has the following entry as Text for Cover Page: &KUNNR&(&VBELN&)
    Code for ZEXT subject definition
    REPORT zext.
    Author: Kevin Wilson
    Date: 01/07/2003
    Description: This program changes the title of the email for output
                 type ZEXT. Maintain output type ZEXT using V/30.
                 The mail title and texts tab has entry:
                 &KUNNR&:Order &VBELN&
                 The general tab has entry in Replacement of text
                 symbols: Program ZEXT. Form:TEXT_SYMBOL_REPLACE
    tables: kna1.
    FORM text_symbol_replace TABLES xtlines STRUCTURE tline
                             USING xthead STRUCTURE thead
                                   snast  STRUCTURE nast.
      data: t_vbeln(10) type c.
      DESCRIBE TABLE xtlines LINES  sy-tabix.
      CHECK sy-tabix GT 0.
      LOOP AT xtlines.
        move snast-objky to t_vbeln.
        replace '&VBELN&' with t_vbeln into xtlines-tdline.
        select single name1 into kna1-name1
          from kna1
          where kunnr = snast-parnr.
        replace '&KUNNR&' with kna1-name1 into xtlines-tdline.
        condense xtlines-tdline.
        modify xtlines.
      ENDLOOP.
    ENDFORM.

  • Add the carrier description/name on a sales order

    On sales order in Tax tab when a carrier is selected, it´s only shown the field with carrier cod without his description/name.
    How can I add the carrier description/name on a sales order?

    Marcio,
    This should be simple.
    Save this SQL Code and attach it to the Transport Name User field /  any other field where you want the shipping name.
    SELECT T0.[TrnspName\] FROM  [dbo\].[OSHP\] T0 WHERE T0.[TrnspCode\] = $[ORDR.TrnspCode\]
    When I use $[ORDR.TrnspCode\] it refers to a field value on the form.  I am presuming this is the field you are using.  If your TrnspCode is in a different field.  From the View Menu click System Information.  This will enable you see the table and field information on the Status Bar
    Use this information instead of $[ORDR.TrnspCode\]
    Suda

  • My iCloud on my iPad is in my ex partners name and I don't no his password . How can I change the username in 2 my name ?

    My iCloud on my iPad is in my ex partners name and I don't no his password . How can I change the username in 2 my name ?

    iCloud from an account perspective is associated with the AppleID. Unless you have the password, there's nothing you can do to modify it.
    As suggested, you just want to create your own and reassocited the iPad with your new one. You will lose data and purchased apps, however. Basically, you will be starting from scratch.

  • Using bsid and bsad I needed get partner name related to sales order

    Hi
    Using bsid and bsad I needed get partner name related to sales order
    I have gone through the tables but its vbeln column is blank
    How can I make relation between bsid and bsad with vbak if vbeln and column is blank in the table bsid and bsad.
    Please guide me.
    Regards
    Sebastian
    Edited by: Sebastian John on Apr 21, 2009 3:35 PM

    BSID-VBELN = VBRK-VBELN.
    Billing document number is there in BSID table.
    Regs.

  • I have inherited my partners old iPhone and iPad. I have successfully opened an iTunes a/c for myself on the iPad and I phone, but I cannot get change the identities on iCloud, which are still in my partners name.

    I have inherited my partner's old iPhone and iPad. I have successfully created a new iTunes account and got my user name and passwords accepted on both devices. However, I don't know how to change the user details for iCloud on the iPhone. I have done it (I think!!) on the iPad but would appreciate any help for getting my details for iCloud onto the iPhone so I can start sharing photos between the two devices.

    Welcome to the Apple Community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    In order to change your Apple ID or password for your iTunes account on your iOS device, you need to sign out from your iOS device first, then sign back in using your updated details. (Settings > store, scroll down and tap your ID)

  • How do I get my photo file names to reflect the order in which I shot the photos?

    I'm working on photographing around 600 food products. I'm shooting tethered to a MacBook Pro using Aperture 3. I'm using a Nikon D40X DSRL. When I go to process my images outside of Aperture (copying from the Masters folder to my iMac harddrive) the files are not named in the numerical order I shot them.
    Sometimes I turn the camera off after taking one item and moving onto the next, but not always. 
    Is this a name setting that I need to make in the tethering dialog box?
    Thanks for any help.

    There are several things that affect the file naming -- they are named by the camera, and most cameras use a separate naming/numbering scheme for each folder/device.  Having the camera or the computer go to sleep or being turned on or off can change how the camera "sees" the storage device.
    Using the names as a index of the time order in which the photos were taken will never be without issues.
    I suggest your sort by date in Aperture, and then batch rename with a counter or a sequence.  Test this:
    . on a few photos, and
    . by changing just the Version name.
    When you have settled on a scheme that meets your needs, save it as a File Naming Preset.
    Of course, in Aperture your Images are easy to sort by date/time taken, and in Finder your files are easy to sort by time of file creation.  This may give you the functionality you seek without having to hard-code the order of exposure into the file name.

  • Can get sort by file name not by added order?

    When I import, LR for some reasons seems to always default the sort to added order, not filename. Its a real nuisance, anything I can do. thanks!

    Ok, found view toolbar, funny, I don't even see the toolbar, what is it. what does it show?  I doubt it's relevant to this conversation...?
    Cornelia, thanks. ok, so the default is previous import. Can I get LR to default to Folders?
    Ok, so you are like me, if you want capture time as your sory then you have to remember to manually then click the folder name? But still even with the folder name selected LR chooses added order, not what I want.

  • Table names for blocked sales order item in GTS system

    Hi all.
    I want to get the blocked sales order line item, reason for blocking, product number & product description from GTS system, based on the sales order number from ECC system.
    I am thinking to create and RFC FM in GTS system and call that in ECC.
    Could you please tell me the table name in GTS system where I can see above mentioned data?
    Regards,
    Prajwala K.

    Hi Manish,
    Thanks for the valuable reply
    I have checked the table which you have mentioned in your earlier replay, am not able to see product number, reason for blocking  etc.
    My requirement is to create a trade report in ECC. I will be fetching data like sales order, ship to party, sold to party from system ECC using VBAK, VBAP & related tables.
    Now I have to get that blocked sales order line item, reason for blocking, product number & product description from GTS system.  My idea is to pass the sales order number from ECC to GTS using RFC and get the data.
    Issue is am not sure about the tables, I want know which tables contains the data from blocked sales order in GTS system and how to connect those tables.
    Regards,
    Prajwala

  • Dual Case Column names fail in select ORDER BY clause

    This one is solved, but I thought someone might be able to explain why it happens.
    I'm a newbie, since I just downloaded Oracel XE last night, and am trying it out.
    I set up a trivial table with 4 text columns. As it happened, I used dual case for some of my column names, such as 'Nickname'.
    When trying out the Query Builder, the Select statement failed whenever I added a sort.
    After some head scratching and back-and-forth with the sample data base (HR), I finally renamed all the columns to upper case. (e.g. column 'Nickname' became 'NICKNAME'). Then it works.
    Seems like a bug, but maybe it's just a feature. Here's the code generated by the Query Builder. As you can see, there are no quotes around the Table name or column names in the ORDER BY clause (and the dual case version of the column name works if I put the quotes in manually and run it with SQL command.) Seems quirky.
    select     "TEAMS"."NICKNAME" as "NICKNAME",
         "TEAMS"."CITY" as "CITY",
         "TEAMS"."DIVISION" as "DIVISION",
         "TEAMS"."CONFERENCE" as "CONFERENCE"
    from     "TEAMS" "TEAMS"
    order by TEAMS.NICKNAME ASC

    Welcome to forum. :)
    Now, answering your question - no i don't think this is a bug.
    It is your code - which create this bug.
    Now, question is - what happen?
    Just check your select and from clause. You put all the names are in double quote. When you put anything within double quotes - it become a case sensitive. So, the problem occurs there.
    Let's see ->
    satyaki>
    satyaki>select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    Elapsed: 00:00:01.11
    satyaki>
    satyaki>create table s_otn
      2      (
      3        id    number(4)
      4      );
    Table created.
    Elapsed: 00:00:02.14
    satyaki>
    satyaki>set lin 80
    satyaki>
    satyaki>desc s_otn;
    Name                                      Null?    Type
    ID                                                 NUMBER(4)
    satyaki>
    satyaki>desc S_OTN;
    Name                                      Null?    Type
    ID                                                 NUMBER(4)
    satyaki>
    satyaki>desc s_OtN;
    Name                                      Null?    Type
    ID                                                 NUMBER(4)
    satyaki>
    satyaki>drop table s_otn;
    Table dropped.
    Elapsed: 00:00:05.22
    satyaki>
    satyaki>
    satyaki>create table "S_otn"  
      2       (
      3         id     number(4)
      4       );
    Table created.
    Elapsed: 00:00:00.12
    satyaki>
    satyaki>
    satyaki>desc S_otn;
    ERROR:
    ORA-04043: object S_otn does not exist
    satyaki>
    satyaki>desc S_OTN;
    ERROR:
    ORA-04043: object S_OTN does not exist
    satyaki>
    satyaki>desc s_otn;
    ERROR:
    ORA-04043: object s_otn does not exist
    satyaki>
    satyaki>desc "S_OTN";
    ERROR:
    ORA-04043: object "S_OTN" does not exist
    satyaki>
    satyaki>desc "S_otn";
    Name                                      Null?    Type
    ID                                                 NUMBER(4)
    satyaki>Got me?
    Regards.
    Satyaki De.

  • HELP! Going round in circles trying to establish my original Administrator's name and password in order to install much needed updates.

    I am going around in circles trying to establish my original Administrator's name and password so that I can install much needed updates.
    I have my User ID and password. Advice please!

    Yet another update,
    So I got an email back earlier from complaints as i said in previous post, as soon as i got back home from work I called it. Spoke to the first person who put me through to Options, again I told them my problems and they looked through my notes and told me that they couldn't help and transfered me to another department. I then went through all my issues yet again and again was told I needed to be transfered to another department to downgrade. I got put through to Options (where i'd previously been transfered from) this time I got told that they could downgrade me but need to speak to a different person in Options, so again transfered to someone else. This time they said that they will do it, started giving me the details of the new package and was just about to give me a date when they said that because of a technical issue with the way my account was set up they could not continue. Was then told that the order will be handed to the offline team and will be contacted (no time scale given). So annoyed right now!!!!!

  • I wish to modify the name of one of the field name in the sales order.

    HELLO GURRRUS,
                 i wish to modify teh name of one of the field name in the sales ordder.
    what is the procdure,path and steps involved in that.it would be of great help of me if u take some  time and suggest me.
    bye take care hav a happy and peaceful life

    Hi Sameer,
    If you want to change the name or description of the field in the Sales order,
    you have to use the userexit MV45AFZZ and use the Form USEREXIT_FIELD_MODIFICATION.
    Get the help of the ABAPer and decide where do you want to make the change in the Header or the Line items.  Accordingly give the requirements to the ABAPer.
    He will do it.
    Thanks
    Augustine Ponraj

Maybe you are looking for

  • Error in creation of collective invoice.

    I have an requirement to create single invoice for delivered material and return material (two line item) as a common practice in BEV Industries. I am trying to  maintain: As per standard config the criteria for collective billing are, If your sales

  • StartInstGui.sh error - exception thrown

    OS ver: HP-UX 11.23 NW ver: 7.0 SR2 I am trying to kick off the installation process for WebAS ABAP 7.0 SR2 on the HP-UX server. In the first terminal session, I have While inside tmp/sapinst_instdir: # /usr/sap/sapcds/Bussuite2005installmaster/IM_HP

  • Hp printer

    I have a deskjet 2050 j510 series when trying to print anything getting error message

  • CGContextDrawImage is too slow

    Hi, I am loading a image from iPhone photo album, scale it, and then copy all the pixels to a allocated buffer. My code is here: 1. Get the UIImage from UIImagePickerController 2. Check the size and orientation and then come up a tranformation matrix

  • How do I add color bars and black leader to beginning of sequence?

    I am exporting a film as a Motion JPEG A file for my post sound guy and need to put a minute of black, followed by a minute of color bars, followed by 30 seconds of black at the beginning of the movie. I can't figure out how to do this since the only