Suppress and release the sales document field.

How can we Suppress and release the fields in sales document. Eg. I want to suppress Qty field in sales document item. Please respond ASAP.

REFER BELOW
Supressing Fields in Sale Order
To make optional / mandatory you can use in IMG - S&D-> Basic > Functions-> Log of incomplete Procedures =>  select the fields > from the tables and the system will check for them (OVA2/VUA2)
To make a filed entry enabled or grey (non-entry allowed):
User exits in the program MV45AFZZ-USEREXIT_FIELD_MODIFICATION
This user exit can be used to modify the attributes of the screen  fields.
To do this, the screen fields are allocated to so-called modification groups 1 - 4 and can be edited together during a modification in ABAP.
If a field has no field name, it cannot be allocated to a group. The usage of the field groups (modification group 1-4) is as follows:
Modification group 1: Automatic modification with transaction MFAW
Modification group 2: It contains 'LOO' for step loop fields
Modification group 3: For modifications which depend on check tables or on other fixed information
Modification group 4: is not used
The FORM routine is called up for every field of a screen. If you require changes to be made, you must make them in this user exit. This FORM routine is called up by the module FELDAUSWAHL.
Actually suppressing fielding sales orders userwise is quite easy. We are doing it in our company. For this we use userexit FORM USEREXIT_FIELD_MODIFICATION in MV45AFZZ.
Below is the sample code
IF SCREEN-NAME = 'VBKD-ABSSC'.
AUTHORITY-CHECK OBJECT 'ZMV45AFZZ' ID 'SCRFNAME' FIELD SCREEN-NAME.
  IF sy-subrc = 0.
    SCREEN-INPUT = 1.
  else.
    SCREEN-INPUT = 0.
  ENDIF.
endif.
You place the authority check object in authorization profile in the role of the users, who should have access to the field (in this case it is VBKD-ABSSC), and there assign the corresponding fields that are to be accessed via this user exit.

