Carry matnr from line item to search help parameter??

Hi All,
        Is it possible to have a line item material number carried forward into a search help parameter field automatically? So say a user has entered material 123456 in sales order line item and now wants to use the F4 help in the batch field for that line item, is there a way of having the 123456 matnr in the material number parameter on the search help when the dialog opens?
If so how is this achieved?
Many thanks.

Hello Friend,
I think it is possible..if user is agree to press 'Enter' after entering material number...
so that it goes back to any event and you catch the material number in runtime...
and with that Material number change the value of global parameter of material number ( you can check in data element )
{ SPA )
after that if user press F4 in the batch field...materiial number
Hope it will solve the problem.
Regards
Krishnendu

Similar Messages

  • Creating a Summary Cube from Line Item Cube

    Friends,
    1. I have a GL Line Item cube that gives me item level information
    2. As I needed to create a summary cube I copied line item cube adjusted dimensions (removed Line Item) and activated it.
    3. When I loaded the summary cube from Line Item cube I got same number of transactions
    What have I missed? I want to summarize the info at GL Account level; or at any other info object level.
    I have done this before but it did not work this time. I think I have missed a step.
    I will be looking forward to your recommendations!
    Thanks for reading this!
    Ram

    Hi,
    Just removing tick against Line item will not work. You have to remove that characteristic from the cube. As this characteristic is High cardinality , you need to remove it from he cube.
    Decide at what level you want to have aggregated data and keep only those characteristics in the cube.
    Regards
    SS

  • Withholding tax information missing from line item

    Hi Gurus,
    We have created a vendor invoice in SAP. The voucher processed and paid has withholding tax of 1,333.00
    But if you display the vendor invoice and click on the withholding tax data button, it says that withholding tax information missing from line item.
    Kindly advise how could this happen when the vendor account has maintains withholding tax code and the payment document also has withholding tax information.
    Thanks,
    Ellicec

    Dear,
    Please check the following:
    1. The withholding tax types and indicators must be defined as Liable'.
    Please check this via vender master data (fk02).
    2.Please check field status group for withholding tax fields in
    transactions OB14 (inserting the field status variant of the Company Code oby6 and the field status group of the g/l account that You can find running FS00) and OB41 (posting key, in DP case 29). Check the account group for the GL account
    assigned to the vendor reconciliation account in FBKP.
    These should be set as "optional".
    Select group --> Taxes
    Suppress Req. Entry Optional Entry
    Withholding Tax Code X
    Withholding Tax Amounts X
    regards

  • Urgent - "Vendor balances carried forward and line items report."

    Hello,
    Is there any report which will give me the vendor balance carried forward and the line items during that period.
    ==============================================
    Format-
    eg: statement taken from 1.8.2006 to 30.9.2006 is required as
    Bal b/f …………………………… 25000 cr.
    3.8.2006 Purchase Inv XXX ……   3000 cr.
    5.9.2006 Payment Chq XX ……  26000 dr.
    Bal c/f ……………………………  2000 cr.
    ==============================================
    Please advise on this.....
    Regards,
    J

    thanks for the response, but i have already tried those transactions.
    FK10N will give me the periodic bal statements and NOT line items display which will also have balance carried forward.
    F.41 and F.43 again gives the periodic and line items...but i want the vendor balances to  be in the format given above..
    like say, account statement.
    Please advise............
    Regards,
    J

  • How to populate data from screen on to search help field

    Hello all,
    I have a requirement in which for a field i have attached a search help and i am calling the search help by using the FM
    F4IF_FIELD_VALUE_REQUEST it is working fine.
    I have one additional requirement that whernever any data is entered on the screen field say ( A* ) then F4 is pressed on the search help in the field this value must be considered. Now it appears blank but i want this data to get populated from the screen
    field how can i achieve it.
    Warm Regards,
    Naveen M

    hii naveen,
    YOu have to make use of the function modules:
    DYNP_VALUES_READ Read screen field values before PAI field transport
    DYNP_VALUES_UPDATE Change screen field contents w/o PBO
    Each of which is very well documented
    or
    trigger the drop-down in POV.
    PROCESS PAI.
    FIELD <FIELD>.
    PROCESS ON VALUE-REQUEST.
    FIELD FIELD MODULE F4HELP_FOR_FIELD.
    MODULE F4HELP_FOR_FIELD.
    > Call search help: see the fm VRM_* to manage dropdown list
    DATA: DYNAME LIKE D020S-PROG,
    DYNUMB LIKE D020S-DNUM.
    DATA DYNPFIELDS LIKE STANDARD TABLE OF DYNPREAD WITH HEADER LINE.
    DYNPFIELDS-FIELDNAME = <other field name>.
    DYNPFIELDS-FIELDVALUE = <value>.
    APPEND DYNPFIELDS.
    CALL FUNCTION 'DYNP_VALUES_UPDATE'
    EXPORTING
    DYNAME = DYNAME
    DYNUMB = DYNUMB
    TABLES
    DYNPFIELDS = DYNPFIELDS.
    ENDMODULE.
    rgrds,
    Shweta

  • Service Entry sheet creation - Using a diffent contract diff from line item

    Hi,
    Here is the scenario...
    I have a services purchase order referring to contract  and its service item with services ( service masters) attached to it.
    And the PO  item is a limit item with some limits maintained on the limits tab, but contract reference is specified at the limits level it is only at the line item level.
    System version : ECC 6.0
    Lets say PO number : 123456789
    Lets say contract number and item is : 2323232323  item 10 ( Account assignment U )
    My supplier is : 111111111
    Now I am creating the Service Entry sheet  and I am trying to add the services  ( services selection button)  I get a pop up to  search for services  by certain selection criteria  and one of them is purch document ( remember it doesn't pre-populate and grey out the purch doc field with that the contract number from the item level) and now I can select any service contract that belongs to any supplier and select the services from it and complete my  SES.
    So lets say the contract from which I chose the service is : 3232323232
    And the supplier on the contract is 2222222222
    Is this a valid scenario or not?
    Has any body ran into this situation  before?
    Hope I was clear in explaining my scenario....  
    Thx,
    Krishna.

    Hi Krishna,
    the External Services Management distinguishes between planned and unplanned services.
    In case you have ONLY limits, no planned services in the PO item, it does not matter if you have entered a contract number into the PO item - in this case this contract will be not a real reference for your services.
    If you have entered limit values only as overalllimit and expected value and you did not enter a contract limit on the contract limit tab, then you will not have a special contract reference on unplanned level neither.
    In this case it is NOT an error when you start the entry sheet creation and you can select services from other contracts or purchase orders against your limit values in the PO into the entry sheet.  The system does NOT check for a different vendor when you select services from other documents than the contract which you have specified in your PO item, because it is NOT a real reference - nor on services level as you have only limits in your PO item, nor on limit level since you have NOT entered a contract limit into your PO item.
    In order to understand this process please study the unplanned scenario and contract reference scenarios.
    Regards,
    Edit

  • To Change Commitment Item(FIPOS) Search Help in PO

    Hello All,
    I am having a requirement like this. Please help me in this regard.
    While creating PO with ME21N, There is a field Commitment Item(FIPOS) in Account Assignment Tab. I need to change the Search help of that filed. ( That means - while pressing F4-HELP, The Data from my Z-TABLE should appear as the Help )
    How to implement this logic?
    Is there any User EXIT or something ?
    Please help me.
    Regards,
    Lijo

    Hi John
    you will be using a search help exit for this and you can populate your own data using this... get the search help name of that field
    SE11> search help > <search_help_name> in the definitions tab you will find a search help exit.. if and exit is already there you can make the changes to it.. or create your own search help exit and follow my search help exit code to accomplish your task.
    [My Weblog|https://wiki.sdn.sap.com/wiki/x/du0]

  • Financial reporting and balance carry forward at Line item level

    Hello
    We are in the process of implementing a new GL and using it to create Balance Sheet and P&L statements in BW.
    We have installed the new datasource for GL line items 0FI_GL_14 and loaded the data to a DSO. Installed the 0FI_GL_10 (totals infosource) as well.
    Also we created a custom infocube on the line items DSO and want to use it to report against a Financial Statement Version. In order to do that we created a
    virtual cube with the FM and added the necessary Financial Statement Item and other key figures in the virtual infocube.
    Now I want to know is it the correct way to create financial reports?
    Can we load totals and Line items to the same infocube? Do we have to load totals to a different DSO/Cube or same Cube?
    How do we address the Balance Carry Forward on the Line items cube? Since the balance carry forward is done on totals only, and the cube I created is a detailed cube is it possible to carry forward balances at that level?
    Also can someone let me know what is the best approach to create financial reports and give drill down capability at the document level?
    Thanks in Advance
    Raju Kosuru

    Now I want to know is it the correct way to create financial reports? 
    NO .. Its not.
    Can we load totals and Line items to the same infocube? 
    NO
    Do we have to load totals to a different DSO/Cube or same Cube?
    Yes.. SAP has delivered C10 for Totals and O14 for line items... No point in creating cube for line items i.e. on top of O14.
    Balance carry forward can be done on  totals only (that is how totals extractor _10 is designed), U can not do that on the Line items. Pls contact functional consultant for clarification
    Best approach is RRI (Jump targets) for _10 report to _14 report to give drill down capability at the document level.

  • Tax amount from line items

    Presently developing a report for which want Vendor Invoice line item tax details along with other details like material no, quantity.
    For example, a MIRO invoice, have 2 lines having different materials. On what fields do I link BSEG and BSET (apart from BUKRS + BELNR + GJAHR) so that I will get tax amount for the individual line items.
    If i use FM CALCULATE_TAX_FROM_NET_AMOUNT or CALCULATE_TAX_ITEM
    it provides tax for each line item but how to link this BSET line item detail to BSEG from where want to read material no and quantity information.
    BKPF and BSET on BUKRS + BELNR + GJAHR give only consolidated tax amount. But requirement is to have individual line details.
    kindly resolve.
    anya

    Hey Anya,
    I am facing the exact same issue. Could you share the solution please.
    Thanks,
    Shobhit

  • From line item text field in Fi not posted to COPA characteristic field?

    How do you create the link from the Line item Text field in FI to a characteristic field in COPA?
    I tried to create a characteristic field Text. from the domain VBELN in COPA.
    Although I can post from CRM the contract number to the Line itemText field in FI posting,
    I can't get this contract number to post to a characteristic field in COPA.
    Thanks,
    Sony

    program a bdc to tcode fb09
    A.

  • Passing delivery date from line item in ME21N to VOFM

    Hi to all,
    I need to modify pricing on the purchase order (ME21N), so that the pricing condition PB00 would use the delivery date (EEIND) from the line item instead of the document date.
    Working with the functional analyst, we decided to create a condition value through transaction VOFM (we created 600). I found the which date to override (komk-prsdt). My problem is that I can't find the line item delivery date. I found structure KOMP, which seems to have other line item info, but not delivery date. I have gone through every other condition out there, but if they use L/I info, they get it from KOMP. I can't find the delivery date anywhere. I'm running in 'debug' with a specific date so I could tell if I found it.
    Can someone tell me how to pass EEIND to the routine, or find where it is? Thanks in advance.

    thanks

  • CO-PA extractor not showing certain characteristics from line item table

    When I create a Cost Based CO-PA extractor in KEB0, I do not see all the characteristics from the line item table CE1XXXX for selection. For eg.COPA_BWZPT.As far as I am aware of, there are no settings to make characteristics show up in the extractor. What determines whether a characteristic from CE1XXXX shows up in the extractor or not? Any inputs would be appreciated

    did you check other copa tables?

  • Totals differ from line items

    Hi,
    We are running report S_ALR_87013620 for a particular cost centre. When the total on the front screen for commitments is more than the total of the line items it displays.
    Any idea's???

    Resolved using RKACOR04,

  • Search Help Parameter Default - Problems with VKO and VTW in Sales Order

    Hello,
    we've implementend an own serchhelp for the material-search.
    The fields VKORG and VTWEG have the default VKO and VTW.
    If I open this searchhelp in VA03 those values are not filled, if I open it in MM03 or ME23N those values are filled.
    My user has the VKO and VTW-parameters set.
    We have no custom "preselect-code" implemented.
    If I change the values to VKU and VTW the output is the same (works in MM03 / ME23N but not in VA03) (copied default values from MAT1S search help, didn't change my user parameters!)
    What could be the problem?

    Our searchelp was in our own append ZA_SD_MAT1.
    Solution:
    We deleted this append and added our search-helps to SD_MAT1 and now everythings works in mm03, me23n and va03.

  • Search Help parameter not passing in FM

    A  Search Help ZAMCH1 is included in collective search help MCH1.Within it an elementary search help  ZMME_CHARG2 is included.In  this Elementary Search Help, a parameter 'CHRUE' ( Inventary Indicator) is there with data element 'ZMM_CHARG_IND' and default value 'X'.
         But this parameter is not passed into the search help exit i.e. the function module.All other parameters are passed correctly in structure 'shlp-selopt' except CHRUE.So the indicator is always blank in FM.what might may be the reason and remedy ?

    Since your search help starts with the letter Z, it is a custom search help.  So we can't look at the code to see what might be going on.  You can try posting more specific information from the search helps here, and then someone might be able to help you.
    - April King

Maybe you are looking for

  • Can muliple DVD scene paths be created in a template

    Hello all, I am trying to edit some of the DVD menu templates. Is there a way to have a Scene button, then have like an Extras button and have them point to different second level menus? I know the typical Scene button will create or enable additiona

  • How to get a gmail style thread / conversation view

    Does anyone know of a plugin or hack to allow viewing of threads or conversations in Apple Mail the same way the gmail does? Mail's "Organize by Thread" only goes halfway and lacks three critical aspects of gmail's "conversation" method: 1 suppressio

  • Preview converting PDF to JPEG

    I'm unable to convert a 4 page PDF to JPEG. Every time I try, Preview converts only the page it is displaying. I choose all 4 pages of the PDF but always end up with only one page converted to JPEG. What am I missing?

  • Backups - Files still locked after beginarchive

    We are using Commvault to backup the files on our UNIX server. We have created a script to run before the backup starts. The script does this: DISABLELOGIN "appname"; DISABLELOGIN "appname2"; LOGOUTALLUSERS "Y"; BEGINARCHIVE "appname" "dbname" "appna

  • Should I re-install Photoshop Elements 10 installed using wrong disk (Disk 1 32bit on a 64 bit CPU)?

    I installed Adobe Photoshop Elements 10 using Disc 1 for Windows 32 bit on a Windows 7 64 bit computer instead of using the correct Disk 2. Should I uninstall and re-install using Disc 2 in order to get the full benefits of the program, or does the D