WBS element not populating at item level

Hi Gurus,
<br>I am trying to create a new sales order using the function module SD_SALESDOCUMENT_CREATE but when i pass a <br>value for the WBS element at item level it is not getting populated in the back end system.
<br>
<br>  data :LT_RETURN                     TYPE TABLE OF  BAPIRET2,
<br>         LT_SALES_ITEMS_IN             TYPE STANDARD TABLE OF  BAPISDITM,
<br>         LT_SALES_ITEMS_INX            TYPE TABLE OF  BAPISDITMX ,
<br>        LT_SALES_PARTNERS             TYPE TABLE OF  BAPIPARNR ,
<br>        LT_SALES_SCHEDULES_IN         TYPE TABLE OF  BAPISCHDL ,
<br>        LT_SALES_SCHEDULES_INX        TYPE TABLE OF  BAPISCHDLX ,
<br>        LT_SALES_CONDITIONS_IN        TYPE TABLE OF  BAPICOND ,
<br>        LT_SALES_CONDITIONS_INX       TYPE TABLE OF  BAPICONDX,
<br>        LT_SALES_CFGS_REF             TYPE TABLE OF  BAPICUCFG ,
<br>        LT_SALES_CFGS_INST            TYPE TABLE OF  BAPICUINS ,
<br>        LT_SALES_CFGS_PART_OF         TYPE TABLE OF  BAPICUPRT,
<br>        LT_SALES_CFGS_VALUE           TYPE TABLE OF  BAPICUVAL ,
<br>        LT_SALES_CFGS_BLOB            TYPE TABLE OF  BAPICUBLB ,
<br>        LT_SALES_CFGS_VK              TYPE TABLE OF  BAPICUVK ,
<br>        LT_SALES_CFGS_REFINST         TYPE TABLE OF  BAPICUREF ,
<br>        LT_SALES_CCARD                TYPE TABLE OF  BAPICCARD ,
<br>        LT_SALES_TEXT                 TYPE TABLE OF  BAPISDTEXT ,
<br>        LT_SALES_KEYS                 TYPE TABLE OF  BAPISDKEY ,
<br>        LT_SALES_CONTRACT_IN          TYPE TABLE OF  BAPICTR ,
<br>        LT_SALES_CONTRACT_INX         TYPE TABLE OF  BAPICTRX,
<br>        LT_EXTENSIONIN                TYPE TABLE OF  BAPIPAREX ,
<br>        LT_PARTNERADDRESSES           TYPE TABLE OF  BAPIADDR1 ,
<br>        LT_SALES_SCHED_CONF_IN        TYPE TABLE OF  BAPISCHDL2 ,
<br>        LT_ITEMS_EX                   TYPE TABLE OF  BAPISDIT ,
<br>        LT_SCHEDULE_EX                TYPE TABLE OF  BAPISDHEDU ,
<br>        LT_BUSINESS_EX                TYPE TABLE OF  BAPISDBUSI ,
<br>        LT_INCOMPLETE_LOG             TYPE TABLE OF  BAPIINCOMP ,
<br>        LT_EXTENSIONEX                TYPE TABLE OF  BAPIPAREX ,
<br>        LT_CONDITIONS_EX              TYPE TABLE OF  BAPICOND ,
<br>        LT_PARTNERS_EX                TYPE TABLE OF  BAPISDPART ,
<br>        LT_TEXTHEADERS_EX             TYPE TABLE OF  BAPISDTEHD ,
<br>       LT_TEXTLINES_EX               TYPE TABLE OF  BAPITEXTLI ,
<br>       LT_BATCH_CHARC                TYPE TABLE OF  BAPIBTSEL ,
<br>        LT_CAMPAIGN_ASGN              TYPE TABLE OF  BAPISDCA ,
<br>        LT_CONDITIONS_KONV_EX         TYPE TABLE OF  KONV .
<br>
<br>  DATA: LV_SALESDOCUMENT_EX           TYPE           BAPIVBELN-VBELN,
<br>        LT_SALES_HEADER_OUT           TYPE           BAPISDHD,
<br>        LT_SALES_HEADER_STATUS        TYPE           BAPISDHDST.
<br>
<br>  DATA: LV_VALUE_SALESDOCUMENT        TYPE           BAPIVBELN-VBELN,
<br>        LT_SALES_HEADER_IN            TYPE           BAPISDHD1,
<br>        LT_SALES_HEADER_INX           TYPE TABLE OF  BAPISDHD1X,
<br>        LT_SENDER                     TYPE TABLE OF  BDI_LOGSYS,
<br>        LV_BINARY_RELATIONSHIPTYPE    TYPE           BRELTYP-RELTYPE,
<br>        LV_INT_NUMBER_ASSIGNMENT      TYPE           BAPIFLAG-BAPIFLAG VALUE 'R',
<br>        LV_BEHAVE_WHEN_ERROR          TYPE           BAPIFLAG-BAPIFLAG VALUE ' ',
<br>        LT_LOGIC_SWITCH               TYPE TABLE OF  BAPISDLS,
<br>        LV_BUSINESS_OBJECT            TYPE           BAPIUSW01-OBJTYPE VALUE ' ',
<br>        LT_TESTRUN                    TYPE TABLE OF  BAPIFLAG-BAPIFLAG ,
<br>        LV_CONVERT_PARVW_AUART        TYPE           BAPIFLAG-BAPIFLAG VALUE ' ',
<br>        LV_STATUS_BUFFER_REFRESH      TYPE           BAPIFLAG-BAPIFLAG VALUE 'X',
<br>        LV_CALL_ACTIVE                TYPE           CHAR4.
<br>
<br>  DATA: WA_SALES_PARTNERS             LIKE LINE OF   LT_SALES_PARTNERS,
<br>        WA_SALES_SCHEDULES_IN         LIKE LINE OF   LT_SALES_SCHEDULES_IN,
<br>        WA_SALES_CONDITIONS_IN        LIKE LINE OF   LT_SALES_CONDITIONS_IN,
<br>        WA_EXTENSIONIN                LIKE LINE OF   LT_EXTENSIONIN,
<br>        WA_SALES_ITEMS_IN             LIKE LINE OF   LT_SALES_ITEMS_IN,
<br>        WA_SALES_TEXT                 LIKE LINE OF   LT_SALES_TEXT.
<br>
<br>  LT_SALES_HEADER_IN-DOC_TYPE       = 'ZSAL'.
<br>  LT_SALES_HEADER_IN-SALES_ORG      = '1000'.
<br>  LT_SALES_HEADER_IN-DISTR_CHAN     = '02'.
<br>  LT_SALES_HEADER_IN-DIVISION       = '01'.
<br>  LT_SALES_HEADER_IN-PMNTTRMS       = 'Z020'.
<br>  LT_SALES_HEADER_IN-DUN_COUNT      = '0'.
<br>  LT_SALES_HEADER_IN-ADD_VAL_DY     = '00'.
<br>  LT_SALES_HEADER_IN-EXCHG_RATE     = '0'.
<br>   LT_SALES_HEADER_IN-BILL_DATE      = SY-DATUM.
<br>
<br>data lv_kunnr type kunnr value '106475'.
<br>
<br>CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
<br>  EXPORTING
<br>    INPUT         = lv_kunnr
<br> IMPORTING
<br>   OUTPUT        = lv_kunnr.
<br>
<br>  WA_SALES_PARTNERS-PARTN_ROLE      = 'AG'.
<br>  WA_SALES_PARTNERS-PARTN_NUMB      = lv_kunnr.
<br>  APPEND WA_SALES_PARTNERS TO LT_SALES_PARTNERS.
<br>
<br>  WA_SALES_PARTNERS-PARTN_ROLE      = 'WE'.
<br>  WA_SALES_PARTNERS-PARTN_NUMB      = lv_kunnr.
<br>  APPEND WA_SALES_PARTNERS TO LT_SALES_PARTNERS.
<br>
<br>  WA_SALES_TEXT-ITM_NUMBER = '000010'.
<br>  WA_SALES_TEXT-TEXT_ID = 'ZS01'.
<br>  WA_SALES_TEXT-LANGU =  SY-LANGU.
<br>  APPEND WA_SALES_TEXT TO LT_SALES_TEXT.
<br>
<br>  WA_SALES_TEXT-ITM_NUMBER = '000010'.
<br>  WA_SALES_TEXT-TEXT_ID = '3010'.
<br>  WA_SALES_TEXT-LANGU =  SY-LANGU.
<br>  APPEND WA_SALES_TEXT TO LT_SALES_TEXT.
<br>
<br>  WA_SALES_SCHEDULES_IN-ITM_NUMBER  = '000010'.
<br>  WA_SALES_SCHEDULES_IN-REQ_QTY     = '22'.
<br>  APPEND WA_SALES_SCHEDULES_IN TO LT_SALES_SCHEDULES_IN.
<br>
<br>  WA_SALES_CONDITIONS_IN-ITM_NUMBER = '000010'.
<br>  WA_SALES_CONDITIONS_IN-COND_TYPE  = 'ZMAN'.
<br>  WA_SALES_CONDITIONS_IN-CURRENCY   = 'NOK' .
<br>  APPEND WA_SALES_CONDITIONS_IN TO LT_SALES_CONDITIONS_IN.
<br>
<br>  WA_EXTENSIONIN-STRUCTURE          = 'BAPE_VBAK'.
<br> *  WA_EXTENSIONIN-VALUEPART1         = '090000000200'.
<br>  APPEND WA_EXTENSIONIN TO LT_EXTENSIONIN.
<br>
<br>data lv_MATNR type MATNR value '000000000000000031'.
<br>
<br>CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
<br>  EXPORTING
<br>    INPUT         = lv_MATNR
<br> IMPORTING
<br>   OUTPUT        = lv_MATNR.
<br>
<br>  WA_SALES_ITEMS_IN-ITM_NUMBER      = '10'.
<br>  WA_SALES_ITEMS_IN-MATERIAL        = lv_MATNR.
<br>  WA_SALES_ITEMS_IN-TARGET_QTY      = '1'.
<br>  WA_SALES_ITEMS_IN-TARGET_QU       = 'ST'.
<br>  WA_SALES_ITEMS_IN-SHORT_TEXT      = 'TESST AJ'.
<br>  WA_SALES_ITEMS_IN-SALES_UNIT      = 'ST'.
<br>  WA_SALES_ITEMS_IN-CURRENCY        = 'NOK'.
<br>  WA_SALES_ITEMS_IN-WBS_ELEM        = '011215'.
<br>  APPEND WA_SALES_ITEMS_IN TO LT_SALES_ITEMS_IN.
<br>
<br>  DATA : WA_ORDER_ITEMS_INX TYPE BAPISDITMX.
<br>  DATA : LT_ORDER_ITEMS_INXN TYPE STANDARD TABLE OF BAPISDITMX.
<br>  DATA : WA_ORDER_HEADER_INX TYPE BAPISDHD1X.
<br>  DATA : LT_ORDER_HEADER_INXN TYPE STANDARD TABLE OF BAPISDHD1X.
<br>
<br>  WA_ORDER_ITEMS_INX-UPDATEFLAG = ' '.
<br>  WA_ORDER_ITEMS_INX-ITM_NUMBER = '000010'.
<br>  WA_ORDER_ITEMS_INX-MATERIAL        = 'X'.
<br>  WA_ORDER_ITEMS_INX-TARGET_QTY      = 'X'.
<br>  WA_ORDER_ITEMS_INX-TARGET_QU       = 'X'.
<br>  WA_ORDER_ITEMS_INX-SHORT_TEXT      = 'X'.
<br>  WA_ORDER_ITEMS_INX-SALES_UNIT      = 'X'.
<br>    WA_ORDER_ITEMS_INX-WBS_ELEM   = 'X'.
<br>
<br>  APPEND WA_ORDER_ITEMS_INX TO LT_ORDER_ITEMS_INXN.
<br>
<br>  CALL FUNCTION 'SD_SALESDOCUMENT_CREATE'
  <br>   EXPORTING