Similar Messages

  • Date and time for credit block and release in Sales document

    Hi.
    For sales document [sales order and delivery], we need to find out the date and time :
    1. when it was blocked from credit block.
    2. when it was released from credit block.
    Is there a standard table that stores these dates and time?
    Tks.
    Rgds,
    Johnhuang05

    Try as in Environment--> Changes in sales Order.
    Or VKM2
    Hope this satisfies.
    regards,
    Ganesh Sabnis

  • Sales document field in Service order

    Hi,
    In my scenario,Service order is getting created from sales order.But in the Order header I am not able to see the Sales Document field.But some of the service order types in IDES, Iam seeing the sales document field (above the biling form field) in the service order which got generated through sales order.
    How to get this Sales Documnet field.
    Regards
    SB

    HI
    As per your query
    We have 2 order types say SM01 & SM02
    In SM01 - Revenue posting is not allowed, so you have to assign a contract (Sales Document and Item No)
    In SM02 - Revenue Posting is allowed, so u cannot assign sales documents in this. Settlement wil be done in the order itself...
    In CS, we use SM01, assign the contract with Service Product Material.
    [http://help.sap.com/saphelp_46c/helpdata/en/e6/4a8df09e0311d189b70000e829fbbd/frameset.htm]
    Check out this link, will help in detail.
    - Pithan

  • What is the impact of business area and cost center in the sales document

    Hi all
    I have small doubt regarding what is the impact of bussiness area and cost center in the sales document... what is the uses of these (bussiness area, cost center) is help full for sd module
    can any one reply plz....
    Thanking you

    Hi,
    Business Area determines where the revenue should be allocated when you sell a material or a service.
    For eg: If your customer is in say Mumbai and he is ordering for a service in Delhi (say DIAL - Delhi International Airport Limited) then based on the terminology.
    Your customer would belong to B Basis Business Area - WHERE THE REVENUE IS COMING FROM or WHERE YOUR CUSTOMER BELONGS TO (SALES OFFICE).
    Whereas your DIAL sales will belong to A Basis Business Area - WHERE THE REVENUE IS GOING TO.
    Cost Center would determine where your allocate your cost to.
    Say Rounding Off can be used as a cost element, because some sort of revenue is lost when figures are roudned off..
    Hope it clarifies your doubt.
    Reward points if satisfactory
    Regards
    Ravi.D.Mansharamani

  • Change the Accounting document fields cost center and profit center

    Dear Experts,
    User has posted document with wrong profit center
    For that we subjected that he can go to the profit center actual posting T.Code 9ke0 but with that he can only change the Profit center document with that there is no accounting side updating
    I have tried with Document Change Rules, Line Item for fields cost center and profit center  in that while configuring I did not get any error message,
    But in the document I am unable to changing the same fields cost center and profit center  
    Can any body please guide me to resolve the issue?
    Essentially I want to change the Accounting document fields cost center and profit center   
    Thanks in Advance,
    Wiswanath

    Hello,
    Once the documents are posted in FI module, the system doesn't allow anybody to change the cost objects (cost center, profit center, internal order). The only fields you can change through FB02 transaction are the Line item text (BSEG-SGTXT) and the assignment (BSEG-ZUONR).
    If you want to get a change to the cost object to be reflected from FI to CO, you should reverse the FI documents with wrong cost objects and post new documents with correct cost center, profit center.
    Hope it helps you.
    Cheers,
    Daniel.

  • To release the sales order credit block by Customer Group

    Hi,
    1. I want to release the sales order credit block based on the Customer Group.
    Normally we release the credit block using the t.code VKM3.
    2. When i am maintaining the credit using the FD32, under the status screen of Credit control area Tab, the field "Credit Horizon Date", when i am creating the credit limit on 17/05/08, the system will take this field by default ie 16/07/08. I have maintained as 12 months in horizon ie OVA8.
    If any one could let me know, how the system is taking this date.
    Regards
    Ravishankar M

    Hi Ravi
    Sap default horizon time is 2 month,thats why systym is taking  two months time,so if you want to change this as 12 month you can go to
    OMO1 and select S66 then change it as month you want.
    Reward if it helps you
    thanks
    Utpal

  • In FBL5N report user wants the sales document number to be displayed,

    HI, Guys
    Need ur help to sort out the problem
    In FBL5N report user wants the sales document number to be displayed,
    but the sales ducument number column is coming blank and this needs to pick from VBRP table
    As I discussed with Abaper, he reqiures a key field which common in BSEG abd VBRP table
    So,Please guide me in approaching the right way
    Munender

    Hi,
        Speak with your SD consultant. They can set up the copy control in SD so that the sales order is populated in the invoice in field ZUONR (Assignment).This will then copy to the assignment field in accounting.
    Alternatively you can use an exit to populate another field during the Posting.
    Kind regards

  • How to populate the sales document number in FD10N or FBL5N report

    Hi Gurus,
    In the reports FBL5N and FD10N i am able to see the Billing document field(VBELN) populated with the number but The sales document number (AUBEL) is not populated with the number.
    How to get this number updated to the FBL5N or FD10N report.
    Thanks in advance.

    Hai
    Goto Settings Special Fields and add the required fields and save and come back and exceute again.
    Regards
    Raghavendra.M
    SAP-Practice

  • The sales document cannot be blocked

    Hi,
    Our client has deleted some shipment directly from the R/3 system. The Client is using CRM  System for Sales and Marketing. Now whenever we are opening the system in the change mode it is giving error "The sales document cannot be blocked" Error Message v1043.
    This is happening for some material. We have checked the Notes and found some. We came to know that the shipment related to the order has been forcefully deleted from the r/3 system after releasing the shipment.
    Can anybody tell me is there any way to solve the issue without applying notes.
    Thanks
    Subrato Chowdhury

    Dear friend,
    As our friend says check the schedule line first is it confirmed order qty and try delivery before that see if you have any delivery block in order if you don't have any block in sales order, once you get that error double click and see what response you get from performance assistant, see if you could locate the area were u get the problem.
    Regards,
    Arun.

  • Problem in releasing the billing document

    When I am trying to release the billing document to accounting, I am getting the following error.
    "Account XYZ requires an assignment to CO object".
    What could be the cause of it?

    Hi Christino,
    Carefully think about it first as to which account groups belong to which chart of accounts (or which profit center groups to which controlling area).
    Then call report ZECPCA11 for the respective top hierarchy node of a hierarchy of account groups (or profit center groups).
    Enter the name of the hierarchy node under "Group", the name "RACCT" for account groups (or "RPRCTR" for profit center groups) under "Field" and the required chart of accounts (or controlling area) under "Searchf".
    The "0H_Kennz" indocator should generally be marked (all groups that were created with the maintenance transactions in EC-PCA are technically stored as 0H sets in the database, that is, with prefixed "0H").
    Report ZECPCA11 fills the T800S-SEARCHFLD field with the required chart of accounts (or controlling area) for all groups of the entered hierarchy.
    After you have corrected all hierarchies this way, you should be able to maintain the account groups or profit center groups again.
    You can find report ZECPCA11 on SAPSERV in directory /ftp/general/R3Server/ABAP/note.0042821 under the name "ZECPCA11.TXT". Alternatively, create the report from the 'Corrections' section using Transaction SE38.
    For further more details, please refer the SAPnote 42821
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=42821
    hope it will be useful.  Appreciate with points if it useful.
    Thanks and Regards
    Vetrivelan

  • Default value determination at the sales documents

    There are different types of delivery or billing blocks at the sales document header (such as "02 - Political reasons", "01 Credit limit" and etc....). There exist other types of selectable issues at the sales, delivery document or other types of documents. How can I have a default value that I have etermined before? How is this determination or assignment of default value can be done? I don't mean a user spesific default value.
    Thanks in advance.

    Hi,
    You can try to use the item category (in SPRO), billing block field. Select a billing block in the item category, and this will put default billing block when a sales order is created.
    Regards

  • Which user release the Billing document Number

    Hi,
    I want to see that which user release the Billing document Number.  (release to accouting)
    From where we can see this??
    Edited by: @ABAP@ on Feb 20, 2010 11:57 AM

    Go to FB03 --> Enter the document and othe details --> Enter -->  next screen click at "Display document header" (Small Cap icon) --> There in field "Entered by" you can see the name
    Regards,
    MT

  • Error while releasing the billing document to accounting

    Dear All,
    I need your favor to resolve the below issue:
    (System SAP SAP ECC 6.0)
    User is getting the below error message while releasing the billing document to accounting in VF02:
    This is an inter-company billing document (B. type : IV) created in company code 0151. Payer is "IC0186", verified the customer has been setup in 151.
    Corresponding invoice has been successfully posted in company code 0186. (Partner : P0151)
    User is able to post the inter-company document in 0151 using other inter- company partner (ex. IC0183). Therefore, seems that Document type can't be an issue here.
    "Consolidated companies 151 and 186 are different
    Message no. F5080
    Diagnosis
    The number of the affiliated company must be clear for the selected document type for all the line items. In this case at least two different companies or a company in connection with a business partner who does not belong to a company are stated.
    Procedure
    If you selected the correct accounts, you must enter the document with a document type that allows cross-company posting. Otherwise, please correct the entered account."
    Could anyone please suggest what can be the reason, if any configuration is missing. Any help is this regard will be highly appreciated
    Thanks in advance,
    Praveen

    Hi Murali,
    Thanks for the prompt input, however as mentioned document type can't be an issue. Since user is able to post the document (same document type) using other inter-company partner in 0151.
    Thanks,
    Praveen

  • Error While Releasing the Billing Document Msg No. KE/AD 243

    I am getting error while releasing the billing document
    Error No KE/AD 243
    This error comes in particular billing document only others are posted correctly.
    Rgds
    Dhiraj

    Dear Anil
    We had applied EHP3 enhancement, before EHP3 is working fine with no transfer sign assignment but after EHP 3 it gives the error and not in all billing document but in particular document only. so i think there is no changes required in KE4I.
    Rgds
    Dhiraj

  • While releasing the billing document error

    Dear TEAM,
    While releasing the billing document system was showing the message like NO STANDARD COST ESTIMATE COULDBE FOUND FORTHE MATERIAL.
    I have suggested to the user to release the price through ck24.At that time system is showing the message like cost has not been created for the inhouse production.
    The samething was tested in Qualiy server and the transaction was through.I have not done any price release for the samematerial.I have checked the table under VBAP the documents was made against to the samematerial.That time we have not faced any issues like this.
    Note:Material ledger concept using by client.
    Please kindly advice how to proceed further.
    Regards,
    Suma

    have you checked in ck13n if there is a standard cost estimate for the material and what status it has, if there is one? Also, what are the dates in that cost estimate? How do they compare to the date of the billing document? What does the customizing say about the selection of cost estimates for valuation of SD documents? SPRO>Controlling>profitability analysis>master data->valuation-->Set up valuation using material cost estimates
    Nikolas

Maybe you are looking for

  • How to add an issue if you are a responsible manager of a child wbs ?

    How to add an issue if you are a responsible manager of a child wbs ? I have some projects with lots of child WBS and these child WBS is managed by others project managers (or others responsible managers), different responsible manager from the proje

  • How to use Binary data in Oracle(OLE DB)?

    I have the Oracle 8.1.6, I can store VARCHAR2 or CBLOB into oracle database(by DBTYPES_STR). But can NOT store binary data(DBTYPES_BYTES)such as RAW, BLOB into database. My platform is VC++,ATL,OLE DB, consumer. I try to use the Oracle tools to do th

  • Can't load drivers for KT4A-V with Sempron 2800

    I have a kt4a-v board with Sempron 2800 chip 256mb geforce FX5500-TD256 TV DVI AGP card also 512 Mb PC2700 DDR Loading windows 98SE works fine until I try to load the drivers that come with the motherboard. Windows will then not load in anything othe

  • Am Not Able To Get On Line

    I was given a Mac by the neighbor. I have never used one of these before and am totally lost, as it came without software or instructions. I called my service provider to help me hook up to the internet (dialup) and when I tried to get on I heard the

  • Decode and Ifthenelse

    Hi Experts,                 I would like to know the functioning of decode and ifthenelse functions. Which one is faster. Is there difference in the performance of these two. Thanks & Regards Alex Oommen