How to maintain table CABNT in SAP?

Hi Experts,
Good day!
I am executing report ZMCL for Material Characteristics Report but I got no data extracted even if there is data as can be seen in the Classification tab of the material master (MM03). I tried to investigate where this report retreiving the values and found out that it is accessing table CABNT to retrieve the Characteristic Descriptions for the material. When I checked in table CABNT, it turned out that the characteristic descriptions of the material I used is not maintained in table CABNT that's why there is no data extracted when i executed ZMCL. Now I tried to maintain table CABNT in SM30 and SM31 however I got an error message which states that "Create data processing function module".
Would you know how this table can be maintained?
Any ideas are highly appreciated. Thanks in advance.
Regards,
Rockz

a characteristic is maintained in CT04

Similar Messages

  • How to maintain table hrp1020

    Hi all
    SAP how to maintain table hrp1020 ,
    basically the Infotype 1020 which creates the relationship I want to create the relationship between the object and the workflow template so that I can see in the GOS bar and can start the workflow from there .
    Thanks in advance.
    Naval Bhatt

    HRP1020 can only be maintained my maintaing the relationship with objects.
    you can use transaction P013 Maintain Position and then select the 1020 infotype and creates the record.
    Hope this would help you,

  • Sap script '' how to create table frame in sap script"""

    i have some problem in sap script''  how to create table frame in sap script"""

    Hi,
    you can use BOX command..
    Syntax
    /: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]
    Effect: draws a box of the specified size at the specified position.
    Parameters: For each of XPOS, YPOS, WIDTH, HEIGHT and FRAME both a measurement and a unit of measurement must be specified. The INTENSITY parameter should be specified as a percentage between 0 and 100.
    1. XPOS, YPOS: Upper left corner of the box, relative to the values of the POSITION command.
    Default: Values specified in the POSITION command.
    The following calculation is performed internally to determine the absolute output position of a box on the page:
    X(abs) = XORIGIN + XPOS
    Y(abs) = YORIGIN + YPOS
    2. WIDTH: Width of the box. Default: WIDTH value of the SIZE command.
    3. HEIGHT: Height of the box. Default: HEIGHT value of the SIZE command.
    4. FRAME: Thickness of frame.
    Default: 0 (no frame).
    5. INTENSITY: Grayscale of box contents as % .
    Default: 100 (full black)
    Measurements: Decimal numbers must be specified as literal values (like ABAP numeric constants) by being enclosed in inverted commas. The period should be used as the decimal point character. See also the examples listed below.
    Units of measurement: The following units of measurement may be used:
    • TW (twip)
    • PT (point)
    • IN (inch)
    • MM (millimeter)
    • CM (centimeter)
    • LN (line)
    • CH (character).
    The following conversion factors apply:
    • 1 TW = 1/20 PT
    • 1 PT = 1/72 IN
    • 1 IN = 2.54 CM
    • 1 CM = 10 MM
    • 1 CH = height of a character relative to the CPI specification in the layout set header
    • 1 LN = height of a line relative to the LPI specification in the layout set header
    /: BOX FRAME 10 TW
    Draws a frame around the current window with a frame thickness of 10 TW (= 0.5 PT).
    /: BOX INTENSITY 10
    Fills the window background with shadowing having a gray scale of 10 %.
    /: BOX HEIGHT 0 TW FRAME 10 TW
    Draws a horizontal line across the complete top edge of the window.
    /: BOX WIDTH 0 TW FRAME 10 TW
    Draws a vertical line along the complete height of the left hand edge of the window.
    /: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15
    /: BOX WIDTH '17.5' CM HEIGHT '13.5' CM FRAME 10 TW
    /: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW
    /: BOX XPOS '13.5' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW
    Draws two rectangles and two lines to construct a table of three columns with a highlighted heading section.
    check the fallowing link also
    http://help.sap.com/saphelp_40b/helpdata/en/d1/803293454211d189710000e8322d00/content.htm
    Mark the points if u find it useful...
    Regards,
    Omkar.

  • How to Maintain table "OIB_USERPARAM"

    Dear All,
    Can anyone help me to understand, how to maintain the table "OIB_USERPARAM", is there a T Code or SPRO link? There are some entries in these tables which needs correction. Please help.
    Regards,
    Anubhav

    Dear Anubhav,
    if I remember correctly, the entries in table OIB_USERPARAM are automatically created for each user if he/she first uses transaction O4_TIGER, and are subsequently updated if O4_TIGER is lect correctly (e.g. F3) with the current user settings:
    "When you leave the transaction, the system saves various user parameters (for example, the last used variants and the expansion status of the overview tree) so that the transaction looks the same the next time you call it. "
    which can be found in the SAP online documentation:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/cb/a45738bc8b210de10000009b38f8cf/frameset.htm
    section : Management of tank dips
    In addition, you can maintain a worklist of tanks for each user.
    I hope this helps a bit,
    Kind regards,
    Markus

  • How to maintain table t180v and t180z

    hi all,
    when we customized va05 by copying it to zva05, SAP system prompt to maintain entry in both t180v and t180z. please advise the proper way to do that. thanks.

    Just sharing for the benefit of everyone.
    I had a similar issue when I was running an SD transaction VA45 for list of Contracts for Material and a Customer combination.
    The error message read "Please maintain an entry in Table T180Z." However I was not sure what entry had to be maintained. I debugged to see what entry was missing and then I was not sure how to maintain an entry in that Table. TCode OVBE is for Table 180V and in SM30 you can maintain T180V because it was a view table.
    Finally I was able to find transaction VXKP for maintaining the entry in table T180Z. This is where you maintain a default layout too.

  • How to create table in the sap script

    Hi,
    How to create a table in the  sap script layout, i Have to use table in the main window with  7 columns. can any one send sample code.
    How to calculate the number of line items which are displaying in the main window, if the number of line items are exceed in the main window then the amount has to be calculate and print as "BALANCE FORWARD" and the next page had to be displayed as "CARRY FORWARD" that amount. if this is the last page not subsequent page the amount had to be calculated the carry forward amount and total amount and print as "TOTAL AMOUNT". i am creating the new layout and the program is the standrad driver program i have to use and i have to use the standard Text elements only, can any one help me on this issue

    hi
    good
    there is no "pattern" option in SAPscript. All you have at your disposal are the following SAPscript commands: BOX, POSITION and SIZE. Not only are these commands both confusing and tedious to implement, they also are limited in what they can achieve. For instance, although you can suppress a box during printout (by making it conditional), there is no simple way to adjust it dynamically instead. Thus, to divide sequential line items, you may wish to use an underline (ULINE) or simply white space.
    thanks
    mrutyun

  • How to maintain table.

    Hi Experts,
    I want to know  basics of table maintainance, pl. guide me

    Hi Suhas,
    To maintain Table u have to create maintainance view. For that Go to SE11 Click Table maintainance Generator. Here u give a function group name and select number of screens u want. Then create Table maintainance view.
    Note; table should be of any type other than C and Table maintainance allowed should be ticked in Attributes.

  • How to maintain table TPMUS ??

    I try to find how I can maintain the default values for each user ??
    now when I create a new user one of the key users has to maintain those values when the user creates a serviceorder or notification
    is there a way to maintain this table centrally ?
    kind regards
    arthur de smidt

    Hi,
    You will need relevant authorization for object S_TABU_DIS.
    From SE16 specify the file name and enter. Execute a selection. On the results list there will be extra icons available - Create, Change. Also available from menu path, example: Table entry - Delete
    -Paul
    is sap all not enough ?
    I see the entries in the menu but they are greyed out
    kind regards
    arthur

  • How to Configure Table Graphics in SAP CRM 7.0

    Dear all,
    What is the main use of Table Graphics and How can we configure table graphics functionality in SAP CRM 7.0.
    Kindly suggest in case any best practice documentation or other configuration document is available
    Your help will be highly appreciated
    Best regards
    Raghu ram

    Hello Devi,
    There are three ways you can load Master Data in BPC
    1) Copy and paste.
    Download master data in flat file .Copy the  master data and paste in members of dimension after that process the dimension.
    2) Using SISS Pakage - load Flat File into BPC-Cube
    3) Using SQL Command.
    Thanks.
    With regards,
    Anand Kumar

  • How to maintain table ASHMETHODS?

    Hello Experts,
    I'd like to enter a record into table ASHMETHODS.
    However, SM30 cannot be used as the table has no table maintenance generated.
    Also I don't think I should generate the table maintenance screen
    as I can see, now, there are many records there already, not sure how they get there.
    I wonder if anyone knows the proper way to maintain this table, perhaps a transaction code.
    Regards,

    Hello Friend,
    If you want to insert a new record into the table ASHMETHODS, go to table entries
    i.e SE16n ->Table name  : ASHMETHODS ->Execute(F8) and in the header you will find a button to insert a record, after insert, save.
    This way you can insert a record into the table ASHMETHODS.
    Best Regards
    Santosh

  • How to chech table growth in SAP

    hi
    i have a ECC6 on AIX plateform and database is oracle 10 i want to know how can i check which table is grow faster and what action i will take for smooth running of SAP system?
    Thanks
    Vikram

    Hi Vikram
    Goto DB02 and then click on Space Statistic. For tables/indexes and tablespace give * and it will give you the table/tablespace statistics. You can select days, weeks and month wise.
    For extending tablespace user brtools from ora<sid>.

  • How to maintain table 'EDICONFIG'?

    Hi, All
       Our project get a problem: all the persons get a workitem in inbox. Its text is 'The IDoc have no data records'. We have found out the reason. Beacuse the rule 30000001 in task TS30000020 can not obtain the EDI Administrator user ID from table EDICONFIG, the workflow will send this workitme to all. We want create one into table EDICONFIG now. But is there any standard way to maintain talbe 'DEICONFIG'?
    Thanks.

    Hi All,
    We are also facing same issue and every1 receiving workitem for task TS30000020. The FM - EDI_ROLE_FOR_MESSAGE is having query -  
    SELECT * FROM ediconfig INTO TABLE local_ediconfig_tab
                                             WHERE   uname      = ediadmin_uname   " EDIADMIN
                                            AND edi_global = 'X'
                                           AND edi_prog   = '0009'.
    I have check user id - EDIADMIN is not defined in our system. Please advice what what setting I have to do thru Tcode OYEA and do we need to create user with ID - EDIADMIN.
    Thanks.

  • How to maintain Table T77TMC_P_V

    Dear Guru,
    I am Configuration Packgae PAOC_HAP_PA_PMP_UI for Appraisal System but it always go through this Table for Template. May I know how to input Template in Such Tables?
    Thanks in advance.
    Regards,
    Matthew

    Hi,
    Package PAOC_HAP_PA_PMP_UI, Web Dynpro Application HAP_A_PMP_TIMELINE.
    The Web Dynpro Component is HAP_PMP_TIMELINE and you should have the Web Dynpro application HAP_A_PMP_TIMELINE.
    Also, check that you have notes 1346334 and 1352533.

  • How to pass tables data from SAP script to the routine.

    Hi,
    I have standard program RPCTEAL0_01 which calls a SAP script form(Custom) to print the form.
    Now I have to add some additional functionality to change the values in the form. Since it is custom form I can add ROUTINE and then pass the values to the custom program to modify the variables.
    My concern here, I would like to pass the tables like RT,CRT to the custom program via form.
    Is this possible?  RT and CRT filled by standard progam.
    Regarsd
    Eswar
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Jan 20, 2009 9:06 AM

    Hi, The suggested option is not working.
    Actually I am using the below code in SCRIPT
    /:   PERFORM CAL_2008 IN PROGRAM ZHR_TEST1
    /:   USING &PER_NO&
    /:   CHANGING &W12&
    /:   ENDPERFORM
    and calling form in ZHR_TEST1. But this will pass only variables. Now my requirement is to pass tables also.

  • How to maintain table CRMRFCPAR / CRMPAROLTP

    Hi gurus.
    Do I use SE16 directly, A maintenace view, or a transaction code for changing these CRM tables?
    Please advice.

    If I use SE16, the tables ar only in display-mode.
    Negaraj, What do you mean by create a Ztransaction?  Do you refer to SE93? Can you give a more spesific information?
    Swamy, In SE30, is there a maintenance view I can use, or do I need to create one?
    I had hoped there was an IMG point (an IMG transaction) for maintaining these tables. Is it so?
    Thanks for response.

