Problem with VALUTIONAREA  of Material

hi,
cau tell me, is any remote enabled function module for getting VALUTIONAREA  of Material.
regards
Guru

hi,
for executing  BAPI_MATERIAL_GET_DETAIL bapi i have to set
VALUTIONARA .Thats why i am asking ,how to get valutionarea.
regards
Guru

Similar Messages

  • Problem with filtering on material

    I encountered a problem when filtering on material numbers that have a period in them (e.g. 111.10.114.00). 
    This happens only on materials that contain a period, and it only happens if you do not use the checkboxes to select the filter value. 
    If you use the funnel to filter AND use the checkbox to select what you want, then everything works fine.
    If you filter by using u201CKeep filter valueu201D and selecting the line then it does not work
    If done on material number that has no period (.) in it, then itu2019s ok.  If the material has a period (.) then filter does not work.  This seems to happen only with period as a character.  Tried materials with letters in them and dashes, these worked ok.
    does anyone had this issue before or knows any OSS Notes that could be helpful?
    Thanks
    best regards
    Nesimi

    hi,
    for executing  BAPI_MATERIAL_GET_DETAIL bapi i have to set
    VALUTIONARA .Thats why i am asking ,how to get valutionarea.
    regards
    Guru

  • Problem with BOM (packaging material) in order change

    Hi Gurus,
    In my b2b shop, i have created an order with BOM material and that order contains one main material and a sub item material after update or order. When i open the same order and click on change, when i click on update, a new sub item is getting added as a main item.
    Details:
    item 10 is 12007492 (main material)
    item 20 is 12007491(sub item for the main material)
    when i click on update,again one more sub item 30 is getting added.
    When i check the logs, all the items guids are getting passed to IN of crm_isa_basket_changeitems functions module. But when check it in runtime using external debuggin mode, the sub item guid is blank.
    Then the main material is again getting exploded and the sub item is coming at item 20 and actual sub item before update is shifting to item 30 as new item.
    Please help me in this regard why it is happening like this.
    Thank you
    Lakshman

    Hello Lakshman,
    I had the same issue, however my backend system was ERP and not CRM. In any case, the logic might be the same.
    When a BOM material is sent to the backend system for simulation/save, only the header needs to be sent. By this, backend system will explode the material and send 2 items back. I guess in your case, ISA is sending both items to SAP and that is the reason you are getting back 3 items.
    Simplest approach is to write some logic in your backend class to avoid sending this subitem to SAP. You can achieve this by manupulating the items table sent to SAP
    Suppose salesDoc is the ISA document and itemsTable is the JCO table that is sent to SAP as a table parameter:
                   ItemList itemList = salesDoc.getItems();
                   for (Iterator iter = itemList.iterator(); iter.hasNext();) {
                        ItemSalesDoc itemSalesDoc = (ItemSalesDoc) iter.next();
                        TechKey parentKey = itemSalesDoc.getParentId();
                        if(null!=parentKey){
                             if (!parentKey.getIdAsString().equalsIgnoreCase("")) {
                                //Here remove it from the tables parameter which is sent to SAP
                                               itemsTable.deleteRow(i);
    I am not too sure how it would work for CRM, but works in ERP.
    Pradeep

  • Problem with BAPI of Material Master creation

    Hi,
    I am creating material master(mm01) through BAPI_MATERIAL_SAVEDATA.
    Program is working fine but when i m checking in MM03 to display uploaded data through BAPI, i cant able to see material which i created to through BAPI but i can see in MARA table.
    i dont know wht is the problem ?
    can anybody let me know abt this ?

    then u are not committing the work.
    flow will be like this
    call ' BAPI'
    if return[] is initial.
    commit work.
    else.
    endif.
    Regards
    peram

  • Problem with Initial Download Material

    Hello Experts,
    I have sap CRM 5.0 and R/3 5.0  systems are there.
    I could replicate all the products from R/3 to CRM system except the products that have character alphanumeric.
    example: 9999AB, 9999B, etc.
    Please let me know how to replicate thats products from R/3 to CRM system.
    Thanks
    Lidisaid

    Hi Shalini,
    I have read note 545824 - Conversion of product ID (CRM) <-> material number (ERP)
    I checked the transaction COMCPRFORMAT
    the lexicographical storage type is not set in R3, either in CRM.
    when i execute de transaction R3AS, adapter Material every thing is ok, there not error
    and in transaction R3AM1, the status is green (done), but the block is cero.
    I made a test wiht the lexicographical storage in CRM, but it does not  work
    What I do to resolve this problem?
    Thanks for your help
    Lidisaid

  • Problem with restriction of material creation

    I have a problem  regarding this code logic mention below
    itz for checking the plant and profit center should be same . restrict by a message at the time of material creation .
    now when we create a Alfanumeric plant and the profit center and we enter the same this message is stil comming and itz restrict the material creation .
    can anybody please help me out for change the logic of this code .
    break-point.
    3       CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
    4         EXPORTING
    5           input         = MARC-PRCTR
    6        IMPORTING
    7          OUTPUT        = MARC-PRCTR
    8                 .
    9     *break-point.
    10       if sy-tcode eq 'MM01' or sy-tcode eq 'MM02'.
    11       if RMMG1-WERKS <> MARC-PRCTR and MARC-PRCTR is not initial.
    12       message id 'ZS' type 'S' number 057.
    13       endif.
    14       endif.
    15       IF ( sy-dynnr(1) = '4' OR sy-dynnr = '0060' )             "note 754457
    16          AND NOT c_set IS INITIAL AND
    17           ( x_win NE sy-srows OR y_win NE sy-scols )
    18           and ok-code is initial and c_classification IS INITIAL.
    19         bildflag = x.
    20       ENDIF.

    Hi,
    Aren't you missing an = in the following line...
    11 if RMMG1-WERKS MARC-PRCTR and MARC-PRCTR is not initial.
    Shouldn't it read as follows?
    11 if RMMG1-WERKS = MARC-PRCTR and MARC-PRCTR is not initial.
    Regards,  Andy

  • Problem with creation of material master

    when try to create material master using mmo1
    it gives an error message
    Record X5 does not exist in table T133E
    and itis terminating the screen and going back to img screen
    please try to give me some solution for this
    Thanks
    regards
    Ravi

    Hi Ravi,
    This is because of selection screen not maintained properly in your customization for each material type.
    For more details, explore following IMG settings;
    Transaction Code OMT3B:
    Logistics General – Material Master – Configuring Material Master – Define Structure of Data Screen for each Screen Sequence
    Bye,
    Muralidhara

  • Problem with Packaging Material Type

    Hello all Gurus,
    I have a problem with a packaging material type that I have created copying the standrad Packaging material type LEIH. I created a new packing material type ZPAC - Packaging Material copying LEIH.
    I then created a new material master record using this new material type ZPAC.
    When I am using this material for packing in outbound delivery document - VL01N, I am getting the following strange error message:
    20333 does not have packaging material type and is therefore not a pack.mat.
    Please suggest me why this error is coming and how I can rectify this error. Is there any further configuration that I need to do for packaging material types??? Kindly suggest.
    Thanks and Regards,
    Umakanth.

    Hi,
    Material type is not enough, you have to maintain proper master data as well as config.
    At least please maintain value in MARA-VHART for the packaging material. Please also check these links how HUM works:
    http://www.sap-img.com/sap-hu.htm
    http://help.sap.com/saphelp_crm40/helpdata/en/c8/a44b779f3211d2858d0000e81ddea0/frameset.htm
    Regards,
    Csaba

  • Problems with playback of AVCHD

    Hi Everybody,
    Just trying out the Panasonic AG-HMC151E Camcorder and tried importing a couple of files that I shot. I recorded in PH, the highest quality mode and used the AVCHD 1080i25 (50i) preset. I then simply imported my .mts files from the SDHC Card. Playing back on camera or through VLC shows no problems with the files, but when I playback in Source or Program windows, I get some sort of strange dark flickering, especially when panning. When the picture is still it looks crisp and clear. I tried exporting to H264 and there were no problems with the exported material.
    I know that AVCHD can be tough to play with, but I've got a QuadCore and 4GB Ram, can anyone explain to me, what's going on?
    Thanks in advance
    Cheers,
    Jeppe

    Glad that you got it sorted.
    The Quality settings are interesting. For some systems, Highest is the best. For some systems, Automatic is best. Depends on the source footage and the computer. I know that many users worry, when we tell them to try both and see what works best. It would seem that we should be able to say that one will be the best for all circumstances, but we cannot.
    Same for Hardware Acceleration. Our general comments are: if set to min. set to max. If set to max., set to min. If one is better, then increment until the problem returns and then increment up, or down, one "notch." It all depends on one's system.
    Thanks for reporting your success, and drop in any time.
    Hunt

  • Could not complete the last command : problem with toast 10

    Hi, I am trying to burn blu ray content with Toast 10 Pro (blu-ray content burned to DVD). I have created the content (Quick Time movie) with FCP 7 (into an MOV file). And then added it to Toast 10. Then I tried to create disk image. It gave me this error:
    could not complete the last command because there is a problem with the source material: Error code - 18771.
    I tried to directly burn DVD also, and also not successful. Anybody has the same error and how to solve it?
    Thanks a lot, and happy new year.

    I posted some more experiences with using TOAST on Roxio forum. I thought I'd share them here.
    1. 98 video clip limit. I have been helping my parents and some friends to produce un-edited videos after their vacations, etc. And I quickly ran into this 98 video clip limit, to the point I had to produce multiple DVDs for them.
    2. Error 18771 issue. This happens if the individual video clips are too long. If I edit the video using FCP or FCE, and produce, say, half an hour of video, put it into a MOV file. Then add it into Toast. It will encounter this issue. So, the way I dealt with it, was to produce shorter video clips. So far it has been working out for me.
    3. Between video clips, I am not sure how to do transition. So far, between clips, there is this annoying pause. I would rather, either it just immediately jump to the next clip. Or, out of my own choice, insert some kind of transition. Not sure how to do that. If fellow toast users can point me in the right direction, that will be certainly appreciate it.
    4. I have not been able to get the Chapter Markers from FCP to effectively show up and be reflected in Toast as it defines the menus and chapters. Again, this may be because of my own lack of knowledge. If somebody can give me the pointer to do it, again, very much obliged.
    Message was edited by: seantshen

  • Problem with material and document date in sales order

    Hi All,
    I am working in ECC 6.0 .I am facing problem with two fields when in enter in to sales order(tcode:va01)
    1.A material comes automatically in line item.
    2.Document date also comes as 27.03.2008 instead of todays date in each order i create.
    I think its not related to configuration.I think its related to some modifications through exits or enhancement points.could someone suggest me a where to check and solve that.
    Your's suggestion is appreciated.

    Hi Sharad,
    Check MV45AFZZ include in se38..It is a user exit for basic validation on sales...We may be able to find some code there (if screen data is predefined by code as mentioned)
    Hope it helps
    Regards
    Byju

  • Problem with *serial no. profile* in work sheduling view of material master

    Hi ! !
    I am here with a problem with serial no. profile in work sheduling view of material master.
    By mistake for some FHMI type ( PRODUCTION RESOURCE TOOLS )materials, serial no profile exist in 'work sheduling' view. Due to that we are facing problem in GRN.
    when I am trying to remove that with MM02. i m getting a message as Serial numbers already assigned to this material
    Please suggest how to remove serial no. profile.
    Thanks in advance,
    Prab

    Hi,
    go to MMBE and check the Current Serial number...for  FHMI type
    and go to IQ02 and close the Serial number range at the Current number range...
    Now you can assign this serial number range to another material type...
    Thx
    Raju

  • A problem with a Materialized View

    Hi,
    I have a ordinary table with a three column compound primary key (COL_Id, COL_ValidFrom, COL_CaseId)
    I also have a MV that selects from that table. This one compiles just fine. It looks like this:
    CREATE MATERIALIZED VIEW "MV_02"
    REFRESH FORCE ON COMMIT
    AS SELECT COL_Id, COL_ValidFrom, MAX(COL_CaseId) CaseId FROM TBL_MediaText GROUP BY COL_Id, COL_ValidFrom;
    Works fine. Now I'm trying to create a second MV that selects from the first MV. It looks like this:
    CREATE MATERIALIZED VIEW "MV_03"
    REFRESH FORCE ON COMMIT
    AS
    SELECT a.COL_Id, a.CaseId, a.COL_ValidFrom, NVL(MIN(b.COL_ValidFrom)-1, TO_DATE('2099-12-31','yyyy-mm-dd')) ValidTo
    FROM MV_02 a, MV_02 b
    WHERE a.COL_Id=b.COL_Id(+) AND a.COL_ValidFrom < b.COL_ValidFrom(+)
    GROUP BY a.COL_Id, a.CaseId, a.COL_ValidFrom;
    This one does not parse. (ORA-12054) There seem to be a probelem with the ON COMMIT command. I have searched the web and found some info on the subject. It tells me to create a MV log, wich I have. I've also tried to put count(*) and count(b.COL_validfrom). But it just wont work.
    I see a possibilty of yhe problem laying in te fact that I join using two parts of my PK. Also there might be a problem with the fact that i can't create a log for MV_02 WITH PRIMARY KEY. Or maybe you can't have a MV selecting from another MV?
    Do anyone know how i should specify my Logs and/or querys in order for this to parse?
    I'm using 10.1, and I do have the ON REFRESH COMMIT-privilege.
    Thanks!
    Message was edited by:
    DavidNils

    May be you are trying for this....I don't know how helpful is my solution for you.
    SQL> CREATE MATERIALIZED VIEW MVE
      2  TABLESPACE JAM
      3  REFRESH FORCE ON COMMIT
      4  AS SELECT D.DEPTNO,D.DNAME, E.ENAME, E.JOB FROM
      5  EMP E, DEPT D
      6  WHERE D.DEPTNO = E.DEPTNO(+)
      7  /
    Materialized view created.
    SQL> CREATE MATERIALIZED VIEW MVEF
      2  TABLESPACE JAM
      3  REFRESH FORCE WITH ROWID
      4  AS SELECT * FROM MVE;
    Materialized view created.Message was edited by:
    Jameel

  • Problem with Material Confirmation (Availability Check)

    Dear All,
    There is a problem with the availability check. when i place order system does availability check and confirms the order. Now say for example i have 100qty of material - X and i created order for 50qty, system confirmed and then i went on creating orders for this , say i have created orders for it for 150qty, so system has confirmed 100 and 50 on future date.
    Now when i try to do the delievry for the first order(50 qty), system gives me an error that "0" qty is available.
    Can you please tell me what may be the reason for this.
    Thanks,

    You can also check in T-code Co09 of the availability. Best and easy one to read for me has been MD04 Transaction code.
    What system does in Sales Order is that it plans the requirement taking into consideration Material availability and if material doesn't exist but sees that in a few days in the future material will be available so system confirms it. Note that physically the material may not even be present. You find out if you really have physical stock in the delivery. For example in the sales order in the future the system sees that a Purchase Order will take place so system confirms it. Even though physically you have not even done a goods receipt for that PO. So any Sales Order which has been created before holds that reservation. So if you make a PO goods receipt in the future all those sales order has taken up this stock even. So the new sales order you created may not even have physical stock present or available as back order  exists.
    If you delete Deliveries that have not had PGI done to them this will take the requirement out of the list of Deliveries you can see this in MMBE if you scroll to the right. You can also do reason for rejection for other old orders to take out reservation in MD04.
    Good Luck
    Ali Lozada

  • Problem with Revision level for a Material

    Hi All,
    I have a problem with Revision Levels for a Material.
    I want to know the Revision Level for a particular Material for BOM Creation.
    Can anyone please let me know from which Table or Funtion Module can I get the Rev Level, once I pass MATNR (Material) and AENNR (Change Number).
    <REMOVED BY MODERATOR>
    Thanks and Regards,
    Harish Kalla
    Edited by: Alvaro Tejada Galindo on Apr 14, 2008 4:30 PM

    HI,
    You can use table AEOI.
    Hope this helps.
    <REMOVED BY MODERATOR>
    Regards,
    Sipra
    Edited by: Alvaro Tejada Galindo on Apr 14, 2008 4:30 PM

Maybe you are looking for