<br>     SALESDOCUMENT                 = LV_VALUE_SALESDOCUMENT
<br>      SALES_HEADER_IN               = LT_SALES_HEADER_IN
<br>*     SALES_HEADER_INX              =
<br>*     SENDER                        =
<br>*     BINARY_RELATIONSHIPTYPE       = ' '
<br>     INT_NUMBER_ASSIGNMENT         = LV_INT_NUMBER_ASSIGNMENT
<br>*     BEHAVE_WHEN_ERROR             = ' '
<br>*     LOGIC_SWITCH                  = ' '
<br>     BUSINESS_OBJECT               = ' '
<br>*     TESTRUN                       =
<br>*     CONVERT_PARVW_AUART           = ' '
<br>     STATUS_BUFFER_REFRESH         = 'X'
<br>*     CALL_ACTIVE                   = ' '
<br>   IMPORTING
<br>     SALESDOCUMENT_EX              = LV_SALESDOCUMENT_EX
<br>     SALES_HEADER_OUT              = LT_SALES_HEADER_OUT
<br>     SALES_HEADER_STATUS           = LT_SALES_HEADER_STATUS
<br>   TABLES
<br>     RETURN                        = LT_RETURN
<br>     SALES_ITEMS_IN                = LT_SALES_ITEMS_IN
<br>*     SALES_ITEMS_INX               =
<br>     SALES_PARTNERS                = LT_SALES_PARTNERS
<br>     SALES_SCHEDULES_IN            = LT_SALES_SCHEDULES_IN
<br>*     SALES_SCHEDULES_INX           =
<br>     SALES_CONDITIONS_IN           = LT_SALES_CONDITIONS_IN
<br>*     SALES_CONDITIONS_INX          =
<br>*     SALES_CFGS_REF                =
<br>*     SALES_CFGS_INST               =
<br>*     SALES_CFGS_PART_OF            =
<br>*     SALES_CFGS_VALUE              =
<br>*     SALES_CFGS_BLOB               =
<br>*     SALES_CFGS_VK                 =
<br>*     SALES_CFGS_REFINST            =
<br>*     SALES_CCARD                   =
<br>     SALES_TEXT                    = LT_SALES_TEXT
<br>*     SALES_KEYS                    =
<br>*     SALES_CONTRACT_IN             =
<br>*     SALES_CONTRACT_INX            =
<br>     EXTENSIONIN                   = LT_EXTENSIONIN
<br>*     PARTNERADDRESSES              =
<br>*     SALES_SCHED_CONF_IN           =
<br>     ITEMS_EX                      = LT_ITEMS_EX
<br>     SCHEDULE_EX                   = LT_SCHEDULE_EX
<br>*     BUSINESS_EX                   =
<br>*     INCOMPLETE_LOG                =
<br>     EXTENSIONEX                   = LT_EXTENSIONEX
<br>*     CONDITIONS_EX                 =
<br>*     PARTNERS_EX                   =
<br>*     TEXTHEADERS_EX                =
<br>*     TEXTLINES_EX                  =
<br>*     BATCH_CHARC                   =
<br>*     CAMPAIGN_ASGN                 =
<br>*     CONDITIONS_KONV_EX            =
<br>.
<br>
<br> commit work.
<br>
<br>I am aware that there are other BAPI's available to create  a new sales order(BAPI_SALESORDER_CREATEFROMDAT2  <br>etc.) but the problem with using them is they internally call the same function module 'SD_SALESDOCUMENT_CREATE'. i  <br>have already tried to create the sales order using  'BAPI_SALESORDER_CREATEFROMDAT' but the effect is the same.
<br>When I pass WBS element value in VA01 and create a sales order I can see that WBS element value is coming correctly.  <br>But when i create the sales order using ABAP code WBS element is coming as blank. When I execute this standard FM it  <br>creates the sales order correctly with a blank against WBS element. I checked in the VBAP table the value is not even  <br>populated there . Kindly share your valuable inputs for the same.
- Akshay

