GL directly from  shopping cart without account assignment

Hi All
Is there any prerequisite in the account assignment overview  to select GL from the free text shopping cart?
(backend acct assignment category ) X= GL ( Account assignment category ).
any instances we may need to do this from SRM?
i believe BAPI  BAPI_PO_CREATE1  badi always expects SOME ACCOUNT ASSIGNMENT  right?
Note 1408312 - Direct material does not derive correct account assignment - Can some one expalin this sap note please?
MM06EF0P_PRUEFEN
     MESSAGE e000(mepo).
    ENDIF.
    LOOP AT ett WHERE item_with_error NE space.
      MOVE-CORRESPONDING ett TO potkey.
      READ TABLE pot WITH KEY potkey BINARY SEARCH.
      IF sy-subrc EQ 0 AND pot-loekz NE 'L'.
        MESSAGE e001(mepo) WITH ett-ebelp.
      ENDIF.
    ENDLOOP.
    LOOP AT knt WHERE item_with_error NE space.
      MOVE-CORRESPONDING knt TO potkey.
      READ TABLE pot WITH KEY potkey BINARY SEARCH.
      IF sy-subrc EQ 0 AND pot-loekz NE 'L'.
        MESSAGE e046(mepo) WITH knt-ebelp.
      ENDIF.
    ENDLOOP.
  ENDIF.
Muthu

Thanks Summer
My context is different.
free text --cost assignment folder --. select  GL account only ( slect account assignment category -AcctAssCat ) - so
now assignto G/L ACCOUNT AND G/L ACCOUNT thats all and again i am fing GL accounts and select ..order
We do have option in SRM posting to direct GL account like GL = X (BACKENED ACCOUNT ASSIGNMENET) . FOR FREE TEXT ITEM , Can we post the GL account directly without ORDER / COST CENTER /WBS eleement .
if we choose GL all will disappear like cost center , order , wbs .
cost assignment
account assignemnt over view
line ; -1
percentage ;-100
assign to ; -G/L account
description;- balank
G/l ACCOUNT ;- 2XXXXX
Description;- Testing
Business area ;- blank
hope it clears now
thats what i am asking.the note might confused .
FOR EX
BBP_PDACC TABLE ACC_CAT = GL NOT CC
Muthu

