Standard parameter ID not populating

Hello Gurus,
I have added a field in MM01 transaction at Costing 1 tab through SPRO.
I want that field to be visible only for one Plant.
But after entering the plant , I am unable to fetch it from its parameter ID WRK.
Please comment on how to achieve the following.
Thanks & Regards,
Roshan.

Hi,
  Some times the parameter ids would not work as they have  not been set in the program, driving the screen if thats not woring why dont  you try to read the values from the screen using FM like dynp_values_read or use the field symbols to read the values from the stack and use the same.
Regards,
Himanshu

Similar Messages

  • Report parameter is not populated with exact value in stacked column click throughs

    I have stacked column chart to show below opportunity data.
    Category axis: Month of created date
    Series: sales stage
    Aggregate: runningvalue of revenue on sales stage group. 
    data set has below fields.
    1. opportunity id
    2. created date
    3. revenue
    4. sales stage.
    5. Calculated field: month of created date
    I have a sub report which shows the detail information for that month when I click on Stacked column. In order to achieve this i have to pass a report parameter with month of created date(calculated field) on the click action of main report.
    This report parameter is not getting populated when i click on the respective stacked column because of which the sub report is failing.
    Any thoughts?
    1. Category: month of the created date of opportunity(this 
    1. Category: month of the created date of opportunity(this 

    Thanks Katherine for reply. 
    Creating a subreport was never an issue, the issue was when I click on the stacked column the parameter (A) as per your screenshot was not getting populated, some times it just passes a null value.
    In my report below is the sample data and in Chart
    1. Series Aggregate is on Runningvalue of Revenue set to stage scope.
    2. CAtegory group is on Month of Created date
    3. Series group is on Stage
    4. Have a report filter for Year.
    Sub report parameter: Month which is passed when  I click on the stacked column.
    Below is sample data how my data looks like.
    id
    stage
    createdon
    revenue
    1
    U
    1/1/2013
    1000
    2
    Ir
    1/2/2013
    2000
    3
    Ir
    2/2/2013
    1000
    4
    A
    2/3/2013
    5000
    5
    A
    3/3/2013
    1000
    6
    Ir
    3/3/2013
    5000
    7
    Ir
    4/3/2013
    7000
    Below is the image of actual report
    In the above screenshot When i click on Region A or Region C for Aug Column, the Month Parameter for subreport is always null. When I click on Region B , parameter is having the
    value as "Aug". 
    Let me know is there anything I am missing.

  • Standard Container element not populating....

    Hi All,
    I am using a standard task TS17900100 to process the HCM Form in workflow at 2 places. There is a standard container element STEP_OBJECT of this task which gets populated at run time.
    Now at first place this container is getting populated correctly. But in the second place I have used the same binding and same task but STEP_OBJECT container is not getting populated. Also, STEP_OBJECT is not an import/export parameter.
    Please suggest.
    The task is using  the following class and method :
    CL_HRASR00_WF_COMPONENTS
    WI_EXECUTION_VIA_R3_INBOX

    Hi,
    I have checked the bindings in both the steps. It is same and all the containers are getting populated in the log except STEP_OBJECT. That's why I am not getting the reason for such a case. STEP_OBJECT is getting populated by itself in the first step. But it is not getting populated in the second step.
    Please suggest.
    Regards,
    Guddan

  • SAP GRC5.3 SP16_6 - Performance Parameter are not populated

    Hello All,
    SAP GRC AC 5.3
    SP Level 16
    For us in RAR , @Configuration>Risk Analysis>Performance Tuning  Values are  getting saved , But it was gone when i relogin again into the System and its showing blank.
    Values are there in the virsa_cc_config table.
    Please help.
    Thanks,
    Jagat

    Jagat,
    I guess you're on patch 4 for CC, patch 6 is probably your AE patch level. When you perform the changes, the config table should be modified and you should see this message: Performance Tuning - - Configuration data successfully updated at the bottom of the screen.
    I've tested it using SP15 and the parameters are shown without problems. So, If the table is changed, the message is shown but you don't see the parameters after login again, It could be an application error. I've checked the release notes for CC: Note 1168120 - Risk Analysis and Remediation 5.3 Support Package (VIRCC)
    and the error isn't reported there.
    Cheers,
    Diego.

  • WF iniator not populated

    I am calling a bspoke WF from the sales order user exit using the below code.  I am passing in the SY-UNAME in the user parameter, and when i view the WF triggered the WF iniator is getting populated.  However, the last step n the WF calls a background method to get the initators email address.  To do this in the binding I have used the &_WF_INITIATOR& to pass in the user name, but I don;t think this is working as the method keps failing to find an eamil address, when it shouldn't.  So either the &_WF_INITIATOR& parameter is not populated at this point in the WF of its not actually get passed in correctly.  Has anyone got any ideas?
              ls_objkey =  vbak-vbeln.
              CALL FUNCTION 'SAP_WAPI_CREATE_EVENT'
                EXPORTING
                  object_type = 'Z_BUS2032'
                  object_key = ls_objkey
                  event = 'Z_UPDATE'
                COMMIT_WORK = 'X'
                EVENT_LANGUAGE = SY-LANGU
                LANGUAGE = SY-LANGU
                  USER = SY-UNAME
                IFS_XML_CONTAINER =
                IMPORTING
                  return_code = lc_return
                  event_id = lc_eventid
              TABLES
                INPUT_CONTAINER =
                MESSAGE_LINES =
                MESSAGE_STRUCT =

    Hi,
    I am sure that the &_WF_INITIATOR& contains a value. But assume that you have something wrong in the email sending step (and the binding). Did you notice that the WF initiator is in format US+USERNAME?
    What is (or are) the error message(s) in the email sending step in workflow log?
    Regards,
    Karri

  • MSS Hire form not populating vacancy positions

    Hi, recently we have done QA server refresfh activity and taken the replica of Production server. Now the issue is after refresh
    1. Hire form not populating vacancy positions from R/3.
    2. In MSS Employee search with personal number showing no data found. Could you please suggest?
    Thanks in advance.
    Regards
    Krishna

    Hi,
    I have investigated further and could find something as below:-
    1. There is a standard method DETERMINE_SEARCHHELP from class CL_HRPA_GENERIC_F4 which gets called.
    2. Inside this method there is a function module F4IF_DETERMINE_SEARCHHELP which inturn calls function module DD_SHLP_GET_HELPMETHOD. The later function module takes tablename, fieldname, and sy-langu as parameter to give SHLP as search help output. Following values are getting passed to the function module:-
                                         Tablename = HRASR00_HIRE_F4_CORE_FIELDS
                                         Fielname = PLANS
                                         Sy-langu = E (Default)
    However this returns parameter SHLP as blank.
    There is a subroutine 'shared_buffer_imp_interface' in the function module DD_SHLP_GET_HELPMETHOD which has the following IMPORT statement:-
    IMPORT shlp
             callcontrol-attachkind
             timestamp timerelobj_tab
             FROM SHARED BUFFER ddshoffld(if) ID sh_buf_id.
    This IMPORT statement is returning sy-subrc EQ 4 and hence finally SHLP does not have any value. So the position dropdown is not populating.
    Also when the following parameter is passed, we get F4 help for PERSG (Employee group field):-
                      Tablename = HRASR00_HIRE_F4_CORE_FIELDS
                      Fielname = PERSG
                      Sy-langu = E (Default)
    This is because in this case, the above IMPORT statement returns the table T501 and T501T and hence finally SHLP has the value.
    Can anyone of you please provide me your expert opinion as to how i can get this working for fieldname = PLANS and hence position dropdown.
    Thanks,
    Rupesh

  • Batch characteristic value not populated!

    Hello guys,
    please would appreciate advice to following:
    I created two reference chars z_goods_receipt (MCH1-LWEDT) and z_created_on (MCH1-ERSDA). Chars assigned to material batch class. During GR in Classification Dates (chars values) are visible, but after GR is saved, in batch chars values are not populated.
    Consequently, I can not use these chars in sorting criterium for delivery batch determination - batches are not sorted acocrding to dates.
    Batches on material level. In Customizing (Classify batches within goods mvt), for mvt 101 setting is 4 (Classification always in foreground (all batches)) - but bug remains even if i try with other options. Check with developer shows not much help from EXIT_SAPMM07M_004 or EXIT_SAPMM07M_004 or EXIT_SAPLV01Z_012.
    Any idea how to populate these chars in batch?
    Alternatively, what else I could use in order to enable FIFO batch determination for batches in delivery?
    Thanks for prompt replies!
    Br, Jan

    Hello,
    SAP reply -standard behaviour. After save in MSC2n values read from MCH1, after that in MSC3N value read from AUSP.
    Issue solved using non reference charactereristic and adding code into ZXMBCU04.
    Br, Jan

  • Freight Conditions not populating on free of charge sales order deliveries

    I need some assistance, please.  I have searched SCN, but have not been able to find a solution to my problem.
    We need to be able to charge freight charges on Free of Charge sales orders and am not able to get the charges to populate in the delivery.  We send the product for free, but sometimes need to charge the customer shipping charges.
    Below are steps I have completed:
    Created custom header condition of ZFRC
    Added to sales order pricing procedure as a manual condition
    (the charge will be updated from external system)
    Created Delivery Pricing procedure containing only my
    freight conditions (also manual condition)
    VTLA settings for item category KLN (free of charge item):Condition Order requirements – 1 Header
    VTFL settings for item category KLN:
    Pricing Type – D  Copy pricing elements unchanged
    Price Source – E  Delivery/Order
    There are times when the freight charges will be added to the sales order, but I also need to be able to add them directly on the delivery.
    When charges are added directly to the sales order, they will flow thru to the invoice without an issue, but when I try to add at the delivery level, they are not populating, which results in $0 invoice.
    I am not receiving any kind of error messages when trying to add the charges.
    We also have this situation with standard orders, but I am not having any problems with it.  I tried to mimic that set up for free of charge orders, but it is not functioning properly.
    Any assistance would be much appreciated. 
    Thanks!

    Hi Amitesh,
    Yes, the condition type used in the Sales Order is the same, ZFRC and it is also a header condition. 
    The condition analysis is not available in the invoice because there is no condition in the invoice.  Below are screen shots of the analysis from the LINE ITEM of the delivery note (there is not analysis available on the header) and the header details of the conditions from the invoice and the delivery.
    Line Item Analysis:
    Delivery Header Details:
    Invoice Header Details:
    Please let me know if you need further information.
    Thank you for your assistance!

  • Ship to party not populating in segment in whsord idoc

    HI,
    we are creating two delivery with ship to party as 52004 and 56003 (two different sales orders with differnt sold to ). the deliveries are trigerring outbound whsord idoc. The issue is in the segment E1ADRM1 segment for WE qualifier , in the field, " Partner_id", the ship to party 52004 and 56003 is not populated. Rather a constant value 32500000789 is populated in "partner_id " field in both deliveries
    Our Abaper is not willing to identiy the same since it is s standard idoc.
    Pls can you help as to w hy ship to 52004 and 56003 is missing in partner_id field and some other value 32500000789 is coming ? all other deliveries are created ok.
    rgds
    Pamela

    Hi Pamela,
    can you Please share some more information like IDoc details. so that v can analyze more.
    Regards,
    VSN

  • Invoice output Condition type not populated for many invoice documents

    Hi Guru's
    Invoice  Out put Condition  type for printing  not populated in the invoice document. Now We need to insert condition type for many  documents to print at a time. We can manually place condition type  at document header level individually for every document. But we have many documents to print.
    plz advice me how to print all these documents
    Thanks in advance.
    Regards,
    Ravikanth

    Hi Ravi
    Just take help from your ABAP team. Record the event in SHDB ask then to get invoice number from excel file and loop the program.
    This will be more faster then LSMW.
    I am giving you BDC code
    report ZBILVF02
           no standard page heading line-size 255.
    include bdcrecx1.
    start-of-selection.
    perform open_group.
    perform bdc_dynpro      using 'SAPMV60A' '0101'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'VBRK-VBELN'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'VBRK-VBELN'
                                  '90010310'.
    perform bdc_dynpro      using 'SAPMV60A' '0104'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'VBRK-FKART'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=SICH'.
    perform bdc_transaction using 'VF02'.
    perform close_group.
    Regards
    Vijay

  • User details are not populating in access request

    Hello All,
    We have configured GRC 10 with LDAP and we are able to search the users in LDAP tcode(find option) and in the access request. But when i select the user and click on ok in the access request, user information is not populating to user details tab. I have followed the SAP Standard doc and configuration is fine. When i select data source as SAP system, user details are population as expected. But when i use LDAP as data source, i am having the issue. I hope this is an field mapping issue but i tried all different options but no solution i found. Kindly help me with your expert suggestions.
    Field mapping is as follows:
    LASTNAME
    SN
    FIRSTNAME
    GIVENNAME
    USERID
    SAMACCOUNTNAME
    ROLE_NAME
    NAME
    MEMBER_OF
    MEMBEROF
    EMAIL
    MAIL
    MANAGERID
    MANAGER
    Regards,
    Jai Reddy.

    I know the path, but how to check it? is it using metaverse search?
    Look at the Runs. Are they succeeding, or failing to connect?
    Remove the Bit 17 and try again.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Values are not populating...

    After selecting the data from LOV the values are not populating in the respective fields.
    i've checked the 'LOV' no problem in that,but im think below coding have a problem.
    declare
         b boolean;
    begin
         :global.job:=null;
         clear_form(no_validate);     
         b:=show_lov('view');
         :GLOBAL.ADDNEW1:=0;
    --     go_block('JOB_CARD_MAIN');
         GO_ITEM('JOB_CARD_MAIN.BRANCH_CODE');
         set_block_property('job_card_main',default_where,'job_no='||chr(39)||:job_card_main.job_no||chr(39));
         execute_query(no_validate);------after this line get execute the values get disappear from the field
         insert into da.mylog(username,tname,mdate,oper) values(user(),'Job Creation',sysdate,'S');
         commit;
    end;
    Pls help..

    Which trigger do you have this code in? I'm guessing it is a Key-ListVal trigger.
    Have you tested the WHE RE clause in SQL*Plus to ensure it returns a record set? Most likely, the query returns no rows which could explain why the block is empty. Also, why are you clearing the entire Form instead of just the JOB_CARD_MAIN data block? Perhaps you should try:
    Go_Block('JOB_CARD_MAIN');
    Clear_Block(NO_VALIDATE);Also, the EXECUTE_QUERY built-in does not have a NO_VALIDATE parameter. It only supports the following parameters:
    ALL_RECORDS
    FOR_UPDATE
    or the combination of the two (ALL_RECORDS,FOR_UPDATE). It also allows you to set the Locking mechinism by passing the parameter NO_WAIT.
    Just a suggestion, try your query in SQL*Plus to make sure it produces a record set and Comment out all the extra stuff in your code and only keep the SHOW_LOV, CLEAR_BLOCK, SET_BLOCK_PROPERTY and EXECUTE_QUERY to see if a row is returned. If yes, then add the rest of your code back one line at a time.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Extended idoc not populating(urgent)

    hi guys
    i have extended the basic idoc type delvry03 and created an extension delvrtext for it.however when i trigger the idoc from an output type the extended segments are not populated.is there a way you can put a break point in the code.if that is possible it will help me a lot.i am using the FM idoc_output_delvry to create this.i tried putting break points in rsnasted as well as the above FM but it doesnt stop and the idoc gets created.please tell me how do i make sure my code for populating the extended segments is running properly.
    please reply as soon as possible.thanks for your time and help.

    hi guys.
    thanks for the reply first of all.srinivas what do u mean by assign the extension to application object?i have done the configuration in we82 where i have attached the basic idoc type and extension to message type desadv. the function module is attached to the process code which is used in partner profiles for the idoc processing.can u explain me in detail.the idoc standard idoc is getting created but not the extended segments.also there is this weird message when i run a check on the partner profiles as follows
       Entry XIDCLNT300/LS/LS/DESADV /                                       
       Message Control entry exists for this entry                           
       Port exists                                                           
       Basic type exists                                                     
       Extension exists                                                      
    <b><u>   Combination of basic type and extension is not possible</u></b>               
       Link exists between logical message and IDoc type                     
    what does this mean any idea?
    once this check is done probably i can go and do the breakpoints.i just have a feeling that i am missing some small thing here.
    please let me know
    thanks

  • SRM user settings not populated

    Hello,
    We are using SAP SRM 7.02 with NWBC and  we are testing this in sandbox.user id has been assigned to sap_all and new and SAPSRM/employee_ehp1 role.
    NWBC Launched --> Click on SRM user settings---> not populating the details/page navigation to details page is not opening.Pls see the screen shots.
    When click on the SRM user settings same page is opening.
    Please provide you inputs to resolve this.
    Ranjit.

    You observation is correct and it is the standard design of such portal roles as SRM Administrator, SRM Strategic Purchaser, or SRM Operational Purchaser to not have "personalization", but only Employee Self Service role.

  • Days supply is not populating in the planning book

    Hi Experts,
    When I select multiple products in the planning book, the value is papulating as total but if I drilled down to individual product then days supply(Key figure) values are not populating in the planning book.
    Please let me know if any idea.
    Regards,
    Hrishi

    From what you mention it looks like you do not use the standard SNP Planning Book. Was the macro inactive so that you had to regenerate?
    When you move a macro from workbench to level change it should not require to be regerated.
    Please check if following macros are active (green) under level change in sequence
    Determine Workdays
    Layout Attributes
    Drill (Level)
    Else compare the macros and sequence in the standard SNP Planning Book with the Planning Book you are using.
    The Day's Supply (All: Day's Supply) and Determine workdays macros are essential for populating the day's supply keyfigure.
    Thanks,
    Somnath

Maybe you are looking for

  • BW Extractor for FS10N Repot

    Hello all, I have seen few threads on BW extractors for FS10N report. I would like to know which is the best BW extractor to use for FS10N report. Is it 0FI_GL_4 or 0FI_GL_10 or 0FI_GL_1? Could anyone please suggest. Thanks, Praveen Tati

  • I can no longer sync my iphone and ipad with my itunes account.  Any ideas how to fix this?

    I am having issues with my itunes account.  When I try to connect my Iphone or Ipad to my Itunes account, neither show up.  I have tried turning off and re-booting all devices and have tried re-installing ITunes on my computer.  Nothing seems to work

  • Noob needs help - PDF Fails to display - Only black screen

    Hi, I am new to FB. I was tasked with finishing up an desktop application that someone else started. They were using FB 3. I got the trial of FB 4.5 and imported the project. Then started the process of learning FB. I am working on a Mac. I got the U

  • Impossible to use CallbackHandler for WS-Security with Jdeveloper 11.1.2.1

    I have created WS client and proxy with JDeveloper 11.1.2.1 wizard. Security: oracle/wss10_username_token_with_message_protection_client_policy. For the callback handler I use the following class (API: http://download.oracle.com/javase/6/docs/api/jav

  • What is the method used for upload of  data

    Hi All, What is the method used for upload of  Data from excel spread sheets to SAP HR. it is Bulk Data from many countries.LSMW or BDC Session Method? what are country specific infotypes used for PA and OM. can u plz give the list of country specifi