How can i make entry in standard SAP table

hi all
how can i make entry in standard sap table.
ex- lfa1
without using programming,BDC.

Hi,
in the table if u find delivery and maintainance allowed with restrictions in delivery /maintainance tab u can enter data from program only.
see the below example.
tables: lfa1.
lfa1-lifnr = '0878877'.
lfa1-name1 = 'my name'.
lfa1-ort01 = 'bangalore'.
lfa1-land1 = 'in'.
modify lfa1.
rgds,
bharat.

Similar Messages

  • How can we make function calls to sap in odi ?

    how can we make function calls to sap in odi ?
    to populate a column i need to make a function call which returns the value.

    There are two ODI SAP adapters available that allows extraction from SAP ERP and SAP BW. For SAP ERP we allow extraction from ERP tables, but not from RFCs/BAPIs.
    You can find details on them at
    http://www.oracle.com/technetwork/middleware/data-integrator/overview/odigs-sapabap-168070.pdf
    http://www.oracle.com/technetwork/middleware/data-integrator/overview/odigs-sapabapbw-168071.pdf

  • How can we make language translation in sap script?

    Hi expert,
    Based on language i have to display text in sap script form.
    please i like to know how to maintain language translation in sap script.
    manually i am handling the language text in print program.
    like below.
    if language = 'EN'
       text in english.
    endif.
    if language = 'DE'
      text in German.
    endif.
    good points will be given for proper answer.
    Thanks and regards,
    Pavan.

    Hello there!
    If those texts are static, you can use the following procedure (to translate your text elements):
    Go to SE63, then in the menu follow this path:
    Translation->ABAP Objects->Other Long Texts->FS (forms and styles)->FORM (Forms)
    This will transport you for a screen where you can choose the script (Object -> field Object Name). Press Enter. If says object not found, it's because the source language is wrong (box below named translation -> field source language --- press F4 to change it)
    After this, you'll navigate (after pressing Enter with correct language in source and choosing a correct one in target) to the transaltion screen. You'll have you text elements, original on top, your transalation below.
    If those texts are dynamic, I believe you have to do the way you are doing.
    Hope this helps.

  • How can I make the title of a table show in header?

    I would like to have my table name show in the table. Ideally I would like to have the title of the spreadsheet sync with either info or a textbox within a sheet.

    Hi Jaron,
    If you do not need/want to save the information from previous weeks in a single document, your easiest solution is likely to make a two table document following Badunit's suggestion regarding titling the table using the first date entered in the main table.
    In the main table, you'd use column A to record the dates worked, columns B and C to record start and end times on those dates, and column D to calculate the number of hours worked in that time period. Formula: =DUR2HOURS(C-B)
    A footer row could be used to sum the hours in column D with the formula =SUM(D)
    Enhancements to the formulas can be made to keep the cells in D 'empty' until times are entered in columns B and C of that row.
    When the table is complete, empty the data and Save the document as a Template.
    Each week, open the template, Name and Save the document, then enter the starting date. At the end of the week, print the document, then Save it as that week's time sheet.
    Follow the same procedure each week.
    If you need/want to save a continuous record of the times you worked over a longer period, make a duplicate of the Main table above (omitting the small table used to title the main table), and use this duplicate, placed on a second sheet, as your Data table.
    This method requires re-writing the Main table using formulas that will extract one week's data from the Data table, starting with the date entered in cell A2 (as in Badunit's example).
    The formulas to use will depend on the arrangement of data in your Data table:
    Is the working time a single continuous period for each day worked, or can it be more than one period, with breaks in between?
    If the latter, are the periods recorded on a single row for each date, or on multiple rows, one period to each row?
    Is there an unpaid break (of fixed length) within each period? within each period longer than a specified duration?
    Using a document of this type would require recording the data for each day on the Data table, then, when the time sheet for the week is to be submitted, go to Sheet 1, and enter the starting date for that week in B2 of Main. When the results have been calculated, Print page 1 only.
    If interested in this route, you'll need to provide more detail regarding the layout of your data as recorded. True also, for suggestedrevisions to the formulas given above for the weekly document from a template route.
    Regards,
    Barry

  • How can i make selectBooleanCheckbox editable in af:table

    I am using jdeveloper 11.1.1.2 and i dropped a view object as a table on jspx.
    one of the attribute in the view object datatype is boolean but still it is displaying as input text when i dropped as table.
    i created a new column in the table as selectBooleanCheckbox it is displaying correctly from the database but it is not allowing me to edit.
    The values i stored in the database for the checkbox is true and false only but still i tried creating converter and tried but getting the same result
    can anyone help me in this
    Thanks in advance
    Harika.

    Create boolean type transient variable in the VO set its updatable to "Always".
    Drag and drop again as table (leave all the attribute as it is). Then convert the inputtext into selectBooleanCheckBox. Set the autoSubmit to true.
    In the

  • How can i make a Report in OBIEE, Start From Physical and Business, etc...

    What's Different Between Physical Layer And Business Model, and Presentation ?
    I'm New In OBIEE and i want to make a Report But i didn't understand how can i make a Physical layer and how can i make a Relationship between a Table ?

    Hi User,
    OBIEE is not a difficult tool to understand.You have plenty of materials available in google,
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/tutorials/obiee10g-453439.html
    Make sure to do some hands on by following the tutorials and then post your queries in the forum.
    Rgds,
    Dpka

  • How can I make a calender entry that makes a sound when it is its turn?

    How can I make a calender entry that makes a sound when it is its turn?

    Have you even looked at the calendar app? Did you not notice the "Alert" field in the event details when you create a calendar event?

  • How can we make the save button active in standard toolbar in outout of alv

    Hi experts ,
    I am using factory method to print alv with oops .
    Cancel , Exit and Back button are active by default in Standard tool bar  in output of Report , But Save button is not active , How can i make that save button active .
    Also Pls tell me how i can make editable to the cell in output , 
    My Code is like this :
    cl_salv_table=>factory( IMPORTING r_salv_table = gr_table CHANGING t_table = ispfli ).
      gr_functions = gr_table->get_functions( ).
      gr_functions->set_all( abap_true ).
      gr_display = gr_table->get_display_settings( ).
      gr_display->set_striped_pattern( cl_salv_display_settings=>true ).
      gr_display->set_list_header( 'This is the heading' ).
      gr_columns = gr_table->get_columns( ).
      gr_column ?= gr_columns->get_column( 'CITYTO' ).
      gr_column->set_long_text( 'This is long text' ).
      gr_column->set_medium_text( 'This is med text' ).
      gr_column->set_short_text( 'This is sh' ).
      gr_column ?= gr_columns->get_column( 'CITYFROM' ).
      color-col = '6'.
      color-int = '1'.
      color-inv = '0'.
      gr_column->set_color( color ).
      gr_sorts = gr_table->get_sorts( ).
    *gr_sorts->add_sort( 'CITYTO' ).
      gr_sorts->add_sort( columnname = 'CITYTO' subtotal = abap_true ).
      gr_agg = gr_table->get_aggregations( ).
      gr_agg->add_aggregation( 'DISTANCE' ).
      gr_filter = gr_table->get_filters( ).
      gr_filter->add_filter( columnname = 'CARRID' low = 'DL' ).
      gr_layout = gr_table->get_layout( ).
      gr_layout->set_key( key ).
      key-report = sy-repid.
      gr_layout->set_save_restriction( cl_salv_layout=>restrict_none ).
      gr_table->display( ).
    Rgds,
    Premraj

    Hi,
    1)you need to give the function code to that save in the Function Keys of that screen from the GUI Status.
    2) while filling the field catalog of that field you need to put the        
    wa_fieldcat_edit-edit = c_x.
    i.e use the edit and append to that field catalog internal table.
    for more infomation you can refer to below links:
    problem with alv edit and save
    *Edit* and *Save*  for the selected records in ALV
    solves your problem
    Thanks!!

  • How can I make invoice when down payment is bigger than item value ?

    Dear all,
    please, I need make invoice with bigger down payment than the item value.
    How can I make invoice when down payment clearing value is bigger than the item value ?
    When I do Release To Accounting, I have got a massage:
    "Total of down payment to be billed too high. See billing document item XXXXX"
    Please, how can I solve this problem?
    Thank you
    Peter

    Hello,
      I would like to underline that this is not a problem, but a standard, and in my opinion rightful behaviour of SAP: in a dowpayment process, when you create the invoice document, you should deduct only an amount less or equal to the invoice amount. And in the following invoices you will deduct the remaining downpayment amounts still open.
    Also under al legal and fiscal point of view, I guess how would you print the invoice? With a minus value?
    Best regards,
    Andrea

  • How Can I make Use of XI

    Hi Friends,
    I am a kind of newbie in to this world of XI,
    I have a  quick question,Before stepping into the question please look in to my Existing process.
    I have a J2EE product,
    which needs the business data from differant versions of R/3 systems (for example 3.1,4.3,4.6c)
    and some other systems as well(say people soft and few other legacy systems),
    If I am asked to deploy my J2EE product at a ABC client site who has already the above environment(SAP and other systems),
    The scenario would be :
    1.Extracting the needed data from all the business environments of the client ABC(SAP 3.1,4.3,4.6c, People soft, Legacy)
    2.Converting them in to the flat files and placing in FTP
    3.Communicating thru my product to the FTP
    4 Loading in to the database which is compatible with my product(say Oracle,SQL Server,DB2...etc)
    Currently for Extracting the data from SAP Systems,
    I am writing the ABAP programs to extract the data from the client systems,
    which will create the needed flat files in FTP,
    But In case of the extraction other than SAP systems,
    Client ABC will be giving me the needed data from the other business systems in the required flat file format,
    Step 4 will be handled by my J2EE product when all the needed filed are ready in the specified FTP location.
    Now my question is,
    How can I make use of Exchange Infrastructure process integration methodology in my current business process,
    It would be great if some one can propose in enhancing the process by making use of XI,
    Thanks in Advance,I look forward for a quick response.
    Regards,
    Sanjeev.

    Hi,
    <i>I am looking for a way where I can directly write the logic with in XI for extracting the data from SAP and other systems and moving in to my oracle database,</i>
    >>>Think XI is an EAI tool. So you need to write a logic in the SAP systems to push the data into XI. Or even you can make XI to poll the data from SAP.
    <i>Here the senders should be as
    Sender 1:SAP3.1
    Sender 2:SAP4.3
    sender 3:SAP4.6
    Sender 4:People soft
    sender 5:Legacy1
    sender 6:legacy2
    Reciever should be a single Oracle Database on which my j2ee product will be sitting.</i>
    Ideally you can have 3 entries for all 3 SAP systems in SLD.
    For PeopleSoft system,Legacy1,Legacy2 different SLD entries.. SO it is something like you need to have Business system for each Systems.
    Then I suggest, you have already ABAP programs in place, you can use this and you can call proxy from these programs. So that you can avoid doing some of the developments. But inorder to process on Proxy you need to have SAP WAS6.40 and above or SAP WAS 6.20 with add-ins.
    If this is not feasible then you need to eithe go with Idoc/RFC sturctures from the R/3 sides.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/02/265c3cf311070ae10000000a114084/frameset.htm
    First try to lay out the system landscape design with message exchange format etc.
    Then it is possible to do the design easily.
    For e.g from Peoplesoft you will get the data in file format. That time you can go with File->XI->Data Base scenario.
    Hope this helps,
    Regards,
    Moorthy

  • I synced two of my email accounts via gmail's POP3 thing. But now my iphone's gmail inbox shows a random selection of emails (not most recent ones that are in my inbox). How can I make my iphone inbox match what I see when I log on using a PC?

    I synced two of my email accounts via gmail's POP3 capabilities. But now my iphone's gmail inbox only shows a random selection of emails (i.e. right now it is May 31, 2013 but the emails in my inbox are a couple from Nov 12, a few from Oct 12, and then some way older than that and so on.When I log into my gmail from a computer, I see all my emails in the logical, standard order. How can I make my iphone inbox match what I see when I log on using a PC?

    If you're trying to decide between using POP and IMAP, we encourage you to use IMAP.
    Unlike POP, IMAP offers two-way communication between your web Gmail and your email client. This means when you log in to Gmail using a web browser, actions you perform on email clients and mobile devices (ex: putting mail in a 'work' folder) will instantly and automatically appear in Gmail (ex: it will already have a 'work' label on that email the next time you sign in).
    IMAP also provides a better method to access your mail from multiple devices. If you check your email at work, on your mobile phone, and again at home, IMAP ensures that new mail is accessible from any device at any given time.
    Finally, IMAP offers a more stable experience overall. Whereas POP is prone to losing messages or downloading the same messages multiple times, IMAP avoids this through two-way syncing capabilities between your mail clients and your web Gmail.
    That is from the page that you linked- does highlighted part of message ring a bell?

  • How can I make a bootable disk for Mountain Lion?

    How can I make a bootable disk for Mountain Lion?

    Make Your Own Mountain/Lion Installer
    1. After downloading Mountain/Lion you must first save the Install Mac OS X Mountain/Lion application. After Mountain/Lion downloads DO NOT click on the Install button. Go to your Applications folder and make a copy of the Mountain/Lion installer. Move the copy into your Downloads folder. Now you can click on the Install button. You must do this because the installer deletes itself automatically when it finishes installing.
    2. Get a USB flash drive that is at least 8 GBs. Prep this flash drive as follows:
    Open Disk Utility in your Utilities folder.
    After DU loads select your flash drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID then click on the OK button. Click on the Partition button and wait until the process has completed.
    Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    Click on the Erase button. The format process can take up to an hour depending upon the flash drive size.
    3. Locate the saved Mountain/Lion installer in your Downloads folder. CTRL- or RIGHT-click on the installer and select Show Package Contents from the contextual menu. Double-click on the Contents folder to open it. Double-click on the SharedSupport folder. In this folder you will see a disc image named InstallESD.dmg.
    4. Plug in your freshly prepared USB flash drive. You are going to clone the content of the InstallESD.dmg disc image to the flash drive as follows:
    Double-click on the InstallESD.dmg file to mount it on your Desktop.
    Open Disk Utility.
    Select the USB flash drive from the left side list.
    Click on the Restore tab in the DU main window.
    Select the USB flash drive volume from the left side list and drag it to the Destination entry field.
    Drag the mounted disc icon from the Desktop into the Source entry field.
    Double-check you got it right, then click on the Restore button.
    When the clone is completed you have a fully bootable installer that you can use without having to re-download Mountain/Lion.
    Note: The term Mountain/Lion used above means Lion or Mountain Lion.

  • How can i make shorten systemlog files and joblog files on OS

    Hello
    How can i make shorten systemlog files and joblog files on OS

    Hello Jan,
    You can limit the size of system log.
    The size of the application server's System Log is determined by the
    following SAP profile parameters. Once the current System Log reaches
    the maximum file size, it gets moved to the old_file and and a new
    System Log file gets created. The number of past days messages in the
    System Log depends on the amount/activity of System Log messages and the
    max file size. Once messages get rolled off the current and old files,
    they are no longer retrievable.
    rslg/local/file /usr/sap/<SID>/D*/log/SLOG<SYSNO>
    rslg/local/old_file /usr/sap/<SID>/D*/log/SLOGO<SYSNO>
    rslg/max_diskspace/local 1000000
    rslg/central/file /usr/sap/<SID>/SYS/global/SLOGJ
    rslg/central/old_file /usr/sap/<SID>/SYS/global/SLOGJO
    rslg/max_diskspace/central
    Refer to http://help.sap.com/saphelp_nw70/helpdata/EN/c7/69bcbaf36611d3a6510000e835363f/content.htm
    for explanation of profile parameters.you can reduce the size of system log using rslg/max_diskspace_local and rslg/max_diskspace_central
    But you can't reduce the size of job log files on OS
    Rohit

  • How can I make a row of cells containing 3-digit decimals, who's values resulted from calculations within the spreadsheet, appear as durations of minutes and seconds?

    Row 6 in this spreadsheet is the result of Row 2/Row 3 as evidenced by the formula listed while Cell Y6 selected. How can I make the values in this row appear as durations of minutes and seconds rather than 3-digit decimals? For example, rather than appearing as 9.84 I would like the value of Cell Y6 to appear as 9:50 or 9min 50sec. (obviously .84x60seconds 50 seconds). I tried changing the cell formats from "number" to "duration," but no change is made. Using the "duration" format does however work if I am manually entering the decimal value into the cell rather than allowing it to result from another caluclation within the spreadsheet. Is there a solution to this within Numbers '09? You can see why I would want the "pace" displayed in minutes and seconds. Thanks in advance!
    Ryan

    Hi Ryan,
    You wrote:
    "The problem is that my "Distance" is a row of automatically generated values resulting from ((Row1/60)*Row 6). Changing the format of Row 1 to minutes causes row two to be expressed as a duration, which obviously it shouldn't because it is a distance. The spreadsheet has to be designed so that all I have to manually input on each entry are Row 1 Values (Time) and Row 6 Values (Average Pace). The rest of the cells must be automatically poulated as a result of formulas."
    I'm assuming that where you say "Row 1" in this you mean "Row 2", which is labeled "Time" in the example in the OP.
    In the original post, you presented a formula from cell Y6. Replacing the Header labels in that formula's cell reference with the Addresses of the referenced cells, the formula was:
    Y6: =Y2/Y3
    In this post, you are saying that Y6 contains entered data: "...all I have to manually input on each entry are Row 1 Values (Time) and Row 6 Values (Average Pace).
    Which is correct?
    Regards,
    Barry

  • How can i make hyperlink to local file for dowloading

    How can I make hyperlink to a local file for downloading it, it seams that only www links work in web Ui.
    Thanks

    If we assume that you have a LabVIEW application running on your cRIO that is exposing some data through web services, there are a couple of possibilities.
    You can create a web service call that returns the log data. In order for the browser to treat this as a file, you must set the correct content type in the http header. To do this you can't use the default form of data output. Instead you must create an "httpRequestID" input to your web service VI. With this you can call "Write Response.vi" to give the log data and "Set HTTP Header.vi" to specify the type (text/text probably works for a log). You can look at "examples\comm\webservices\address book\FindContacts.vi" to see an example of calling these 2 VIs. Once you create that web service entry point, you can set that as the URL of the hyperlink control and it should work.
    Another option is to have the cRIO application write to a log file that is under the root of the web server running on the machine. (This is the same place the xap for your Web UI Builder application is put.) This file could then be served up through the web server just like any other file.
    With either of these solutions there may be concerns about the browser caching results rather than requesting new content each time. There are additional values that can be set in the http headers with the first solution that can help with this, but I think there is still some variation between browsers.

Maybe you are looking for

  • BPC 7.5 Web Administration / Set App Params asks for AntiXSSLib 1.5

    Hi. We have now installed BPC 7.5 in our test environment, but are facing a problem. According to the installation guide, we have installed Microsoft AntiCross Site Scripting Library 3.0 on our app/web-servers. But when trying to enter "Set Applicati

  • Can someone inform me how to upgrade plug-ins ?

    Because I tried to open a file, and got the message to upgrade the plug-ins... I do not know how... so I hope you are able to help me...

  • FTP Adapter on SOA 10.1.3.1

    Hi all, I am using FTP Adapter to FTP the file, but its not able to invoke. Do i need to update anything in oc4j-ra.xml file like username or Password or any other entry, If yes the which username and password or the entry. Regards, Vikram Singh

  • Nokia Suite 3.8 does not recognize my 6233 with bl...

    Hello Last year I had made some pictures with my Nokia 6233 and I transferred those pictures via Nokia Suite to my PC. Since then I had a couple of updates installed for the Nokia Suite and now I have the latest version on my PC. But the newest versi

  • How to deal with this problem?

    How to deal with this problem? We plan to use Oracle Coherence (In Memory Data Grid) for a large-scale application. In order to keep the database table data in Coherence caches, we will create all the corresplonding Java objects (entities) and constr