Maybe you are looking for

  • How do I install the NVIDIA 4000 card?

    I am putting in the Nvidia Quadro 4000 graphics card in my early 2008 Mac Pro 3,1.  I installed my RAM as well as my hard drives but I must admit this is something I have not done before to this extent. Do I need to be grounded? And does someone know

  • Uploading Invoice with Discount in Line with DTW

    I am trying to upload some invoices with line discount with the DTW . These is an example. There is one item A00001 with 12.00 unit price and 10% discount on that item and 12 quantity. I tried to upload it but doesnt put the discount in the discount

  • What kind of memory is current in my Imac 2012, c10, or c11

    I want to upgrade my Imac Late 2012 27 inch,  add with  16gig memory, but i want to now what the standard type of memory is in my IMac.c10, or c11? I want to stay working on 1600 MHZ, does someone now what brand is the best.. I live in the Netherland

  • Call Java Method From C#

    I have a complete Java Classes solution working perfectly and i would like to "re-use" it from my new main C# program. Actually, i don't know which process could authorize to invoke Java method from C# method. Can anybody help me ? Thanks in advance

  • To access the data from logical system to sap system

    Hi SDN SAPERS, I am getting a problem. So I need ur instant help. There is a  standart report named Rptcc106 having select-options logical system. And there is a check box and we have to click it named general idoc. But the issue is when I execute it