May be you have to post this in ABAP forum to get suitable suggestions.
G. Lakshmipathi

Similar Messages

  • WBS element for Sales Order Item level

    Hi gurus,
    I am trying to create an inbound idoc for sales order ' VA01'. I need to populate WBS element in the item level under Account Assignment Tab. I am using ORDERS05 basic type. Please help to find which segment to use for WBS element. Waiting for your reply. Please help.
    Regards,
    Satyajit
    Edited by: Satyajit Saha on Feb 22, 2008 1:24 AM

    Hi gurus,
    I am trying to create an inbound idoc for sales order ' VA01'. I need to populate WBS element in the item level under Account Assignment Tab. I am using ORDERS05 basic type. Please help to find which segment to use for WBS element. Waiting for your reply. Please help.
    Regards,
    Satyajit
    Edited by: Satyajit Saha on Feb 22, 2008 1:24 AM

  • 0PM_ORDER - WBS element not populated by extractor

    Hi all
    Just wondering if anyone has experienced a similar problem.
    We use this data source as part of our PM master data loads. It runs every night, no problem. Iu2019m busy with a new user requirement regarding Project (WBS) costs as posted on PM orders, and I was pleased to see that 0PM_ORDER has field PROID (WBS) on it already u2013 thought I was half way to building my query!
    Except, the field is not populated. Even when I run the extractor on the R/3 system to test (for an order type PM05 on which WBS element is a required entry), I never get any values in this field. I had a look on SDN and OSS and have seen a number of posts about the conversion exits relating to WBS elements, but this presupposes that a value is being populated in the extractor, which in my case is not happening.
    Does anyone have any suggestions?
    Regards, Lara

    0PM_Order extracts the data of WBS element on the tab "location" on the PM order (IW33). It doesnt extract the WBS element on the tab "Additional data".
    I am not sure how these WBS elements are different, your PS consultant might have an answer. Either you can have user exit to fill this field or ask your ECC abap consultant to fill the same in both fields of order, if doesnt make any difference. I am also in same situation, keep me posted if you have have get any new information from your PS consultant or SAP.

  • WBS Elements not getting created in ECC Project System from CRM 7.0

    Dear all,
    We are trying to integrate SAP CRM 7.0 with SAP ECC-PS module. The objective is to bring in the marketing plan and elements data from the CRM system, and to create the corresponding WBS in project system. We have done most of the configuration as recommended by SAP in both the systems, and we see that the BDOCS are getting generated and sent to the ECC system. The following steps have been successfully completed:
    1.       Set up the RFC connections between the two systems
    2.       Selected the connection type as Middleware in CRM system.
    3.       Installed the cProject Add on in CRM box.
    4.       Created a project scenario (with project and network profiles) in the PS system and assigned the same in the CRM system.
    5.       The Project Scenario in PS config has the same name as the Project Type in CRM config.
    6.       Created and released the campaign ids being created in the CRM system.
    As already mentioned, we can see that the BDOCS are coming to the ECC system and are getting stored in BDOC_TRACK table. However the issue is that the corresponding WBS elements are not getting generated in the ECC system. Is there anything that that we are missing in the ECC box which would trigger the WBS element creation?
    Request you all to share your inputs which would be immensely beneficial for us in achieving this integration.
    Thanks and Kind Regards,
    Aditya Shrivastava

    Hello Aditya,
    We too are facing this issue.. if you have resolved the issue could you please let us know the solution ?
    Some inputs related to our system,
    We have upgrade from CRM 4.0 to CRM 7.0 SP07 and R/3 backend system is on 4.7 SP27, earlier we have completed the upgrade on sandbox without any issues which was upgrade to CRM 7.0 SP04 but with SP07 we are facing the problem of WBS Element not getting created in R/3.
    Your help is highly appreciated.
    Thanks & Regards,
    Sumukh Kapoor.

  • SECess in ARE1 not getting populated at Item level

    Hi,
    I am creating ARE1 based on outgoing excise invoice. In my outgoing excise invoice all excise duties are getting populated at Header level & also at item level.
    but in my ARE 1 document SECess is coming at header level only & not at item level, other excise duties are populated at both level header & Item.
    Is there any one who can guide me in this matter.
    Thanks & Regards,
    Savi Salvi

    Hi Savi
    Since you say you have maintained all the necessary settings, check if you are able to see the S E Cess in the Display mode of the ARE1 (A03 Display - R10 Display ARE1 Internal Document)
    Even I have faced the same situation where all the calculations are in place but somehow I cant see the S E Cess in the Create mode. Since this was available in the 'Display' mode, I have not paid much attention. Nonetheless, I have asked my Technical Consultant to have a look at it again (same issue I faced in J1IIN and if I recall correctly, he could make the Cess appear).
    Ramana N D

  • Assign WBS AVAC not in the lowest level of WBS elements

    Dear SAP Community,
    Our client has requirement to have budget availability control in WBS element level 3 while the WBS structure is until level 5 and the actual posting will occurred in WBS element level 5.
    Our current setting is to have WBS element level 5 as Planning Element and Account Assignment Element. So, user can upload their WBS planning data from the lowest level of WBS structure. Then we copy the Planning Data as Budget through CJ30 and release it through CJ32.
    If we set the value of Budget Data in CJ30 and CJ32 until the level 5, the system check AVAC in WBS level 5 instead of the amount rolled up in WBS level 3. If we set the value of Budget Data in CJ30 and CJ32 in WBS level 3, the system will check AVAC in WBS level 3 (as we expected) but the consequence is comparison of actual vs budget in WBS level 5 will have variance 100%.
    Is there any way to define the budget data until WBS level 5 but the AVAC control is in WBS level 3?
    Appreciate your inputs
    Thank you and best regards,
    Fitria

    Hi,
    >If we set the value of Budget Data in CJ30 and CJ32 in WBS level 3, the system will check AVAC in WBS level 3 (as we >expected) but the consequence is comparison of actual vs budget in WBS level 5 will have variance 100%.
    We had similar kind of requirement, we had followed the above process. THis will provide the required functionality except the variance in reports. Try and convince the client to settle for this if this meets your requirements.
    As AVAC  can't be managed at WBS levels.
    Regards,
    Harsh.

  • Worflow container elements not populating

    Hi,
    I am using a simple method and populating certain parameters of the method. in stand alone from swo1 the method populates the container element. This method is then called from a task in workflow.
    The problem I face is that the workflow container elements are not populated, although the container elements at the task level are populated corectly in the workflow log. Even If I am binding a hardcoded value at the task to workflow binding level, the workflow container elements is not getting correct values; when I check the log and hence the workflow goes in error.
    I would like to know why the workflow container elements not getting filled with right values. I have done many workflows before but never faced such an issue before.
    Regards,
    Vishal Bhatia
    Edited by: Vishal Bhatia on Sep 19, 2011 2:33 PM

    Hi,
    I have checked the binding and workflow is activated again.
    Also buffering was done in SWU_OBUF.
    I also tried to run the workflow from SWDD itself and still the same problem. This is very strange. Never before i encountered such an error.
    Kindly suggest. I also tried to create a new task and change the names of container variables in workflow. The strangest thing is the hardcoding of value also not being passed.
    Types of parameters match and import export set accordingly.
    Regards,
    Vishal Bhatia

  • Notes at the Item level is not getting Copied

    Hi All,
    When a quotation is copied by clicking on the "Copy" button, the new quotation has all the Notes copied at the header level. But all the Notes maintained at the Item level dosent get copied.
    The Copy control has been maintained between the Item Category (ZAGN to ZAGN) and a Copy Routine 9REVQT is maintained.
    Help in this regard would be appreciated.
    Thanks
    Srinivas

    Hi Thomas,
    Thanks for the reply.
    I tried that but looks like it doesnt work as we are not creating the follow up but copying a quote. Once copied the new quote doesnt have the notes maintained at the item level.
    Could you please tell me what would be the "Reference Text Type" for the notes maintained at the item level (As shown in the attachment)?
    Regards
    Srinivas

  • Sales order status "Being processed" due to "Not referenced" in Item level.

    Hi All,
    I am facing with document status issue.
    I have the following process,
    1) Main contract (without line items )--> Yearly Contract-->Billing--> Renewal contract w.r.to First Year contract and this renewals will continue until the customer cancel the order.
    Status will be as below,
    Main Contract                   – No status ( Since, no item category referred in Copy control)
    1 Year contract                 – Being processed.
    1Year Billing                        - completed.
    2nd year contract               – Being processed.
    2nd Year Billing                    - completed.
    Config settings:
    In item category – Completion rule =  C Item is completed after the target qty is fully referenced
    In VTFA :In item level :
    Billing qty = A     Order quantity less invoiced quantity
    Pos./neg. quantity = +
    Please advice to overcome this.
    FYI:In contract line item --> status tab.

    Hi Moazzam,
    Thanks for the reply..
    A is : Item is completed with the first reference. i will try with this but needs to check with the business if they have any partial qty might refer for Invoice.
    But, as per existing config.
    C - Item is completed after the target qty is fully referenced.
    Which i am doing / referring for Invoice full qty. but i am getting " Not referenced" . Request to please make me understand the C functionality.- thanks.

  • Condition tab is not appearing at item level in CRM 5.0 IDES

    Hi,
    I am trying to create Sample order in CRM ides but condition view at header level is blank and at item level condition view is not appearing.
    I have maintained condition record for condition types and it is visible in Material master. And correct pricing procedure is picked in sample order as I can see this in Header overview.
    I checked pricing procedure its correct. What else I need to check?
    Thanks for your reply.
    Nishith

    Hi Nishith,
    You can check if the item category is pricing relevant - field PRICING_RELEVANT in view CRMV_SALES_ITEM.
    Hope this helps,
    Kind regards,
    Vanessa

  • TX CNS41 - settled cost from internal order to WBS element not displayed

    Hi PS Expets,
    I have a question regarding transaction CNS41 "Structure Overview" where cost settled from an internal order is not displayed in in the report for a selected project. This is in a ECC version 5.0
    Settled costs from internal orders are posted with transaction type KOAO on WBS elements and when you check report RCNSTFCO you can see that the following transaction types are deselected when executing transaction CNS41:
    delete t_rpsco_m where vorga = 'KOAO' "<   insert
                          or vorga = 'KOAL' "<   insert
                          or vorga = 'KOAP' "<   insert
                          or vorga = 'KOAQ' "<   insert
                          or vorga = 'KOAR'."<   insert
      CALL FUNCTION 'HFPM_RPSCO_TO_RPSCO_LIS_CONV'
    This is implemented according to OSS note 51971 in order to eliminate internal business volume in the project structure when executing a PS hierarchy report.
    But this also eliminate the display of the cost  from the internal order.
    Any ideas or a work around in order to display settled cost from an internal order on a WBS element in transaction CNS41
    Kind regards,
    Anne

    Hello Tison.
    I guess you have the Project created with a BAPI in your system in background. As far as I have seen I'd try the following in ABAP to create Partners in the Project Definition: BAPI_BUS2001_PARTNER_CREATE_M or the corresponding method ProjectDefinitionPI.PartnerCreateMultiple. This should happen in background when the Project is created also.
    Best regards.
    Jens Schmid

  • Mapping drive using GPO does not obey to Item-level targeting

    Dear all,
    We are mapping drive using Item-level targeting based on security group (User Configuration > Preferences > Windows Settings > Drive Maps) with the following settings:
    Action: Replace
    Run in logged-on user's security context: <Checked>
    Item-level targeting: <Checked>
    So if user is member of Group_X then he/she will have drive X mapped on his computer.
    Problem now is that (even if reconnect is unchecked), drive will stay mapped when we remove a user from this group.
    Is this the normal behavior ? did I missed something ?
    or even worst, imho, should I add a new drive properties which would say to delete the drive if user does not belong to the relevant group ?
    -> double targeting query for a single drive
    -> what's the point of Replace / Reconnect then ?
    Thanks in advance for your opinions!
    /behd
    [EDIT: Forgot to specify Win2008R2 AD, Win7 Pro clients but doubt that it'll be of any interest for this case]

    Drive mapping should not remain after you remove the user from the group.
    What I suspect is, that at first, the "reconnect" was checked then the user got the policy and tattooed the reconnect value. after that it doesn't matter that "reconnect" was removed.
    Try the following:
    Logon with test user, make sure no drive mapping exist (disconnect if necessary).
    Create a new policy with drive map - make sure reconnect is not checked, and apply it for the test user.
    Make sure no other drive mapping policy exist for that user.
    Login with the test user, make sure drive was mapped.
    Log off that user, remove it from the group, wait for AD replication and log on again (sometimes another log off \ log on required).  
    Please take a moment to Vote as Helpful and/or Mark as Answer where applicable. Thanks.

  • Input help for cost center & WBS element not working

    Hi ALL
    We are using SRM 4.0 with backend ECC 5.0.
    Input help for attributes cost center (CNT), WBS element (PRO) are not functioning.
    When tried to search for input help (F4) on the above attributes, I am getting message "Display not possible (Inconsistency in the input help)".
    I even applied SAP note 746788 for cost center search help.
    Can you tell me if I have missed any config settings?
    Thanks in advance
    Jagdish

    Hi,
    Did you managed the transactional RFC destination in the customizing (where you define all your log. systems it is an additional field in the table control).
    Regards.
    Vadim

  • Html elements not declared as items ?

    Hello !
    Related to that thread (Reusing existing htp pages my question :
    Is there a chance to use html elements which are not declared as items (added a manually in html region…) ? I tried to cheat a bit by naming it p_t100 for example. Indeed, “p_t100” is accepted by the wwv_flow.accept procedure (no miss match error message). But, I’m unable to get back the posted value in an “after submit” process.
    Thank you in advance
    Pat

    Pat,
    It is not recommended you add your own HTML form elements to HTML DB pages. You point out one of the main reasons yourself. May I ask why you feel compelled to do this?
    Sergio

  • Access Tab not showing for item level security

    I have enabled item level security for the portal page I am working on, but the access tab for the items is not showing.
    I have come accross exactly the same problem on this forum and the advice was:
    Hi try the following :
    go to page properties
    set the item level security
    clear the cache
    clear your browser cache
    it should work "
    I have tried all that, closed and opened a browser but the access tab is still not showing. This is a 10.1.4 portal on LINUX. Starnge enough I have a testing environment installed on my Windows XP (AS 10.2.0.2 not upgarded to 10.1.4) and I don't have any issues with item security access tab at all.
    I would appreciate any clues.
    Regards,
    Anna

    There should be two icons shown for each item when you put the page in Edit mode - Edit and Actions. Click on the Actions icon and "Access" should be one of the links in the list of actions (like hide, expire, delete, move, etc.)

Maybe you are looking for

  • Cisco Jabber for Windows - Anti-Virus Software

    Hello, Cisco Jabber for Windows could not resolve outlook contacts, when a client has installed McAffee Anti-Virus Software. Is there any documentation available, how to setup a Anti-Virus Software, to get Cisco Jabber for Windows running? Cisco Jabb

  • How do i sync multiple ipads at the same time?

    I am a high school principal and I have just received 80 new mini iPads.  I know that there is a much better way to sync them than doing all 80 of them individually.

  • Customizing Request Application Flows in OIM 11g?

    To all: I'm trying to work through a scenario using Request Templates - I'm not sure that this approach is possible using configuration approaches and wanted to see if anyone has any useful feedback. First, let me describe the problem I'm attempting

  • Related to license  copy

    hi,   when i was implement sap b1 that time i take license of 25 user .now i want to increase user for sap b1 so what will be the procedure for that.   so please send related information regards   sandip

  • Entity field mapping

    Good day, everyone! I have two modules: API and EJB. Main idea is that api should not have any dependencies and all entities impliments interfaces. So I have Operator(from API) interface and OperatorEntity(from EJB). Here is the code OperatorEntity.j