Can we enter data in any standard table directly through custom form??

Dear All,
Can we enter data in any standard table directly through custom form??
I have create custom form in R.12. I want to insert data in quality standard table directly through custom form. Need experts guideline.
Awaiting regards,

Hi,
Can we enter data in any standard table directly through custom form??
I have create custom form in R.12. I want to insert data in quality standard table directly through custom form. Need experts guideline.
Awaiting regards,
I would not recommend touching the standard tables at all unless you are being guided by the SR. For a record to be in the standard table it should go through series of validations based on the what operation you are performing and some times datas are dependent upon the other tables, and also some times the same records are hit to so many other tables simultaneously.
Therefore I would not recommend this brother.
Thanks &
Best Regards,

Similar Messages

  • How can I lock a table so that a person can only enter data, not manipulate the table?

    I don't want to Lock the table as Numbers does it so perhaps locking is the wrong term. What I want to do is to lock the formatting of the table so it is possible to enter data but not possible to change the position, number of columns etc. I've been searching and all I can come up with is the regular lock function. But I still want to be able to use the cells. Just not change formatting.
    Thanks, Brad

    you cannot.  When you lock a table the whole table is locked.  I would consider segmenting the user input into a seprate, un-locked table and placing the calculations in a locked table

  • I don't have any controls ( , edit, delete, etc) on my calander or reminders and can't enter data.

    I don't have any controls (+, edit, delete, etc.) on reminders and calender. I can't enter data.

    Go to Settings>iCloud>Calendar>On. Toggle the setting on and off. Do the same thing for the Reminders app - toggle the setting on and off.

  • How can I modify data from a Transparent Table without ABAP code.

    Hi,All
    How can I modify data from a Transparent Table (like TCURR),  and important thing is I want do all that with no ABAP code here. It is like that we always do that in a Oracle database use TOAD or PLSQL third party tools, with no script code here.
    I had fond that there is a way can do that:
    1, type 'se11',and Display Database table 'TCURR', click Contents, then click Execute to display all data
    2, type '/h' and let debugging on
    3, select one of this data then click 'Display',enter in debugging system.
    4, then make a breakpoint in the code. But... display a dialog let I type a 'ABAP Cmnds', I want to know what can be type in for that?
    and, My system is ECC6.
    thank you all
    Edited by: xuehui li on Aug 20, 2008 6:30 PM

    Hello,
    Your approach (with Vijay's suggestion) MAY work.  However, depending on how tight security is at the company that you are working at you may or may not be able to acutaly change the value of the SHOW field to EDIT.  This will be especially true if you are working in a Production environment.  Vijay's other comment is true as well.  This is not a recommended approach to change data (especially data with a financial impact like TCURR) in a production environment.  The auditors will not be impressed.
    Explore the option of a maintenace view or look at tcode TBDM to upload a file which includes daily rates from providers like Reuters or try tcode s_bce_68000174 which is a maintenance view on TCURR.
    Regards
    Greg Kern

  • How i can keep my code after %dba standard table in sap query

    hi expert,
    how i can keep my code after %dba standard table in sap query..
      add 1 to %count-VBRP.
      %linr-VBRP = '01'.
      extract %fg01.
      %linr-VBRP = '02'.
      extract %fg02.
      %linr-VBRP = '04'.
      extract %fg04.
      %linr-VBRP = '05'.
      extract %fg05.
      %ext-VBRP05 = 'X'.
        extract %fgwrVBRP05.
    endselect.
    i want keep my code after filling the standard table generated by sap abap query
    Thanks & regards
    Sajad Ahmad

    Hi,
    the above code is excuted succesfully, but if i have
    return "Navigation" ;
    it is not working
    any idea why??????????

  • Do we have any Standard table in CRM having all the Cities of World?

    Hi Folks,
    We want to impliment an serach help case for City in our screen and would like to know, do we have any standard table in SAP CRM with all the Cities in world.
    Thanks
    PG

    I'd add to Joaquin's answer that the standard table for cities is ADRCITY table (not ADRC). And if you have maintained SAP Regional Structure then there will be standard search help available for the street field.
    And you can read more about [SAP Regional Structure here|http://help.sap.com/saphelp_crm700_ehp01/helpdata/EN/e0/597b52e88b11d4b35d0050dadef62b/frameset.htm].

  • How can I enter data in an input schedule on a member in the EPM Add-On that is not a base member?

    Hello, all,
    how can I enter data in an input schedule on a member in the EPM Add-On that is not a base member?
    E.g. I want to implement a top-down-planning scenario and I have the following hierarchy:
    Europe
         Germany
         France
         UK
         Spain
         Italy
    How can I enter a value on Europe in an input schedule in order to allocate this value afterwards?
    Thanks in advance and best regards
    Gerd

    Gerd,
    It should be something like below -
    EuropeInput
    Europe
         Germany
         France
         UK
         Spain
         Italy
    EuropeInput shall be kept out of hierarchy and should be a base level member. Users will enter the numbers in this member. In your script logic, you will make use of this member to allocate the data in Bas(Europe) i.e. Germany, France, etc.
    Effectively, after allocation the same data will be rolled up to Europe.
    Many top-down planning would use such work-around as BPC doesn't allow writing to parent node.
    Regards,
    Ashish

  • Can i Know any standard Table where all the Subroutines are present?

    Hi Folks,
    Please let me know the Standard table name where i can find all the Forms ( Subroutines) .
    Thanks,
    Naresh

    Hi,
    There is no Std table in SAP to store all the performs used in the program.
    Generally we use SCAN statement to find all the PERFORMS used in a program.
    reward if useful
    regards,
    Anji

  • Data fetching from Standard tables or transaction to SAP PI

    Dear Friends !
         Good day ! How are you ? 
         I have one requirement , My client asks me to develop a solution in that I should get the data from standard SAP tables like EKKO, EKPO ( MM related ) etc..  and send it to PI system and then PI system sends it to third party system database system.
    We have current scenario is working fine,  I have abap proxy that I called in various  standard transaction codes ( MIRO, MIGO, etc ) ' Baddis just beforethe commit stament and it passed the data to SAP PI system and it sends to SQL system.
    but my client dont want me to use Baddis. Client wants  like u should read from those EKKO,EKPO tables as soon as you get new entry there and send it to PI system.  I have no clue How can I go further in that. Shall I use events ? but then question is same I need to trgger them somewere?  Is any one have idea  How I can send the data to PI system frm SAP standard tcodes and tables without using Baddis.
    Please reply me. your any help will be appreciated.
    Regards
    Naeem

    The current Approach of your development perfectly good approach,
    it is not possbiel to read data directly from SAP Tables, you have to use IDoc/RFC/Proxy,if you want to avoid BADI's then better to contact ABAP Team, they will help you different approches .
    But you have to use Porxy/IDoc/BAPI for sure.
    Regards,
    Raj

  • Can we enter data in multiple currencies in BPC

    Hi all,
    In BPC, is it possible to enter data in transaction currencies other than in local currency?  For example, if the local currency of an entity is USD, but I need to enter data for the same Accounts in EUR, MYR and SGD as well and not have the system translate the amount in local currency to EUR, MYR and SGD.
    Thanks.

    Hi Tara,
    Thanks for your response.
    There are several reasons why we might need to enter the data in various currencies other than the local currency.
    Firstly, like you have mentioned, we need to enter the local as well as the translated currency amounts for accounts that have to be translated at historical rates.  Examples of such accounts will be equity account as you have pointed out.  If I understand you correctly, you are saying that it is possible to enter an amount in translated currency in addition to entering the amount in local currency?
    Secondly, due to requirements of a relatively new accounting standard, companies need to quantify the sensitivity of any exposures to a foreign currency to foreign exchange rates changes. 
    For example, the local currency Entity A is USD and it has a bank deposit in SGD 200.  If the exchange rate at report date is USD 1 to SGD 2, the SGD bank deposit will be translated and reported as USD 100.  Accounting standard requires the company to quantify how much the company will stand to gain or lose if the foreign exchange goes up by 10% or goes down by 10%.
    Thirdly, accounting standard also dictates that company discloses exposures to all currencies for financial instruments not denominated in the functional currency of the entity.
    Regards

  • Capital asset global assumption can not enter data

    Hi,
    I created a generic dimension for currency and add it to Oracle CAPEX. Then the global assumption form in Oracle can't be entered data any more. Please help.

    First of all, adding dimensions is a big change in any application. I hope you are trying to setup a new app and need a dimension based on requirements... But if you were doing this and I was client, I might be running towards a train..You should never add a dimension without completely understanding the impact on current application including webforms, calculations and reports.
    The default global assumption form in CAPEX in based only on the dimensions that are created by default in CAPEX application. Now, if you add a dimension, you will need to go to all forms and add member/s from your new dimension to one of either row/column/page/POV in the webform. Go to webform and you will find selection for your new dimension in POV where you need to add a member. Along with these, there are lot of formulas in CAPEX that depend on default members in dimension (No Entity, etc) which you will need to change to include the newly added dimension to make your calculations work correctly.
    Just an opinion.... you either need someone to guide you or have someone with experience set this up for you.
    HTH

  • Can previously entered data be shown again when user executes the wda app?

    hi,
    like in an  abap code in se80 ...where in user comes to know the previously entered data on the screen" by pressing backspace"...is it possible to have the same functionality in web dynpro abap?..
    thanks and regards,
    sahai.s

    Sashi,
    There is no standard functionality to achieve this, but we can achieve manually, if you store the all screen element values in a node, and bind the elements with that attributes, then automatically elements will contain the same values. i think this is the only one way.
    Kris,
    I think life span property will be used for memory consumption. If we select when visible...the memory takes when visible, if we select framework cotrolled, until we close the application memory for view will takes.
    Regards
    Srinivas

  • MS Excel - can't enter data after a few minutes of operation

    Ever since upgrading to Yosemite, MS Excel partially freezes after a few minutes of being open.  Specifically, I cannot enter data or numbers into any cell, although other functions (including cut/pasta and entering data in the Search box) continue functioning fine.  The work-around solution is to close and reopen Excel, although after several minutes the same problem repeats.
    Any help is appreciated.

    Are you running the latest Office version (14.4.6 for Office 2011)?

  • Any standard table that keep tracks of changes in user attributes

    Hi,
    We have a HR system and we are tyring to find out a standard table that keep tracks of changes(when was it changed,who changed it,what has been changed) in user details like email,address etc.
    Plz let me know the solution
    Thanks
    Bala Duvvuri

    CDHDR
    CDPOS

  • CM25: Sort standard table based on custom table.

    Hi Experts,
    I need to sort the CM25 capacity table based on a ZTABLE where we will define the sequence number of each material. So when CM25 is executed the material should get sorted based on sequence number maintained in Ztable. Now the challenge is how to achieve this sorting before we display the capacity table.
    anybody has faced such scenerio please help us.
    There are few user exits available but not able to find out how to achieve the required functionality.
    Regards,
    Raghav
    Edited by: Julius Bussche on Jul 30, 2009 9:29 AM
    In future threads with meaningless subject titles will simply be deleted as you appear to be doing this intentionally

    First, let me say that I have no experience with this CM25 table and where/how it is used or displayed, but here's how I look at it:
    But what is the real problem?
    1. Don't know the user exit / BAdI to be used?
    2. Don't know how to do the sorting?
    3. .....?
    Answer:
    1. This will be a matter of trying I would say and reading the documentation of the exit/BAdI.
    2. You can do dynamic sorting of an internal table (if it is an internal table that is used before displaying it).
    DATA: lv_sort1 TYPE CHAR10 VALUE 'NAME_OF_COLUMN_FROM_ZTABLE',
               lv_sort2 TYPE CHAR10 VALUE 'NAME_OF_OTHER_COLUMN_FROM_ZTABLE'.
    SORT itab BY (lv_sort1) ASCENDING (lv_sort2) DESCENDING.
    Edited by: Micky Oestreich on Jul 30, 2009 7:34 AM

Maybe you are looking for