I want the SD fields

Hi all,
I want the following SD fields, along with the tables names.
<u>Transaction code</u>    VA01
<u>Field Description</u>
1. Shipt to Party
2. MOT Header
3. Item Usage
<u>Transaction code</u> :  VT01N
<u>Field Description</u> :
1. Transportation Planning Point
<u>Transaction code</u> :  VI01
<u>Field Description</u> :
1. Shipment Category
<u>Transaction code</u>  :O4F1 
<u>Field Description</u> :
1. Tranportation Planning Point
2. Shipping Type      
Cheers
Santhosh

<b>Hi Santhosh ,
For finding the Field name and Table name for any field (eg Shipt to Party)  
Put the cursor at that field and PRESS F1 , you'll get pop screen -In this screen at the bottom line there is a push button ' TCHENICAL INFO ' press this one and it open a new pop window having all the details about that field .
For
     Go to Tcode VA01 . Put your cursor to any one -field  eg Order Type .Now Press F1 , Now press Technical Info Pushbutton .
And you'll get the filed name table name .
If you have any doubt  fire your question .
Regards ,
Narender
REWARDS IF HELPFULL .
  </b>

Similar Messages

  • I want the table fields name for the screen fields of transactions lm59

    Hi all
      I am enhancing transactions LM58,LM59and  LM 60
      But in that transactions underthe lable of storage bin , there are 3 input fields . I want to know the exact table fields for those 3 input screen fields .

    Ravi,
    OK.
    You can look to tables EKPO, EKKO for PO-related fields.
    Look to SE84 under   ABAP Dictionary > Fields > Table Fields   - This is search tool for existing names.  Or can create custom Y-   and  Z- fields, data elements, domains to meet your needs.
    Please reward points.

  • I want the SEARCH field back - how do I restore it?

    I’ve tried restoring defaults; I’ve tried Safe Mode; I’ve looked at all the themes & Customize options; I’ve browsed about:config and tried anything that looked even remotely likely or modified; I've upgraded Firefox. NOTHING helps.

    Hello,
    Sometimes toolbars are missing because they are hidden. Visit this article to learn how to turn them back on (plus other customization tips!)
    *[[Customize Firefox controls, buttons and toolbars]]
    Did this fix the problem? Please report back to us!
    Thank you.

  • Reg:FCC to ignore the last field name

    Hi...
       I am using FCC in the reciver file adapter.
    the output structure is like
    94,ESSAR,,,,,,,D,0000100226,10000,12/13/1 KURLA EAST,MUMBAI,,400025,006398765432,,2009-03-24 00:00:00.0,0000100226,20202789,,,,SUCCESS,,
    /home/corpuser/Disbursement/DD
    I am achieving the above structure. But in that i dont want the last field name "/home/corpuser/Disbursement/DD".
    Can you please tell how to ignore the last field name in the receiver file adapter using FCC.
    Thanks & Regards,
    Leela

    94,ESSAR,,,,,,,D,0000100226,10000,12/13/1 KURLA EAST,MUMBAI,,400025,006398765432,,2009-03-24 00:00:00.0,0000100226,20202789,,,,SUCCESS,,
    /home/corpuser/Disbursement/DD
    I am achieving the above structure. But in that i dont want the last field name "/home/corpuser/Disbursement/DD".
    Can you please tell how to ignore the last field name in the receiver file adapter using FCC.
    Completely with Jai on that.
    Dont do that mapping itself. Handle such conditions in your mapping.
    Is there any specific reason why you can do so?

  • The definitive field order list for all formats

    WANTED: The definitive field order list for all formats, NTSC and PAL.
    I have seen several such lists, but are they trustworthy?
    This one http://www.dvxuser.com/V6/showthread.php?t=125817 looks promising, but, for instance, how can HDTV 1080/24p have a field order of upper field first? - Isn't "p" without any fields?
    Anyway, if someone has seen such a definitive list, preferrably from some "official" source, please share.
    Thanks 

    Hi kalione,
    We’re always looking for ways to make browsing BestBuy.com easier. With the recent merger of the My Best Buy website into the main BestBuy.com page, it sounds like there may have been some changes to how you can view upcoming games! My apologies if there has been an added element of difficulty here.
    The method that zztoluca has explained is actually how I generally check for pre-orders we have listed, as I like looking at them by individual platform. If you start at the main “PRODUCTS” tab at the top of the main site, choose “Video Games, Movies, & Music” and then choose the console of your choice. Once there, there should be an option on the left under the “Games” section for browsing by Pre-orders. Here is an example of pre-orders listed for Xbox One.
    I hope this helps! Keep an eye on BestBuy.com as it’s constantly changing and evolving.
    Cheers,
    Brian|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • Want the data store values to be displayed in input field of form

    Hi,
    I wanted to know wether is there possibility of displaying the data in a input field instead of expression field.
    In our model i have used a form which has material type,plant and Vendor connected to data service1 in turn gives the out put in chart and i also have the second input form which has To(0CALMONTH) combo box which is connected to Data service2 and gives the data in table.
    But what i wanted is to i also want to use the input fields of first form to second Data service2 and get the data based on on inputs of form1 and form2i.e also To field.
    We can connect the port from form1 to DS2 but problem is we need to click the submit of form1 and form2 and it doesnt gives the output according the input of form1 and form2 as it gives the output of that form when we click that submit button.
    I have followed help.sap for data tore procdure.
    So i have used a datstore where i will store the values of form1 and call it in expression field which i will add and hide it in form2(hide because user should not see that input fields).
    Formula used in data store for expression field.
    IF(CONTAINS(STORE@matltype,@Material_Type),STORE@matltype,STORE@matltype &(IF(LEN(STORE@matltype)>0,'; ',''))&@Material_Type)
    But whats happening is the value is getting concatenated when i goon change the values in input field, so i wanted to get the values to be replaced as soon as i change input field of form1(if  use replace function its not working) and also it would be more preferrable if we use input field instead of expression field.
    I would also like to know is there any alternate solution for the above requirement instead of datastore.
    Thank You
    K.Srinivas

    Hi,
          I have Form1 connected to Data service1 displays the data in a Chart and i have another Form2 connected to Dataservice2 displays the data in table.
    In form1 there are Material Type,plant, and Vendor and form2 i have To (0CALMONTH)SO now i want also Form1 inputs for Table which gets teh data from Dataservice2.
    What i have said earlier is connecting Form1 to Dataservice doesnt fetch the data correectly,its because if i click submit in form1 i get the data of those 3 inputs and i need to click the submit button in form2 after giving input which shows the data accordingly where it doesnt fulfill the requirement.
    So i wanted some solution for that.For that reason i have used the data store and the procedure i have followed the help.sap as i said in my above mesage.
    If Data store is also suggestable than i want to display the data in Text input Field  instead of Expression field which should replace the previous values as soon as values change in data store.
    Hope i have tried to be clear if still it is not i am ready to explain again.
    Thank You
    K.Srinivas

  • I created a form with Single Choice fields, 4 days with times listed. But, I want the user to only be able to choose one time, and the time chosen to be unavailable for other users. How do I do this?

    I created a form with Single Choice fields, 4 days with times listed. But, I want the user to only be able to choose one time, and the time chosen to be unavailable for other users. How do I do this? I have 4 blocks of Single Choice fields in order for the summary page to give me each day in the final report. But, I need the user to be able to make a selection of any day and time and that apointment to no longer be available to future users when they log in. Plus, when the user clicks on the time, they are unable to change their mind and choose another time. Here's the link if you want to see what I'm talking about: 2015-2016 Workload Apportionment Review

    I'm afraid not.    It's not rocket science but you need to do some coding. 
    You'll need to find a script (php) and save it to your local site folder.  Then reference the script in your form's action attribute like so.
         <form action="path/form-to-email-script.php" >
    The input fields in your HTML form need to exactly match the script variables. 
    I'm  assuming you're hosted on a Linux server which uses PHP code.  Linux servers are also case sensitive, so upper case names are not the same as lower case names.  It's usually best to use all lower case names in your form and script to avoid confusion.
    Related Links:
    Formm@ailer PHP from DB Masters
    http://dbmasters.net/index.php?id=4
    Tectite
    http://www.tectite.com/formmailpage.php
    If this is all a bit beyond your skill set, look at:
    Wufoo.com (on-line form service)
    http://wufoo.com/
    Nancy O.

  • How do I stop all the text being selected in the Google search box when I click in it? I just want the cursor to be placed where I click so I can edit the search field.

    If I want to select the whole field I am happy to double click, or tab into the field. More often though I want to refine my search, or correct a spelling mistake.

    Click twice to get the blinking cursor.

  • How do you change the "From" field to have a name that you want?

    For instance, I receive sports updates from Rotoworld and ESPN. Their email addresses are '[email protected]' and '[email protected]'. Can I change this somehow? Can I change the name so that the From field show what I want it to show instead of the long email address? I would like to just have it say "Rotoworld" and "ESPN".

    if you REALLY wanted to you could edit the .elmx email file as a text file and replace the sender name there. this can of course, be automated. However, that would be wa-a-y too much trouble and is entirely not worth it.
    Message was edited by: V.K.

  • How to declare the field if i want the output as 300.12,00

    How to declare the fields if i want the output as 300.12,00
    i have a quantity field so i need to place . in place of , and , inplace of .
    please help me

    hi,
    declare its as
    CURR
    field.
    Regards
    Anver

  • When I use Mail and want to paste an emailadress with a right mouse click in the adres field this doesn't work, ofcourse cmd V  works. How can I solve this

    when I use Mail and want to paste an emailadress with a right mouse click in the adres field this doesn't work, ofcourse cmd V  works. How can I solve this

    YAY!  That did it.
    Thank you so much.
    And a Very Happy and Prosperous New Year to you!
    bonnie

  • I don't have my search field anymore, only the url field. I know I can seach in it, but I want my separate search field back. How do I do that?

    Not sure when it happened and I am sure it is just a setting or something, but I can't find where I get the search field back. I see it when I open the customize the tool bar, but it disappears when I close it. I want to search from Google and the URL search bar does not give me that option, only Google Maps & places.
    How do I get back that separate search field?
    Thanks.

    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * If items are missing then open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * If a missing item is in the toolbar palette then drag it back from the Customize window on the toolbar
    * If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up.
    See also:
    * http://kb.mozillazine.org/Toolbar_customization
    * https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • I want to display the DFF fields in OBIEE reports

    Hello,
    we have a requirement to show DFFs in OBIEE reports and i wanted to understand:
    - Will we have to create a custom column mapping in Informatica and custom field in data warehose table?
    - Should we modify the vanilla content or seprate code to be written and then create a join to OOTB tables?
    Please suggest.
    Thanks
    Vinod

    Hi Avinash,
    Thank you for the prompt reply.
    The DFF is a context sensitive DFF and by default it was not visible in the create absence window.
    I had used the below metalink note to activate the context sensitive DFF in the above screen when the employee launches the LOA.
    "Unable To Display Context Sensitive Additional Absence Details Dff In SSHR. [ID 466881.1]"
    However my problem is that neither the supervisor nor the final HR approver sees this context sensitive DFF fields in the "Notification Summary" page.
    The HR person can approve the leave and then go to core HR absence screen and then only see the DFF fields.
    Some decision regarding air tickets etc. needs to be decided before the leave can be approved.
    regards

  • My Ipad icloud account has been locked an now i want to delete it but i can't please help me because when u try to delete it it says "Turn Off Find My iPad?" when i press delete acoount and turn off it wants to fill the passwor field but it

    My Ipad icloud account has been locked an now i want to delete it but i can't please help me because when u try to delete it it says "Turn Off Find My iPad?" when i press delete acoount and turn off it wants to fill the passwor field but it says that you account has been locked for some security reasons and please help me to delete it.

    Go to Settings>icloud, scroll to bottom of screen and tap Delete Account.  Then log in using a different ID.

  • Want the remove IPTC fields by export

    I have a lot of pictures that i will export with a preset.
    Because of privacy matters i must remove the IPTC-fields such as sublocation, city, state / province.
    Can get that done. To much pictures to remove these fields in Photoshop after the export one by one.....
    Naturally i want to keep this info in the field in my originals !
    Thanks !

    Hi John, I have installed the metadata wrangler but no luck....
    Maybe it has something to do with the fact that some of the pictures were originally imported with PhotoMechanic.
    Thanks for your answer !
    Piet Van de Eynde (the writer of excellent LR-books) came up with a answer that looks interesting, i will try that one ! but it is not for daily use on a speedy workflow...
    Save locations
    For photos captured within a defined proximity, you can create a saved location. For example, if you travel to Greece for a photo shoot for a client, you can create a saved location that encompasses the islands you visited.
    In the Map module, navigate to a location on the map and click the + button in the Saved Locations panel. The Saved Location panel is on the left side of the Lightroom window. 
    In the New Location dialog box, enter a name for the location and select a folder to save it in. 
    Radius
    Defines a radius, in feet, miles, meters, or kilometers, from the center of the visible map area.
    Private
    Removes all IPTC location metadata, including GPS coordinates, Sublocation, City, State/Province, Country, and ISO Country Code, when photos in the saved location are exported from Lightroom.
    Click Create.The location appears on the map marked by a white circle, with one pin in the center and another pin on the perimeter. 
    When working with saved locations, do any of the following: 
    Select or deselect a location in the Saved Locations panel to view it on the map.
    The Saved Locations panel in the Map module
    To add photos to the location, do one of the following:
    Drag one or more photos from the Filmstrip into the white circle in the map.
    Select one or more photos in the Filmstrip and select the check box next to the location name in the Saved Locations panel.
    To go to a location on the map, click the right-arrow button by the location name in Saved Locations panel.
    To edit a location, right-click (Windows) or Control-click (Mac OS) it in the Saved Locations panel and choose Location Options.Tip: You can also drag the pin at the top of the location circle in the map to adjust the radius. Drag the pin in the center of the circle to move the location on the map.
    To remove a location, select it in the Saved Locations panel and click the minus ( - ) button. Or, right-click (Windows) or Control-click (Mac OS) it in the Saved Locations panel or on the map and choose Delete.

