How to deactivate postings to custom table YFAGLFLEXA

Hi,
We have generated custom YFAGLFLEXT table using FAGLFLEXT as a template. This caused table YFAGLFLEXA to be generated automatically by the system to store the Actual Line Items Postings.
Since the YFAGLFLEXA table is not of any utlity to us, we would like to deactivate it or cause it to not have any updates while posting to YFAGLFLEXT table.
Is there any way to deactivate postings to YFAGLFLEXA while keeping the rest of the functionality intact?
Please respond.
Thanks for your help.

Hi,
1. Use se11 in Tab "Delivery and Maintenance"
2. Change "Data Browser/Table View Maint." to Display/Maintenance Allowed.
If you don't have yet generate the Maintenance View, go to the menu "Utilities / Table Maintenance Generator" to generate one.
Best regards,
Mathieu
<<removed_by_moderator>>
Edited by: Vijay Babu Dudla on Jun 9, 2009 8:01 AM

Similar Messages

  • How can i create a custom table in to my banking services server

    I am having product type and account type details for those things I need to create a table
    Product Id.                 Account Type
    DP_PYGO_P     21
    DP_BASIC     25
    DP_UNLIMIT     24
    DP_ADVANTG     17
    DP_SAV                     34
    DP_TBILL                     54
    DP_USDCHQ     19
    DP_FREEDOM     52
    For the above fields how can i create a custom table into banking services server

    Transaction SE11, maybe? I don't really see the problem, unless you have never created a transparant table before...

  • How can I update a customized table from a text document?

    Hi,
    I am one sample file. The file is an text document. From this .txt file how can I update a customized table in SAP.
    How can I Update the fields in the Customized table.
    Thanks & Regards,
    NManohar.

    use the Function module GUI_UPLOAD or WS_UPLOAD and give the path and the file name from where the data has to be uploaded. in table parameter give the iternal table
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        filename                      =
      FILETYPE                      = 'ASC'
      HAS_FIELD_SEPARATOR           = ' '
      HEADER_LENGTH                 = 0
      READ_BY_LINE                  = 'X'
      DAT_MODE                      = ' '
      CODEPAGE                      = ' '
      IGNORE_CERR                   = ABAP_TRUE
      REPLACEMENT                   = '#'
      CHECK_BOM                     = ' '
      VIRUS_SCAN_PROFILE            =
      NO_AUTH_CHECK                 = ' '
    IMPORTING
      FILELENGTH                    =
      HEADER                        =
      tables
        data_tab                      =
    EXCEPTIONS
      FILE_OPEN_ERROR               = 1
      FILE_READ_ERROR               = 2
      NO_BATCH                      = 3
      GUI_REFUSE_FILETRANSFER       = 4
      INVALID_TYPE                  = 5
      NO_AUTHORITY                  = 6
      UNKNOWN_ERROR                 = 7
      BAD_DATA_FORMAT               = 8
      HEADER_NOT_ALLOWED            = 9
      SEPARATOR_NOT_ALLOWED         = 10
      HEADER_TOO_LONG               = 11
      UNKNOWN_DP_ERROR              = 12
      ACCESS_DENIED                 = 13
      DP_OUT_OF_MEMORY              = 14
      DISK_FULL                     = 15
      DP_TIMEOUT                    = 16
      OTHERS                        = 17
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    and finally use insert command to update the database table with the data

  • How do we secure a custom table?

    Hi
    How do we secure a custom table, custom program and a custom transaction code? What are the alternative  ?
    thank You

    Hello Subash
    Usually I define customer tables as "application data" table in the attributes. However. If you have very sensitive data in your customer table then you could set it as "customizing" table. In this case the same security measures that are valid for standard tables (e.g. no customizing allowed in production systems) will be valid for your table, too.
    Regards
      Uwe

  • How can I place a custom table over an image?

    I have a graphic embedded in the Master Page at the start of every chapter like this.
    I created a borderless Custom Table without the data that I want to place over the image so it looks like the text is typed on the notebook paper. I apparently can't add this to the Master Page, but I can't seem to figure out how to do this on the Body Page either. The table is the same as in my previous question but included here again for reference. While the borders are evident here, I will turn them off when I get this placed. The merged cells are for graphics that will change every Lesson. Appreciating this forum as always. Someday I hope I have enough knowledge to help other people here...
    Thanks,
    Laurie

    Laurie,
    You need to have a text frame over the area that you want your table to appear. On the Master Page, use the graphics tools to draw the text frame (Body not Background type) where you need it. Then on the Body pages insert the table. You may need to play with the positioning of the graphic on the Master Page and perhaps use the Format > Page Layout > Line Layout > Baseline Synchronization option as well as the Table Row Height properties to get things to properly align.

  • How to map betwwen two custom table

    Hi,
    I have two custom table like GL1000 & GL1001 in HR(Should be same behavior HRP1000 & HRP10001). I need to pass the data webdynpro screen through BADI. The Method would be Create, FIND, READ, DELIMT, and UPADTE when i create BADI definition.
    My Question How to map both custom table GL1000 & GL1001, How to create, how to read, how to update, How to maintain relationship.
    Thx!
    Achin

    Hi,
    Firstly you cannot create a custom table with the name GL1000 & GL1001... it has to start with y or z...
    for example... ZGL1000 & ZGL1001... and you can create these table from SE11 and you can give the relationship whicle creating the table in SE11 itself... and to read or update the table either from SE16 or you can write code in your webdyn program to read and update the table...
    Regards,
    Siddarth

  • How to transport records of custom table in SAP BI?

    Hello,
    I creeated a custom table and entered some records there. Now I would like to transport it to production.
    When I select the records and press 'transport records' the system doesnt allow me to save it under transport request.
    The following error message pops up :
    This is customization request but you need workbench one.
    But I dont see any workbench requests in this window.
    Thanks

    Go to SE09,
    Select Create Request
    It will ask for selection for type of request.
    Select 'Workbench Request' and try with this request.
    Sankar Kumar

  • How to get all the custom tables created in database

    Hi,
    Is there any sql query present to fetch the name of all the custom tables(Not the tabless inbuilt tables which is given by oracle) present in any module like iExp,iRec or anything.
    Thanks

    It is difficult to differentiate custom tables from the seeded ones if there is no naming conventions followed during their creation. The custom schema or owner name can be used to differentiate them.
    Thanks,
    Neeraj

  • How to take backup of custom table

    Hi,
    We have to take back-up of our custom table. There are 3 Laks entries in the table.
    Please suggest.
    Saurabh

    have a look at SAP note 130906. it uses program R3trans to export some tables, just adapt table names with the ones you need.

  • How to find the Table from which a Custom table is created.

    Hi Gurus,
    I have a custom table in SAP and want to figure how that has been created. How can I do that?
    Regards
    Prashant

    Hello Prashant,
    what do you mean by "how"?
    When you say custom table do you mean "Customization table" or a "Customer table" (in namespace Z... or Y...)
    Anyway, you can access SE11 transaction, view the table and then check its attributes.

  • How to make a custom table?

    Ok, so an assignment is due today. I am up to the last part and what you need to do it make a custom graph, I have an iMac (OS X Yosemite) and I need to make a table like the one showed on the image I attached. If you look on the right hand side of the image, you see a row that says "Size" with three custom made columns which says: "Width", "Thickness and "Length". Please tell me, how I can make a custom table like the one below? Thanks.

    Select a group of cells, right-click on them and choose Merge Cells from the pop-up menu:
    Description, Material and Qty are two cells selected down and merged, Size is three cells selected across and merged.
    Hope this helps.

  • Attaching a custom table a check table.

    Dear Freinds
               i have created a custom , and i have made enhancment by a field
    for the  infotype 0022...
    could any one tell how to make make this custom table as check table for the
    field which i have created through enhancment in the infotype 22.
    i.e when you user press F4 on the custom field when he creates in PA30 for the
    education infotype i want to have all the data which is there in the custom table.
    thanks in advance
    regards
    vamsi

    hi,
    you can go to transaction PM01 and edit the PS structure. go to the entry help check tab and press the search help button on that. Assign the Z table with the key fields referencing the field for which you are putting on the F4 help.
    Generally it maps automatically.
    I think this can solve ur problem
    regards
    manish
    Reward points if helpful

  • Prompt for transport request if records are added/modified for custom table

    Hello Experts,
    A couple of questions,
    1. How do we prompt user to create a TR whenever he changes a record in my custom table
    via SM30? my custom table has a maintenance type of 'C' - customizing already.
    2. How do we transport the custom table contents to another client?
    Thank you guys and take care!

    Hello
    Regarding (1) just have a look at a standard maintenance view like V_T001W (SE11 -> menu Utilities -> Table Maintenance Generator ):
    Here you can see that the option Standard Recording Routine is chosen which is responsible for prompting for a transport request as soon as records of the table/view are changed.
    Regards
      Uwe

  • Present customized table in chart

    Hello expert,
              I create a table in WEBI, the cells for this table are caculated by variety caculations ( they are not extracted directly from universe), now I want to convert this table block into some line chart, but does not work, there is no data in the line chart, also lable and serial for line chart are not present correctly.  will you please tell me how I can present such customized table block by chart?

    Hi bo zhang ,
    see just go through the functionality of the live office
    now we will discuss about the live office.
    After inserting webi report in to live office
             *select properties and select refresh tab there you could see four  different option like
                              1.Latest instance from the latest instance scheduled by
                              2.on demand from database
                               3.use report saved data
                              4.specific instance from . from specific instance of the report
    Among these four option If you have selected first option . then in backend you can schedule the webi report....Eg: monday morning 7 'o' clock you scheduled the report and it took 30 minutes to get success (just for example) now this latest instance will be in cmc.
    In xcelsius dashboard set the refresh before the component are loaded.
    Now morning 9'o' clock user is  opening  the dashboard so it will hit the live office in back end in turn live office will pick the data from latest instance and populate to dashboard...maximum 30 seconds dashboard will be refreshed.
    Hope I have explained better....
    Regards,
    Kannan.B

  • How to find out the user who has created  a new field in the custom table.

    How to find out the user details who has created  a new field in the custom table.
    Thanks,
    Joan

    Hi Jesudasan ,
    You can know the user details with version management.Please find the
    below procedure to know.
    Go to table->Utilities tab->version->Version management->Compare the previous one .
    Hope this solves the issue,Let me know if you have any issues.
    Thanks,
    Rajani

Maybe you are looking for

  • I can't get mi ipod to play music on my speaker/dock

    Hi all I have an ipod touch and I have a speaker/dock and I can't get the ipod to play music on the speakers it's hooked up, the dock recognises the ipod, I have home sharing on and this is the second speaker/dock I have tried. HELP

  • Change the application date

    Hello My Dear, What is the effect of changing the date of the application to the previous date. for example:- if the oracle application date is 10 Apr and change this date to 7 Apr to enter the later transactions like reciepts. is there any effect on

  • Trouble assigning TextFrame to Justification.Left

    Hello, I need some help trouble shooting a script. I am trying to flip the justification for all of a selected set of text frames. However, while most types of flipping work properly, the following does not if(sel[i].story.textRange.justification ==

  • How to connect to HP2420 printer?

    How do I connect my MacPro laptop to my HP2420 printer?

  • WRT54G wireless router drops internet?

    I'm using my WRT54G with Starband satellite internet.  It seems that every once in awhile or...sometimes way too often, the internet decides to stop working all together!  I've checked this with two other computers on the wireless network.  They all