Billing Request Editor - "Customizing missing for Characteristics"

Our Production system is getting the following error when users are trying to access the Billing Request Editor;
This same error doesn't exist in our lower landscapes and I've validated that the Characteristics for Billing Request Editor are in sync with one another.  Is there more configuration that I am missing?  Any assistance is appreciated.

We ended up removing the table entries and recreating them from another lower landscape environment.  That seemed to work for now. 

Similar Messages

  • Using the Billing Request Editor in Web Dynpro

    Billing Request Editor has a number of functions that defer some of the DP91 functionality (postpone/reject) to Web Dynpro user interface.  For example, WIP (Reject, Postpone) and Accrue.  
    On the WIP (reject and postpone) portion of the functionality it seems to go back to DIP and update AD01DLI for all items that were not billed.
    However for the portion entered on the Accrual screen it does not seem to go back to DIP and update AD01DLI. Only the DMR is updated. Why?
    If an accrual amount is billed to the customer for a missing/late timesheet using BRE and the timesheet is later entered/recovered would there be no requirement to go back to DIP and reject the recovered time sheet as already billed in the accrual or have the ability to reverse the accrual and enter the timesheet. It seems to presume that the user will keep this sort of reconciliation off line. Any comment? or am I missing a setting in configuration that brings the accrual back to AD01DLI for subsequent processing?
    Thanks,
    Alex Farber

    Vitaliano,
    You make a very good point.  And it is probably the way that we will go.  However, my task is to evaluate Web Dynpro and Visual Composer for our needs.  Especially since the graphing capabilities in Web App Designer are limited for our needs.  We will, at some point, have a need to combine warehoused information in BI with real-time data in R/3.  I'm anticipating that this is where Web Dynpro will be useful for us.  Therefore, my questions as stated regarding Web Dynpro.  I just find it strange that none of the SAP documentation elaborates on the topics that I am concerned with, even though tantalizing capability summaries are dangled throughout.
    Thank you.

  • Function Active but (BFS 'DIMP) not allowed - Billing Request Editor Web UI

    I am working on setting up the Billing Request Editor.  When I completed the configuration in the ECC 6.0 system and access the Web UI and enter my debit memo request (DMR) that came through my RRB (DIP) process, I get the following error:
    Requested function is active (BF 'SD_01') but not allowed (BFS 'DIMP')
    Has anyone received this error?  How can this be fixed?
    Appreciate any response regardless of how technical.

    Hi Sara, I have the SAP documentation that describes the configuration and setup of the Billing Request Editor.  It however is a bit cryptic, but does give a general guide with screen shots on the type of configuration required.
    I have gone through the steps and though I am able to get the editor's UI up and running, I have a few errors to work through.  I originally had an error stating that the "Customizing for Characteristics was not complete" but solved this error by ensuring that all Characteristics that were setup as "character relevant" for the specific DIP profile were entered in the IMG activity "Select Characteristics from Dynamic Item Processing".  I found that it this error was resolved when the characteristics were entered in the exact sequence as they appear in the DIP profile (ODP1).
    Since then I have come upon two other errors that I am now working through:
    1.  "Form of Address Key not defined" - even though I have updated the form of address keys and config with generic values
    2.  "H is not a unit without dimension" - I assume this relates to the setup of the unit of measure and therefore requires me to use HR instead of H for hours.
    Has anyone encountered and solved these two items? 
    Sara, I hope the first part helps.  If you can't find the SAP documentation I would suggest looking up OSS note 1223103 and also check related notes.  The documentation should be attached.  I can't recall the number offhand where the documentation is found.
    Otherwise I can try to get it to you via other means.

  • Billing request Editor.

    Hi ..
    How can we implement Billing request editor for RRB -Is there any different transaction for the same.
    Whats are the steps for the same.
    How is that different from the normal DP91 transacion

    The billing request editor becomes active thru transaction SFW5 or thru SPRO navigation, Activate Business Functions > Enterprise Business Functions
    The business function to be activated is ,     SD_01 and LOG_SD_CI_01
    Once you activate, the billing editor configuration will appear in SPRO as this opath " Sales and Distribution > Sale > Sales Documents> customer service > Service quotation/resource related billing.
    once u configure, then you can see edit  the DMRs. There is no transaction for editing it, it is web dynpro application and  search for link for web dynpro.

  • Date type-specific Customizing missing for date type ACTActPln

    Hi all.
    I'm using a Web Service obtained by copying the CRM 7.0 built-in WS APPTACTCRTRC.
    I'm using it to create Appointments using an Adobe Interactive Form.
    It goes everything fine (a Date is created in the system, with all the input data properly set) excepted the dates...
    The WS uses two TIMESTAMPS, TIMESTAMP_FROM for StartDateTime and TIMESTAMP_TO for EndDateTime, whereas the GUI transaction to create Dates accepts dates and times in separated fields.
    Going in Debug I can see that the execution ends with the following error, referred to the involved entity (CRM_APPOINTMENT):
    Date type-specific Customizing missing for date type ACTActPln
    CRM_APPOINTMENT uses date profile 0000000001 with three possible date types: ORDERACTUAL, ORDERPLANNED and ORDERPROPOSED and I cannot find anywhere date type ACTActPln (just to add it in customizing).
    Is anyone able to enlight me?
    Thank you in advance!
    Alessandro
    PS I've years of experience in Java programming but I'm quite new to the SAP world. Maybe the problem is not a problem at all, but it seems to me as such. Even if it has a trivial solution, please let me know. Thx!

    Hi,
    Well I was about to write that you should enter date in decimal format. but you already did that as mentioned in How to set a date in a Form where the bound date format is a decimal?
    In response to following from above thread (copied for others to understand my response)
    Hi all.
    I'm successfully using the LiveCycle Designer and I've managed to remotely create Appointments using a CRM Web Service (a mere copy of APPTACTCRTRC).
    The only problem I'm encountering is that I'm not able to set the dates/times (start and end of the appointment).
    Dragging each of the two fields from the WSDL based Data Connection I obtain a Decimal Field limited to 15 digits.
    How can I write a date and time in such a field?
    I've tried with a retroverse date as YYYYMMDDHHmmss (for example, 20100301124500) but it does not work
    (the appointment is indeed created, but with the start date and time fields filled with
    the current date/time and the end date and time fields filled with the current date and time plus 10 minutes).
    The retroverse date above is only 14 digit long, so, maybe, this is the problem.
    But, given the field definition, I'm not able to fill a blank space between the date and the time.
    I'm not able to put a dot either.
    What should I do?
    Any suggestions?
    Thank you in advance.
    Alessandro
    15 digit in UTC time format here is fraction of second so you should enter 201003011245000 (add one more zero).
    14th Oct 2010 16:00 should be written as 201010141600000, so just try it and and see if it works, I guess if you do not supply end time then by default it will be starttime + 10 min but this is just guess.
    Regards,
    Gourav

  • Billing Request Editor Documentation

    Hi everbody,
    Anybody can tell me where I can find the SAP documentation that describes the configuration and setup of the Billing Request Editor?
    Thanks,
    Fábio Fonseca
    SAP SD Consultant
    Brazil
    Edited by: Fabio Fonseca on Feb 9, 2010 12:42 PM

    Hi,
    Please check if these links are helpful to you.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/56/989b441cb242d5bbaf29d21146e086/frameset.htm
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/aa/96853478616434e10000009b38f83b/frameset.htm
    Regds,
    Abhee

  • Customizing missing for salary year ..!!

    Hi,
    I have implemented ESS/MSS buisness package 1.0 in EP 7.0
    while opening claims task for an employee from UWL in portal.. it gives me warning "Customizing missing for salary year".
    What is the reason for it and what customization need to be done in ESS to remove this warning ..??
    regards,
    Jigar Oza

    Any suggestion...!!!

  • Table for characteristics of a material

    hi all,
            i have a requirement where in i need to add a customized field for characteristics of a material. where can i find the table for charactersitics of a material? i found the structure RCTAV but i could not find the table refering to this structure.
    Thanks in advance....
    Anil Kumar

    chk these FMs
    BAPI_OBJCL_GETDETAIL
    MATERIAL_READ_CLASSIFIC_RT
    also chk this
    You can also query tables AUSP and CABN for the data.
    AUSP-OBJEK = Matnr
    Get the value of ATINN and ADZHL from AUSP for the above value and you should be able to query CABN using these

  • Custom BIOS for GE60 2oc

    Hello!
    I would like to request a custom bios for my laptop (MSI GE-60 2oc).
    I have had problems with low CPU utilization after updating the embedded controller with official MSI firmware update. At the same time I was supposed to update the BIOS, but I couldn't, using the official driver found on MSI download center, since my system told me it's not the right version.
    I wanted to try this new approach as a new bios might help, I figured. I can't find any downgrading for the embedded controller. Would a custom bios be good thing for me or am I doing this all wrong?
    Current bios: E16GCIMS.509
    EC firmware installed: 16GCEMS1.506
    The BIOS update that did not work: E16GCIMS.611

    I know got my current version of BIOS and EC by MSI support so I will experiment with them. Downgrading to EC v. 5.00 helped I think. I have started to meassure now and the thing is that my GPU seems to have a real low core clock. The GT750m is marketed as 967 mhz but GPU shark and 3DMark 11 shows that I have 405 mhz. When playing Starcraft 2 I get real low FPS considering the settings (25 fps while playing medium quality and 1080p res.) hard to find comparing stats on the net. When meassuring with 3Dmark 11 I get a 2800 score which is comparable to other machines like mine.
    GPU Shark v0.7.3
    (C)2013 Geeks3D - www.geeks3d.com
    GPU Shark v.0.7.3 gives me these numbers:
    Elapsed time: 00:01:40
    OpenGL memory - total:2048MB, usage:98MB
    GPU 1 - GeForce GT 750M
    - GPU: unknown
    - Bus ID: 1
    - Device ID: 10DE- FE4
    - Subvendor: MSI (1462-10E6)
    - Driver version: 9.18.13.3182
    - NV driver branch: r331_00-187
    - OS: Windows 8 64-bit
    - Bios version: 80.07.a2.00.07
    - GPU memory size: 2048MB
    - Bus width: 128-bit
    - GPU memory location: GPU dedicated
    - GPU memory type: GDDR5
    - GPU temp: 43.0°C (min:43.0°C - max:45.0°C)
    - GPU cores: 384
    - Performance states: 3
    - Performance state P0
    - GPU: 1183.5MHz
    - Mem: 2355.0MHz
    - VDDC: 0.856V
    - Performance state P5
    - GPU: 1183.5MHz
    - Mem: 800.0MHz
    - VDDC: 0.850V
    - Performance state P8 (current)
    - GPU: 405.0MHz
    - Mem: 405.0MHz
    - VDDC: 0.806V
    - True current clock speeds / VDDC:
    - Core: 135.0MHz
    - Mem: 405.0MHz
    - VDDC: 0.806V
    - GPU and memory usage:
    - GPU: 0.0%, max: 99.0%
    - GPU memory: 4.7%
    - GPU memory controller: 0.0%
    - Limiting policies (NVIDIA):
    - no limitation
    - Current active 3D applications:
    ---- 3dmark11.exe (PID: 6360)
    ---- furmark.exe (PID: 6328)
    ---- gpushark.exe (PID: 7028)
    Well well, will try new BIOS now when I get go back to my previous version if it doesn't help me.

  • Retreiving the last amount billed to a customer (dynamically in the Query)

    Hi,
    I want to retrieve the last amount billed to a customer.
    For example :
    r/3 data :
    Customer____Billing date__Amount
    1___________04/04/2006____5000
    1___________05/05/2006____1200
    2___________03/04/2006____400
    The result i would like to get in the report :
    Customer___Amount
    1__________1200
    2___________400
    I tried many ways including Key figures agreg. Exception.
    Do you have any suggestion ?
    best regards,
    ludo
    Message was edited by: Ludovic Julen
    Message was edited by: Ludovic Julen

    Hi,
    The date of the data loading has no impact on the selection of the last value. In december, you can load the historical data of 2005, 2004 and 2003. The data will be stamped on 2005, 2004 or 2003 (dates of reference from the documents).
    So, in your case, the query would give you the first load as a result of the last value. But you are using 0CALDAY in your example. Of course, you would not be able to use 0CALMONTH in such scenario, because you do not bill only once a month.
    Now, please notice that the last value is based as well on the execution of the query. Is your query analyzing all december? Imagine that your query is filtered from 01.12.2006 to 14.12.2006, then you get only the second load.
    This is a double setting.
    Regards
    Laurent

  • How to create a billing request for service order that has serv contract?

    Dear Experts,
    Can you please help me?
    The scenario is, my client has service contracts with their customer but they want to charge customers not periorically but as and when they provide service (ad-hoc).
    So how to bill the customer in this case?
    In my testing if I have a service contract (order type = SC) then when I create service order, system automatically picks up standard order type SM01. (which is service order with contract.)
    And when I perform time confirmation and material consumption (goods issue), actual costs gets booked to the service order. However, using the service order number as referece, if I try to create a billing request in DP90, system create a blank billing request with no line items.
    So, could you please advice, how can I create a billing request for a service order, if I have a contract?
    Appreciate your help.
    Best regards,
    Abdul Rafey

    Hi Praveen,
    Thank you very much for your reply. I appreciate your time and efforts.
    Ok, these are the steps how I have executed the process.
    - I have created a service contract for an equipment. In the service contract, I have maintained the service material in the line item, maintained price and assigned equipment in the technical objects.
    - I created service notification, which automatically picked up contract.
    - When I create service order, from notification screen, system automatically picked up correct order type SM01 (Service order with contract).
    - Then I planned operations and spare parts in the service order.
    - Checked settlement rule in the service order is SDI.
    - released and saved service order.
    - Using IW42, in SAP ECC6, you can perform  both time confirmation and material consumption using the same screen and also TECO service order. System issues message to say, goods issue have been posted.
    - when you check the document flow of service order, you can see operations posted, and also goods issue posted.
    - check cost tab to see actual costs. (if I want to settle costs from service order to service contract, I can do so w/o a problem in KO88)
    - Use DP90, enter service order number and create billing request. System takes to billing request screen but it is blank. No line items.
    - So, since there is a contract, in this case, am I meant to be creating the billing request from Service contract? instead of from Service order?
    I hope I have clarified myself better this time.
    Best regards,
    Abdul Rafey

  • How to Created custom report for Ship not Billed (SD/FI)?

    Hi all,
    I am anticipating  to write some abap reports..Here is one of them..
    Anyone can help  me with writing a Report , how to do 'Custom Report for shipped not Billed(SD/FI)' ..But since I am new to Abap , if you wish to reply, please use a little more detail and simple explanation, step by step so I can understand what is the idea, how it can be acheived...what kind of report should be used , techniques, tables etc...:)
    Appreciate your help!
    Regards,
    Boby

    Hi Boby,
    You need to create custom transaction to achive these results.
    you will have selection-screen ,it would be :
    Date : Here date would be mandatory  - Ranges Option
    Customer  - Optional field - Ranges
    Order #  Sales Order (Optional) Ranges
    Invoice #  - Invoice # (Optional) Ranges
    You will get the data based on ur selection-screen criteria ...
    First you will have customer order details from diffrent table
    VBAK,
    VBAP,
    LIKP
    LIPS
    VBRK,
    VBRP
    KNA1,
    VBFA Tables ( See the my sample program )
    Output would be :
    Customer #   Custome Name    Order #   Delivery #   Invoice #   Netpr, Netquantity ,
    Check the condition  whether invoice table has VBRK-RFBSK  = ''.
    See the my sample program : This is sales report by monthly..
    REPORT ZFDSALES_REPORT no standard page heading
                           message-id zwave.
    Data Declaration Part
    TYPE-POOLS
    type-pools : slis.
    Tables
    tables : VBAK,
             VBAP.
    Internal table for VBAK Table
    data : begin of i_vbak occurs 0,
           vbeln like vbak-vbeln,
           bstnk like vbak-bstnk,
           vdatu like vbak-vdatu,
           end of i_vbak.
    Internal table for VBAP and MATNR
    data : begin of i_vbap occurs 0,
           vbeln like vbap-vbeln,
           matnr like vbap-matnr,
           kdmat like vbap-kdmat,
           kwmeng like vbap-kwmeng,
           netpr like vbap-netpr,
           maktx like makt-maktx,
           end of i_vbap.
    Internal tables
    data : begin of i_sales occurs 0,
           vdatu like vbak-vdatu,
           bstnk like vbak-bstnk,
           matnr like vbap-matnr,
           maktx like makt-maktx,
           kdmat like vbap-kdmat,
           kwmeng like vbap-kwmeng,
           netpr  like vbap-netpr,
           end of i_sales.
    Variable for ALV
    data : v_repid like sy-repid,
           gt_fieldcat    type slis_t_fieldcat_alv.
    Selection-screen
    selection-screen : begin of block blk with frame title text-001.
    select-options : s_vbeln for vbak-vbeln,
                     s_erdat for vbak-erdat,
                     s_ernam for vbak-ernam,
                     s_vdatu for vbak-vdatu obligatory,
                     s_BSTNK for vbak-BSTNK,
                     s_KUNNR for vbak-kunnr,
                     s_matnr for vbap-matnr,
                     s_KDMAT for vbap-KDMAT.
    selection-screen : end of block blk.
    Initilization
    initialization.
      v_repid = sy-repid.
    S T A R T  -  O F  -  S E L E C T I O N ****************
    start-of-selection.
    Get the data from VBAK and VBAP Tables
      perform get_vbak_vbap.
    E N D  -  O F  -  S E L E C T I O N *****************
    end-of-selection.
    Display the data
      perform dispolay_data.
    *&      Form  get_vbak_vbap
          Get the data from VBAK and VBAP Table
    FORM get_vbak_vbap.
    Get the data from VBAK Table
      select vbeln bstnk vdatu from vbak into table i_vbak
                         where vbeln in s_vbeln
                         and   bstnk in s_bstnk
                         and   vdatu in s_vdatu
                         and   kunnr in s_kunnr
                         and   erdat in s_erdat
                         and   ernam in s_ernam.
      if sy-subrc ne 0.
        message e000(zwave) with 'No data found for given selection'.
      endif.
    Get the data from VBAP Table
      select avbeln amatnr akdmat akwmeng a~netpr
             b~maktx into table i_vbap
             from vbap as a inner join makt as b on bmatnr = amatnr
             for all entries in i_vbak
             where a~vbeln in s_vbeln
             and   a~kdmat in s_kdmat
             and   a~abgru = space
             and   a~matnr in s_matnr
             and   a~matnr ne '000000000000009999'
             and   a~matnr ne '000000000000004444'
             and   a~matnr ne '000000000000008888'
             and   a~matnr ne '000000000000001111'
             and   a~werks = '1000'
             and   b~spras = 'E'
             and   a~vbeln = i_vbak-vbeln.
      if sy-subrc ne 0.
        message e000(zwave) with 'No data found for given selection'.
      endif.
      sort i_vbak by vbeln.
      sort i_vbap by vbeln matnr.
      loop at i_vbap.
        read table i_vbak with key vbeln = i_vbap-vbeln
                                binary search.
        if sy-subrc eq 0.
          i_sales-bstnk = i_vbak-bstnk.
          i_sales-vdatu = i_vbak-vdatu.
          i_sales-matnr = i_vbap-matnr.
          i_sales-kdmat = i_vbap-kdmat.
          i_sales-maktx = i_vbap-maktx.
          i_sales-netpr = i_vbap-netpr.
          i_sales-kwmeng = i_vbap-kwmeng.
          append i_sales.
        else.
          continue.
        endif.
        clear : i_sales,
                i_vbap,
                i_vbak.
      endloop.
      sort i_sales by vdatu bstnk matnr.
      refresh : i_vbap,
                i_vbak.
    ENDFORM.                    " get_vbak_vbap
    *&      Form  dispolay_data
          Display the data
    FORM dispolay_data.
    Fill the Fiedlcat
      PERFORM fieldcat_init  using gt_fieldcat[].
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
      I_INTERFACE_CHECK                 = ' '
      I_BYPASSING_BUFFER                =
      I_BUFFER_ACTIVE                   = ' '
          I_CALLBACK_PROGRAM                = v_repid
      I_CALLBACK_PF_STATUS_SET          = ' '
      I_CALLBACK_USER_COMMAND           = ' '
      I_CALLBACK_TOP_OF_PAGE            = ' '
      I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
      I_CALLBACK_HTML_END_OF_LIST       = ' '
      I_STRUCTURE_NAME                  =
      I_BACKGROUND_ID                   = ' '
      I_GRID_TITLE                      =
      I_GRID_SETTINGS                   =
      IS_LAYOUT                         =
          IT_FIELDCAT                       = gt_fieldcat[]
      IT_EXCLUDING                      =
      IT_SPECIAL_GROUPS                 =
      IT_SORT                           =
      IT_FILTER                         =
      IS_SEL_HIDE                       =
      I_DEFAULT                         = 'X'
      I_SAVE                            = ' '
      IS_VARIANT                        =
      IT_EVENTS                         =
      IT_EVENT_EXIT                     =
      IS_PRINT                          =
      IS_REPREP_ID                      =
      I_SCREEN_START_COLUMN             = 0
      I_SCREEN_START_LINE               = 0
      I_SCREEN_END_COLUMN               = 0
      I_SCREEN_END_LINE                 = 0
      IT_ALV_GRAPHICS                   =
      IT_ADD_FIELDCAT                   =
      IT_HYPERLINK                      =
      I_HTML_HEIGHT_TOP                 =
      I_HTML_HEIGHT_END                 =
      IT_EXCEPT_QINFO                   =
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER           =
      ES_EXIT_CAUSED_BY_USER            =
        TABLES
          T_OUTTAB                          = i_sales
    EXCEPTIONS
      PROGRAM_ERROR                     = 1
      OTHERS                            = 2
    ENDFORM.                    " dispolay_data
    *&      Form  fieldcat_init
          text
         -->P_GT_FIELDCAT[]  text
    FORM fieldcat_init USING  e01_lt_fieldcat type slis_t_fieldcat_alv.
      DATA: LS_FIELDCAT TYPE SLIS_FIELDCAT_ALV.
    Delivery Date
      CLEAR LS_FIELDCAT.
      LS_FIELDCAT-FIELDNAME    = 'VDATU'.
      LS_FIELDCAT-OUTPUTLEN    = 12.
      LS_FIELDCAT-TABNAME    = 'I_SALES'.
      ls_fieldcat-seltext_L = 'Delivery Date'.
      APPEND LS_FIELDCAT TO E01_LT_FIELDCAT.
    Purchase Order #Material Description
      CLEAR LS_FIELDCAT.
      LS_FIELDCAT-FIELDNAME    = 'BSTNK'.
      LS_FIELDCAT-OUTPUTLEN    = 25.
      LS_FIELDCAT-TABNAME    = 'I_SALES'.
      ls_fieldcat-seltext_L = 'Purchase Order #'.
      APPEND LS_FIELDCAT TO E01_LT_FIELDCAT.
    Material
      CLEAR LS_FIELDCAT.
      LS_FIELDCAT-REF_FIELDNAME    = 'MATNR'.
      LS_FIELDCAT-REF_TABNAME    = 'MARA'.
      LS_FIELDCAT-FIELDNAME    = 'MATNR'.
      LS_FIELDCAT-TABNAME    = 'I_SALES'.
      ls_fieldcat-seltext_L = 'Material #'.
      ls_fieldcat-seltext_M = 'Material #'.
      ls_fieldcat-seltext_S = 'Material #'.
      APPEND LS_FIELDCAT TO E01_LT_FIELDCAT.
    Material Description
      CLEAR LS_FIELDCAT.
      LS_FIELDCAT-FIELDNAME    = 'MAKTX'.
      LS_FIELDCAT-OUTPUTLEN    = 40.
      LS_FIELDCAT-TABNAME    = 'I_SALES'.
      ls_fieldcat-seltext_L = 'Material Description'.
      APPEND LS_FIELDCAT TO E01_LT_FIELDCAT.
    Customer Material #
      CLEAR LS_FIELDCAT.
      LS_FIELDCAT-FIELDNAME    = 'KDMAT'.
      LS_FIELDCAT-OUTPUTLEN    = 35.
      LS_FIELDCAT-TABNAME    = 'I_SALES'.
      ls_fieldcat-seltext_L = 'Customer material no.'.
      APPEND LS_FIELDCAT TO E01_LT_FIELDCAT.
    Quantity
      CLEAR LS_FIELDCAT.
      LS_FIELDCAT-FIELDNAME    = 'KWMENG'.
      LS_FIELDCAT-OUTPUTLEN    = 15.
      LS_FIELDCAT-TABNAME    = 'I_SALES'.
      ls_fieldcat-seltext_L = 'Quantity'.
      APPEND LS_FIELDCAT TO E01_LT_FIELDCAT.
    Net Price
      CLEAR LS_FIELDCAT.
      LS_FIELDCAT-FIELDNAME    = 'NETPR'.
      LS_FIELDCAT-OUTPUTLEN    = 15.
      LS_FIELDCAT-TABNAME    = 'I_SALES'.
      ls_fieldcat-seltext_L = 'Net Price'.
      APPEND LS_FIELDCAT TO E01_LT_FIELDCAT.
    ENDFORM.                    " fieldcat_init
    Reward Points if it is helpful
    Thanks
    Seshu

  • Restriction of sales order conversion to billing request for projects not r

    Dear all,
    We have SD integrated with Project systems. Each of the sales order is linked to the WBS element of the project which has to be billed. Sometimes a project which is not released is attached to the sales order and while billing it doesnu2019t get posted to accounts because that project/WBS element is not released. Is there a way to restrict conversion of sales order to billing request if the project is not released?
    Looking forward for help.
    Thanks and regards,
    Padmaja

    Define a new condition type and assign it to the pricining procedure
    In the requirement routine have a new routine and put a logic so that it compares the subtotal field A of nett price
    For e.g KOMP-NTPRC
    The condition type should apply when KOMP-NTPRC < =the draft amount
    You have to try this
    I havent done it practically
    Regards
    Raja

  • Need Customizing request instead of Workbench for Table Mainetnance

    Hello All,
    I created a ztable with Table Maintenance.
    Whenever I am creating entries using SM30 it is asking workbench request instead of customizing request.
    I need customizing request to be created for table entries.
    Can anybody help me in this regard.

    Hi Eric,
    Thanks a lot!.
    The problem is solved....
    Thank you very much for your help.
    Regards,
    Sunil

  • Archiving Object - Entry missing in Customizing table for object Z*********

    Hello friends,
    We have created a archiving object in transaction AOBJ. However when i enter this object in SARA, we get this error message.
    "Entry missing in Customizing table for object Z******* "
    I have matched my object with few other archiving objects and things looks similar.
    Have you faced this kind of problem..
    thanks
    ashish

    Hi,
    I checked and i can see entry for ZSCS_TRAFO object in AOBJ.
    But when i enter ZSCS_TRAFO, i get this error :
    Entry missing in Customizing table for object ZSCS_TRAFO
    Message no. BA057
    Diagnosis
    A function cannot be executed due to a missing table entry.
    Procedure
    Please create an entry for the archive object ZSCS_TRAFO with the AOBJ transaction.
    However, a few other Z objects works well.
    thanks
    ashish

Maybe you are looking for