Similar Messages

  • Validate GL Account at SRM shopping cart at account assignment level

    Hi,
    In the SRM shopping cart system, at Account Assignment Overview level, is there any BADI or user exit or enhancement options to validate the GL Account when the account is selected/key-in?
    I try BADI for BBP_DETERMINE_ACCT, BBP_MESSAGES_BADI and BBP_ACC_CHECK_ICC. All is not trigger at Account Assignment level.
    Please advice.

    Hi,
    I have a similar requirement apart from all the validations done by BBP_DOC_CHECK_BADI  ,
    we have to add one more validation (check the asset acquisition date if it is less than the current fiscal year give error message).
    This has to done in R/3 .
    I checked for the exits in the FM BBP4X_CODINGBLOCK_CHECK_47A and found that there are no exits for this FM.
    PLEASE SUGGEST.Any help is appreciated.
    Regards,
    Rhea.

  • Cost center not committed on shopping cart,  for account assign cat "Asset"

    Hello,
    We are implementing extended classic scenario in SRM 5.0 with ECC 6.0 backend.
    While creating a shopping cart in SRM, in the cost assignment tab when we select an account assignment category as “Asset", and then try to enter a value in the cost center in the basic details of cost assignment, it is not getting committed to shopping cart screen. The cost center field value is lost when we move to the next screen for ordering the shopping cart. For the asset related purchases, we are using main account assignment category as "asset" and it also requires cost center, because while the asset master record is being created in R/3 for these items,it requires the cost center. We also using internal order. So for the account assignment category "Asset", the other account assignment fields that can be entered are cost center, internal order and one custom field called "project code".
    We have created this user-defined field in the cost assignment tab in the shopping cart, purchase order and confirmation documents in SRM in accordance with the OSS note 672960. We have implemented BBP_CUF_BADI_2 & BBP_DOC_CHANGE_BADI, BBP_DOC_CHECK_BADI for the shopping cart object.
    Can someone please help me with this issue?
    Thanks,
    Krupa

    thanks Ramakrishna and Yann for your prompt reply..
    Ramakrisha,
      I know that for assets, SC requires asset number and G/L is automatically derived from the corresponding asset class from the backend. In our case, we are putting dummy asset number in shopping cart and this asset number exists in R/3. But we are not generating asset creation during shopping cart creation but we are doing it during the PO creation in doc change badi. During this asset generation you also need cost center on the asset record. So we have added cost center field for Asset account assignment category and I can see it in the details of account assignment. But when I enter this cost center on shopping cart, it doesnot get committed, it disappears when I order the shopping cart.
    Does anybody have any clue why this might be happening?
    Thanks,
    Krupa

  • Error in creating PO from shopping cart

    Hi,
    While creating PO from Shopping Cart in SRM, we are getting the error message "Net price must be grater than 0" and the PO is not getting generated.
    Is this issue is somewhere related to maintainance of pricing conditions? if yes, how can we maintain that?
    Regards,

    Hi,
    Are you creating PO directly from shopping cart or through PR.If through PR (Purcahse requisation) then chack the valution price in valution tab in PR (ME53N)
      PO directly from shopping cart then check the price in Basic data of the shopping cart.if price is there it should reflect in PO.Check your shopping cart free Zero value shopping cart.

  • Material PR transfer from ECC to SRM without Account Assignment

    Hello,
    When a material PR without account assignment is transferred to SRM. The scenario is determined as direct procurement and system will behave in extended classic scenario.
    I would need the PO to be posted in backend ie Classic scenario.
    We are in SRM 7.0 using SOA PR transfer from ECC EHP 4 system.
    I believe there is  consulting note available for this scenario. If any body has the note number please share it.
    Thanks,
    Rohith

    Symptom
    While running Materials Replenishment Planning (MRP) purchase requisitions (PR) will be created in SAP ERP (e.g. after creating a Planned Order in MD10).
    Before SAP SRM 7.0 these requisition got the field EPROFILE assigned which enabled the system to extract the PR document to SAP SRM by using report BBP_EXTREQ_TRANSFER. As of SAP SRM 7.0 and SAP ERP 6.04 you configured Business Add-In ME_REQ_SOURCING_CUST to trigger SOA message PurchaseRequestERPSourcingRequest_Out.
    After running MRP you notice that no sourcing request SOA message got generated.
    Other terms
    SOA, MRP, Sourcing, external sourcing,
    BBP_EXTREQ_TRANSFER, EPROFILE
    MD10, MD14, MD04
    Reason and Prerequisites
    Program error.
    Solution
    Due to complexity it is not possible to provide a SAP core correction. However PP-MRP application provides a BAdI interface that gives the possiblity to trigger this functionality of external sourcing.
    If you need to use the external sourcing with SAP MRP create a new implementation for BAdI MD_PURREQ_POST and inherite from the class provided in attached correction instruction.
    Note 1546980 - MRP PReq: PurchaseRequestERPSouricingRequest_Out not send
    1263876 - SAP SRM: Configuration of Procure-to-Pay Scenario
    Note 1504247 - ME54/ME55 does not trigger sourcing SOA message
    Note 1436550 - Multiple PR scenario PurchaseRequestERPSourcingRequest_Out

  • Auto creation of po from shopping cart

    hai gurus
    Iam in SRM 5.o,CLASSIC Scenario.
    In configuration for "Auto creation of po from shopping cart"i  have given "purchase order if item data complete,otherwise PR"in  SPRO>SRM>srmserver>cross application basic settings>Define  objects in Backend(PR,PO,requisition)
    So shopping cart is been created with PUR org,PUR GROUP,Vendor tax code,account assignment etc,but  purchase requisition is created and not  purchase order.Is there any  settings left over
    Thanks in Advance
    chandra

    Hello Chandra,
    You also could use the PR (in ECC) and try to convert it into a PO (ME57). If it asks you for some additional data (e.g. vendor, price, ..) this might indicate, that it is missing in the SC.
    Also, you could try and debug transaction ME59 (auto PO creation) to see, what's missing/checked.
    Good luck.
    Franz

  • Re:  "Item category K can only be used without account assignment"

    Hi,
    while creating PO from PR the following error is coming.
    "Item category K can only be used without account assignment"
    How to solve this
    Regards,

    Hello,
    Item category K cannot be used with an account assignment as the goods are not physically used in the company. The stock is stilla consignment stock and belongs to vendor. Using an account assignment will book the cost in the company's expenses.
    use an account assignment if required when you transfer from consignment to own stock.
    Hope this helps,
    Regards,
    VS

  • Is it Possible to budget check the posting of GR without account assignment category

    Hi,
    Is it Possible to check the posting of GR without account assignment category....
    Regards
    Purna

    Hi Raja,
    I may agree and I may not agree with it.The availability control checks only in the case of an increase in the assigned value-see Note 783161.Also check Note 46209,  69362
    ( For Ex 1. inclusion of tax code in MIRO will give rise to assigned budget hence AVAC action.)
    Also,excerpts from Note 1424698:
    The availability control is active against the overall budget for an order. The overall budget amounts to USD 1,000; assignments have not yet been posted:
    Current Budget
    Assigned
    Overall
    1000 USD
    0 USD
    The tolerance limits of the availability control are defined in such a way that if there is more than 100% budget depletion, the system should issue an error message:
    Transaction group
    Activity
    Usage
    ++ (all)
    3 (error)
    100%
    A purchase order of 700 EUR is posted. At the time of the purchase order, this is converted to 950 USD. The
    assigned value is updated accordingly:
    Current Budget
    Assigned
    Overall
    1000 USD
    950 USD
    However, for the goods receipt of 700 EUR that follows later, the exchange rate has changed and an actual value of 1,050 USD is posted. The assigned value is updated, but no availability control checks are performed, which means that there is a budget overrun:
    Current Budget
    Assigned
    Overall
    1000 USD
    1050 USD
    Note the following: If desired, the availability control checks can also be performed for goods receipts or service entries, which differs from the SAP standard system behavior - see Note 696362.
    Example 2 (Excerpts from Note 783161)
    In the Customizing for the tolerance limits, the following is determined:
    Business transaction group 01 (Purchase order):
    -> No tolerance limit determined
    Business transaction group 04 (Financial accounting document):
    -> Error for 100% budget depletion.
    For an order, the availability control is executed in the controlling area currency USD. The budget of the order relevant for the availability control amounts to 1000 USD.
    A purchase order is posted amounting to 900 EUR. This amount is converted to 1100 USD in accordance with the exchange rate applicable at the time of the purchase order, and is assigned to the order. This is possible because the availability control does not respond when you post the purchase order (no tolerance limit determined for business transaction group 01).
    As a result, there is a valuated goods receipt also for the amount 900 EUR. This amount is converted to 1150 USD in accordance with the exchange rate applicable at the time of the goods receipt. The purchase order commitment of 1100 USD is replaced by an actual value of 1150 USD. As a result, the assigned value increases by 50 USD. However, since goods receipts are excluded from availability control checks in the standard system (see Note 46209), no error message is issued from the availability control despite the specifications for the tolerance limit of the business transaction group 04.
    As a result, there is an invoice receipt also for the amount 900 EUR. This amount is converted to 1120 USD in accordance with the exchange rate applicable at the time of the goods receipt. The actual value, and thus also the assigned value, is reduced by 30 USD. Despite the specifications for the tolerance limit of the business transaction group 04, the availability control does not respond because the assigned value is not increased (but is reduced).
    (Remark: If availability control checks are also executed during the goods receipt (unlike in the standard system) as a result of the user exit described in Note 696362, the availability control would have already issued an error message when the valuated goods receipt was posted.)
    Regards
    Saurabh

  • Help with Wish List / Favorites / Shopping (Cart) without the Shopping.

    I need to add a "Wish List" / "Favorites" that can be emailed to a Muse site that has already been created.  It's like a shopping cart without any need to actually check out and buy anything.  Google searches have not produced much help as of yet except for I did find something called simplecart.js that sounded promising because it uses JavaScript and as far as I can tell Muse can use JavaScript.  I am still struggling figuring out how to implement simplecart.js but at least it was a start.  Would anyone here have any alternative suggestions for me or be able to point me in a different or better direction.  I find it funny that is so hard to find something that says click this button to then add this info to this area.  I just need to keep a running list of items that can be emailed.
    I am using Muse because I am not a coder but any help or suggestions would be greatly appreciated.
    Sincerely,
    Ryan.

    It is not just CSS.
    CSS is only the style and presentation of it, you have HTML as well and layout of the product and store and the overall templates that wrap them. I can not see any changes to a pre-existing BC template, unfortunatly just replace with static images..
    There are guides on the guide section
    http://forums.adobe.com/community/business_catalyst/documents
    You got links to 3rd parties on the right there.
    You got your main help - http://helpx.adobe.com/business-catalyst.html
    If you are really struggling you can contact us at prettypollution.com.au or others if they are in your country. But you may need to pay someone to get things done.

  • How to get Products from Shopping Cart(Basket) in ATG

    I want get all products from shopping cart
    can any one help on this requirement?
    Thanks in Advance.

    Hi ,
    If you want directly JSP , use the droplet as suggested correctly by shaik,
    If you want it in java code,
    A good way is to make a Droplet ( global scoped ) and pass the current shopping cart to the droplet.
    eg :
    <dsp:droplet name="MyDroplet">
    <dsp:param name="inOrder" bean="/atg/commerce/ShoppingCart.current"/>
    OR
    <dsp:param name="inOrder" bean="/atg/commerce/order/purchase/CartModifierFormHandler.order" />
    <dsp:oparam name="output">
    </dsp:oparam>
    </dsp:droplet>
    and in the droplet java file you can use it as :
    CommerceItemContainer inOrder = (CommerceItemContainer) request.getObjectParameter("inOrder");
    and you can use inOrder.getCommerceItems(); to get a list of commerce items from order.
    You can directly get the order in your droplet ,but then you will have to make it request scoped , making global scoped droplets is good practice.
    ~Praveer

  • Profit center for purchase order without account assignment

    I've requirement to include profit centers in purchase orders without account assignment category.
    The trouble is when there is no profit center maintained in material master.
    Is there a way to determine profit center in purchase order for such cases?

    Dear Abinash,
    Define substitution in GGB1 at line item level as shown below:
    Prerequisite : BSEG-WERKS = Maintain plant
    Substitution : BSEG-PRCTR = maintain profit centre as constant value
    After define it, assign to the co.code.
    Regards,
    Mukthar

  • How do I import an image directly from the internet without printing and scanning it in first?

    How do I import an image directly from the internet without printing and scanning it in first?

    You can also Ctrl click on the image, save the image to your desktop and open it in Photoshop.
    1.
    2.
    3. Open in Photoshop by double-clicking on the saved image on your Desktop or Cmd o in Photoshop.
    I don't see any point to copying and pasting from a browser into a new file in Photoshop.
    If you want to put an image onto an already open image in Photoshop, use the File > Place... command and select your saved image.
    Gene

  • Reservation not getting created from shopping cart for stores order.

    Hi experts,
    Reservation not getting created from shopping cart for stores order,process used is some custom BADI.Extended classic scenario is the procrss .
    Please help me
    Thanks in  advance.

    Hello,
    please check below wiki:
    Determination of the follow-on document type
    Regards.
    Laurent.

  • Is there a way to access OSX directly from Parallel Desktop - without a password?

    Hi guys.
    My dear late brother had left his Mac Mini when he chose to exit this world.
    All the while - his Mac Mini was still on and running.
    After a while when having to pack his belongings, I noticed this and tried to login - but all the passwords I've tried were wrong.
    Meanwhile I had to shut his Mac off - and when later on turned it on again - it went straight to Parellel Desktop (running Windows)..
    I noticed there were some files on it - through My Computer :// ...
    But all those files which are found on the above folder etc. - is that all files available on the Mac including files on OSX??
    So my question goes: The files found on My Computer :// (running Windows) - are they the exact files which can be seen on OSX or is it possible that there's more files available when running OSX??
    One more question : Is it possible to access OSX directly from Parallel Desktop - without having to type any password on OSX?

    Thanks for the info.
    So that must mean - there may be more files available on the OSX partition then..?
    But seeing that it requires a password (login) in order for me to access the OSX system - is there any chance of getting access to all the data, without losing them?

  • Regarding Removal of filed from Shopping Cart Extented Search

    Dear All,
    We have a requirment where we need to remove a field from shopping Cart Extended Search. Field name called "Role" has to be removed.
    Could some one let us know,  how to  remove the field?  we observed that BADi  CUF is being not triggered to suppress this field. And also we would like to know what is the Field name or Sturucture we need to remove.
    Waiting for  your response.

    Hello Amarnath,
    >
    amarnath g wrote:
    > (...)
    > we are on SRM version 5 ( SRM_SERVER 5.5). Does this imply to this release as well? (...)
    I think so. But to be sure, have a look at ABAP code for concerned Dynpro PBO.
    >
    amarnath g wrote:
    > (...)
    And also I would like to know wheter can we add a custom field  to the search Criteria.....
    Yes, but you will have to manage it in search structure GS_SEARCH_FIELD.
    Regards.
    Laurent.

Maybe you are looking for

  • Podcast Description not showing up in iTunes/Feedburner

    Hi all, After my podcast got approved all the information entered in Feedburner was getting read in my Podcast in iTunes. After 2 months or so I started noticing that the Podcast Description got removed, then the copyright info and finally the author

  • Existing iTunes songs won't transfer to my iPhone 5

    Context:  iTunes 11.1.3 (8), iPhone 5 running iOS 7.0.4, Mac Mini running 10.9.1. Some songs in my library purchased originally from iTunes won't transfer manually to my iPhone 5 manually.  I get an error message stating that the song's format is wro

  • Sizing problems on export

    I am new to editing so I am probably doing something really wrong, and I need some help. I am editing in FCE and my sequence preset is set to DV NTSC 32 kHz Anamorphic. I'm exporting using QuickTimeConversion H.264 and the size is set to NTSC 720x480

  • Outlook problem after installing yosemite

    I have updated my mac to OS X Yosemite. I now find my outlook is behaving strange. I know I have emails but can only find them by going to search. New emails no longer come up in the conversation column. Is there a quick fix or do I need to go to an

  • Why is my iMac beeping instead of starting?

    I have tried to start my iMac and it just beeps in threes and nothing else