Block GL / cost element to be use in purchase order

hi expert,
i want to ask is there any way to block GL been use in purchase order but in meantime can use in FI posting?
I heard can done with cost element block for integration posting?
Can any expert advice the detail?
Thanks.

There is no standard functionality to block any GL for specific purpose.
We can block it for entire company code/Chart of Accounts.level
However at OB28 create a new validation
We use WE document type for GR or RE document type for Invoice
Go to OB28
Prerequisite
If the Document type = WE or RE
Check
GL account is not equal to 123456
Message....check GL Account
Srinivas

Similar Messages

  • Billing of a WBS Elements when we use a purchase order.

    Hi,
    My question is: Usually we use purchase order of the provider to create the delivery and after that the billing document. We use transaction VL04 to do that. It is a process of intercompany billing.
    We have too, a process that we use a WBS Elements and after that we create a delivery and a billing document.
    So, how can i use the two billing process in the same bill? The goal would be bill a WBS Elements using the original purchasing order of the provider VL04.
               Best Regards
                  João Fernandes

    Hi,
    My question is: Usually we use purchase order of the provider to create the delivery and after that the billing document. We use transaction VL04 to do that. It is a process of intercompany billing.
    We have too, a process that we use a WBS Elements and after that we create a delivery and a billing document.
    So, how can i use the two billing process in the same bill? The goal would be bill a WBS Elements using the original purchasing order of the provider VL04.
               Best Regards
                  João Fernandes

  • Blocking of cost element

    hi Gurus,
    does any one help me to block the clost element( not delete cost element).
    URGENT
    nagesh

    you can go to fs00 - chart of account level  or fss0- company code level, click "G/L account -> block, in that way, you can block the cost element for posting or creation.
    reward points if helpful.

  • How Can i Block the Work Center Once is used in Maintainence Order

    Dear Experts,
    How Can i Block the Work Center Once is used in Maintainence Order in PM module.
    In standard its not blocking the Work Center automatically. How this can be achieved.
    Regards
    Raghu
    Edited by: raghu m on Apr 21, 2009 10:36 AM

    Hi Muthukumar,
    1. You can using the user exit or BADI to control this.
    CONFPP01            PP order conf.: Determine customer specific default values           
    CONFPP02            PP order conf.: Customer specific input checks 1                     
    CONFPP03            PP order conf.: Cust. specific check after op. selection             
    CONFPP04            PP order conf.: Customer specific input checks 2                     
    CONFPP05            PP order conf.: Customer specific enhancements when saving           
    CONFPP06            PP Order Confirmations: Actual Data Transfer                         
    CONFPP07            Single Screen Entry: Inclusion of User-Defined Subscreens            
    BADI
    WORKORDER_CONFIRM
    the above are the user exits that are available fro the CO11N tcode.
    2. we have to take a help of the abaper to write coding fort his.
    3. The user exit should be called for the
    Work Center : YYYYY
    then check the relevant Work Center Once is used in open Maintainence Order and if it has a entry if then give a error message else allow the CO11N to perform.
    Regards,
    Sankaran

  • HT6015 School have been using VPP for a while.  We would like to avail the use of Purchase order to order apps.  How do we set this up?

    Does anyone know how to set up account so we can order any apps using a purchase order with the exact amount instead of usig a voucher? Not sure if Im in the right place. 

    I don't understand quite what you're asking. Can you provide more detail of what you're trying to do?

  • Paying for Skype Premium using a Purchase Order/In...

    Hi,
    Our University would like to pay for a Skype Premium account using a Purchase Order system - i.e. we send out a Purchase Order to Skype, Skype sends an invoice, and we then send payment to Skype.
    Would this be possible, or is there an email address I can use to contact Skype directly about this?
    Thanks,
    Massimo

    I guess you are talking about due date for a billing document.
    There's an FM Determine_Due_date for that. before that you'll have to use FM FI_DOCUMENT_READ with I_AWTYP as VBRK and I_AWREF as Billing Document Number. You will get T_BSEG entry.
      CALL FUNCTION 'FI_DOCUMENT_READ'
       EXPORTING
         i_awtyp           = 'VBRK'
         i_awref           = po_vbeln
       TABLES
         t_bseg            = i_bseg
      SORT i_bseg BY vbeln.
    READ TABLE i_bseg WITH KEY vbeln = 'Billing Document Number'.
      IF sy-subrc IS INITIAL.
        MOVE-CORRESPONDING i_bseg TO wa_faede.
        CALL FUNCTION 'DETERMINE_DUE_DATE'
             EXPORTING
                  i_faede                    = wa_faede
             IMPORTING
                  e_faede                    = wa_faede
             EXCEPTIONS
                  account_type_not_supported = 1
                  OTHERS                     = 2.
    This wa_faede will have due date in one of its fields.
    Hey do reward points if this post is helpful.

  • Disabling the cost distribution button on the Process Purchase Order Screen

    This is probably a simple question, but we have been unable to find the place to disable cost distribution on the SRM Process Purchase Order screen for limit orders ONLY.  Basically, we just want this functionality to not be available to users.  Can anyone direct us to the correct configuration for this?  Or do we need to edit the BADI?
    Thanks  in Advance!

    Hello,
    You can hide this field by creating a screen variant through SHD0 transaction. I have tested here and I
    could hide it (GV_DIST_IND in Program SAPLBBP_PDH_ACC screen 1000).    
    In the screen variant you should mark the output of GV_DIST_IND field.
    However, this option would hide this button for all documents.
    Kind regards,
    Ricardo

  • TABLES USED IN PURCHASE ORDER CREATION

    Hi all,
    I want to know the tables used in purchase order creation header line.
    Those which are refereed by structure mepo_topline
    especially...
    mepo_topline-superfield
    MEPO_TOPLINE-ebeln etc.....
    Looking forward to hear from you all.
    regards,
    VKC

    hi,
    you can check in the include : MM06EFTO Form routine
    FORM mepo_get_topline USING ex_topline LIKE mepo_topline
    Its referring   MOVE-CORRESPONDING ekko TO ex_topline.
    so it is EKKO table.
    sometimes it refers to EKBE table also.
    Regds
    Sivaparvathi
    Please reward points if helpful..

  • Allocation of cost to COPA for 'Third Party' purchase orders

    Hello
    Our purchase department would like to use the purchase order item category 'S' (third party), where the goods are send directly from the vendor to the customer.
    My problem is that no matter which 'Account Assign Cat' I use in the purchase order to assign a customer in 'Profit segment' (COPA), the vendor invoice will not appear in our COPA reports.
    Can somebody tell me what I maybe do wrong?
    Thanks in advance :o)
    Best regards
    Søren Kirch
    LOGSTOR A/S

    Hi Hari,
    I think you are missing Note 1558299 on your system.  Also Note 903884 might solve the problem although the description does not match.
    1558299  ME21 does not set a lock on purchase requisition
    903884   ME59N: Lock problems with subcontracting reqs from PP
    Regards,
    Purnima

  • How to know which Smart-Form is being used for Purchase Order print output

    Hi Gurus ,
    How to find which Smart-Form and and methods/program being used for Purchase Order print output in SRM  ?
    In ECC we have tcode NACE where we can check all the details.Is there something similar in SRM ?
    Please help.
    Regards,
    Saurav

    There is no similar transaction in SRM for your purpose. Usually if the customers customize the smartforms, they would choose to use their own form by implementing BADI BBP_OUTPUT_CHANGE_SF. Take a look into your system and see if this BADI is implemented. If so, debug it (by pressing "Print Preview" for a PO for example) and find out what form it is using. Or, if the BADI is not implemented, by default, the system uses form BBP_PO.

  • OKTZ what is "primary cost element split" flag use for?

    Hello all:
    anybody can elaborate the sample for this?
    Best Regards,
    Manthana

    Hi
    Primary cost component split in config for cost component structures drive the segreration and storage of primary cost into different buckets like material cost, labour cost.
    The main purpose of which is to track the Primary Cost at Cost Component level (when multiple cost elements have been planned against a single Activity Type).
    http://help.sap.com/saphelp_di46c2/helpdata/EN/7e/cb7e8643a311d189ee0000e81ddfac/frameset.htm
    Regards

  • Is there a way to create consignment stock without using a Purchase Order

    Hi Gurus,
    Is there a way tp created unrestricted consignment stock for a material without first creating a Purchase Order and then using MIGO. Is there a way to create directly into inventory?
    Thanks for your help!

    Hi Charlie/All,
    Still having the same issue.
    I checked t-code OMEV to make sure Consignment Info Record is activated
    I checked the EINE table to verify the Infor Record was created for consignment
    In MIGO I use the following:
    Goods receipt - other - movement type 501K
    material, vendor, qty entered
    error msg: purchase info record not founf in purchasing organization??
    not sure why..thank for all your help so far...

  • Cannot use create purchase order in SRM 7.01

    Hello,
    We are upgrading from SRM 5.0 to SRM 7.0.Classic scenario.  In the workset purchasing of the role operational purchasing you can use Create Documents -> purchase order. if I click on it I recieve the following message:
    The table does not contain any data
    If I then choose start I get the following message:
    Transaction type could not be determined; inform system administrator
    Can anybody explain to me if is this a purchase order which would be created in SRM ? As we are in the classic scenario we don't want that. If this is a local purchase order how can we create a purchase order in ECC using SRM 7.01
    Thanks for your help!
    Antoinette

    Hi,
    In a classic scenario, the SAP SRM system is used mainly to capture procurement requisitions from employees in the form of shopping carts. All other procurement activities take place in the backend materials management system.
    So you cannot create po in SRM it will be created in ECC.
    Regards,
    Goutam Kolluru.

  • How to create a smart form using the purchase order

    hi everybody............
    i have created one purchase order, i want to print that PO using smartforms rather than scripts. how can i do it, can anyone help me out in solving the issue. i am using the version sap 4.7
    Edited by: mhyderali on Aug 21, 2009 4:08 PM

    Hi,
    Before answer your question few things i would like to kno:
    1. currently is there any script is printing while displaying output.
    2. do u allready hae a smartform or you are going to develop a smartform.
    3. if you dont have a smartform and there is a script attached then you can convert script into smartform and then you can change in the smart form accordingly.
    4. after devloping a new smart form or converting script into smartform what you need to do is go to V/83 transaction give Output Type which is associated with script and Application area (for purchase order i.e. EF). then press ok screen will display here you can change the name of your form name under the form column.
    6. if you dnt have the Output type then you need to create a output type for the purchase order.
    Please let me know if you have still some question.
    Thanks
    Narendra

  • Which enhancement to use change purchase order quantity ?

    Hi all,
    can u tell me
    1) what is the enhancement to use to change the purchase order quantity with reference to the change in production order   quantity?
    Regards,
    Naveen
    Moderator Message: SEARCH!
    Edited by: kishan P on Nov 29, 2010 11:09 AM

    Hello,
    In this case you should use the message PORDCH and BAPI method BAPI_PO_CHANGE but only exist as of release 4.7.
    Function module    BAPI_IDOC_INPUT1
    Idoc Type              PORDCH01
    Message Type      PORDCH
    So check carefully the following OSS notes:
      [Notes 589066 - BAPI_PO_CHANGE: Incorrect account assignment to network |https://service.sap.com/sap/support/notes/589066] (not be fooled by the description)
    [ Notes 197958 - BAPIs for purchase orders - Missing Functions|https://service.sap.com/sap/support/notes/197958]
    Regards,
    Andrea
    Edited by: Andrea Olivieri on Sep 3, 2009 10:17 AM

Maybe you are looking for

  • Problems with the new Airport Extreme???

    Have installed the new 802.11n Airport Extreme, replacing an earlier version. New is the use of a USB-connected disc, which I use to backup and sync an iMac and laptop. The disc disappears from the desktops from time to time (12 to 36 hours), and wil

  • Boot Camp 5.0 - After Installing Windows Drivers...

    Hello, all. In a bit of a pickle here, though it's nothing hugely serious. So anyway, yesterday I tried to download the Windows Support Software via Boot Camp Assistant 5.0 on my Mountain Lion MBP. It was taking quite a while so I resolved to pop a b

  • Display witholding tax code

    Dear All , I have a problem with displaying the witholding tax code on  line items . I have entered witholding tax code - AB , but , when i display the document overview , the witholding tax code is displayed XX instead of AB. Do you have any idea wh

  • Negative Ranges, Java Scrollbars and Java2D.

    Hiya all. I have a bit of an odd problem. Im working on graph animation. Graphs tend to be laid out with an initial random seed which tends to give a good smattering of negative values as well as postive ones. Now, I tend to shift all the nodes by a

  • LR has problem importing just from external drive

    I am trying to import from an external drive into LR5.  From the import panel I select the external drive and for some reason it displays and checks (check mark) all photos on my internal drive as well as the photos on the external drive.  I remember