Maybe you are looking for

  • How to set up iPad as surprise gift

    I am going to buy my mom an iPad 3 for Mother's Day.  As I just started working full-time several months ago (I'm 22), this will be my first big present to anyone.  I even ordered a case already, and am looking at speaker docks.  I want the ipad to b

  • Cannot Install Windows 7 with AHCI mode

    Hello, Having just submitted a support ticket to MSI, I was curious to see if anyone else has experienced a similar issue or may be able to suggest a possible resolution. I recently purchased a MSI Z87-G41 PC Mate for an htpc build. I've ran into an

  • Change the PDF form In HAP_DOCUMENT

    Hi Experts, 1)I have a requirement wherein i need to change the pdf form that is generated when we click on download button in hap_document bsp application. I need to use the custom PDF form in place of the actual PDF form. How can i acheive this? 2)

  • RFC_SYS_EXCEPTION

    Hi, I am trying to connect to an R/3 system from a VB6.0 program. When I called an RFC I got: "RfcCallReceive[1]: returns 3: RFC_SYS_EXCEPTION" I inspected from SM21 and got the message: "CALL_FUNCTION_SIGNON_REJECTED". does anybody have any idea abo

  • W540 - Screen Sharpness of IE vs Chrome

    Anyone notice that IE 11.x is VERY SHARP, text, images, etc, but Chrome is fuzzy?  I've not tried Firefox.... There must be something odd in my settings of Chrome.  Any comment??