Batch input: help to  delete a field

Hi, I have a little problem with my program, My program have a field PLMKB-QMTB_WERKS, I need to clear this field but I can´t, I dont Know why I can´t to delete this field, If I put another value like '9999' the program take this value, but If I put '     ' or SPACE, it dont do it anything.
I appreciate your help.
Thanks

Hi,
Check if you are clearing the work area at the end of the loop. Once the record is processed from the work area , you should clear it before starting the processing of next transaction.
Regards,
Siddhesh

Similar Messages

  • Batch input help

    HI,
    I wont to avoid message in TR. cne1 .
    when i put project & i remove the V from Processing Options (test run) And Excute i get pop-up with text:
    Actual values can be deleted and i don't wont it (pop-up)
    how can i remove it?
    i try with batch-input but i don't success .
    how i can do that?
    i reward kindly for helping answer .
    Regards

    Hi Ramiro Escamilla ,
    Thanks for your replay i am desperate,
    i try K_ABC_PROGR_DEGREE_FOR_PROJECT
    but it don't exist,
    i find Enhancement GRWTAUTH maybe i can do it in it?
    i don't now to use user exit maybe you can give me direction?
    Best REgards

  • Batch inputs sessions got deleted

    Dear All,
    We have a major issue on our SAP Production server. We have executed the report RSBDCTL2 as a background job RSBDCTL2_300 on 29th May 2010 with delete option. This has deleted all the batch input sessions that were existing in SAP Production server. It has impacted severly our monthly closing.
    We have also executed the report RSBDCREO which have deleted the logs of these sessinos as well.
    We want restore all those sessions on priority. Please, suggest immediate work around. (Apart from restoring the backup)
    Thanks and Regards,
    Kedar

    Rishi,
    RSBDCTL2 jobs deletes the sessions that exists in SM35. Rescheduling the jobs wont help. Also restore is not the right option as we might have to restore the backup of 28th May i.e. 4 days old.
    Is there any other option or report that can restore these sessions?
    Thanks and Regards,
    Kedar

  • Disable input help for a webdynpro field in ESS

    I need to disable the drop down capability of a field in ESS (field is "Bank Key" available in the ESS page "Bank Information"). So I need the field to stay visible and ready for input... I just want the input help to not show up (the entries in the input help are not applicable to the user and they confuse them).  how can I do that?
    Tiberiu
    Edited by: Tiberiu Sasu on Apr 27, 2010 11:25 PM

    Just throwing ideas around...
    you could create a custom field which is of the same length as bank key - but no value helps etc assigned to it. Add this into the CI_append structure of the bank details structure used by ESS.
    Then in the inbound and outbound mappings - UI conversion class BAdIs move the bank key to and from this plain text field and into the "real" bank key field.
    You could then "decorate" the iView with the additional customer field and hide the standard bank key field.
    Sounds like a lot of bother! But depends on how much you dislike modifying standard WD Java apps (personally I'd put that in the definitely worthwhile basket - maintenance after support packs on WD Java is not fun!)
    Cheers,
    Chris

  • Input Help for TIME type field

    I saw below discussion regarding a dropdown for a "TIME" type field.
    Re: Time Search Help
    It's a resuable component (that Thomas Jung created) and find it very slick.
    I just couldn't make it to work. I'm getting a dump when I pressed the dropdown on the "TIME" field.
    I was wondering, has anyone used this in conjunction with select-options (WDR_SELECT_OPTIONS) ?
    I'm getting a system-dump, "Component usage VALUE_HELP does not exist". I double checked the name that I used on the "USED COMPONENT" tab and it is VALUE_HELP.
    During method ADD_SELECTION_FIELD (for IF_WD_SELECT_OPTIONS) I'm using two parameters I_VALUE_HELP_TYPE = 'APPLDEV' and I_VALUE_HELP_ID = 'VALUE_HELP'.
    Maybe I'm not using the right parameters ?
    Anyway, I would appreciate if anyone could give me directions to correct the problem.Or maybe there is another and better way of having an input help for a "TIME" type field on select-option.
    Thanks.
    Vic

    That is because the TIME is a freely programmed value help and freely programmed value helps are not supported by the Select-Options component.  That limited is listed in the online help:
    Type of input help specified as type IF_WD_VALUE_HELP_HANDLER.
    Note that only ABAP Dictionary-based input help and OVS input help are supported; freely programmable input help is not supported.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/45/bf07361248003de10000000a11466f/frameset.htm
    The reason for this is that the freely programmed value help is accessed via a component usage.  The Select-Options however are a separate component. They have no declaration to your components, component usages.  Therefore they produce the error that the component usage doesn't exist - which is correct.  It doesn't exist in the Select-Options Component.

  • Adding Input Help to a Field in WebClient

    Thanks Tanja for the input but I need to add input help to the u201CValueu201D field in conditions for alert rules to facilitate the input of Sold-To Party values. For example, the user can click the input help icon and that select the desired Sold-To Party from the list.
    I inadvertently deleted my original posting so I am reposting again.
    Thanks,
    bam

    Hi Corwin,
    You can have Process on Value-Request on your screen where the field exist. You can use SE80 to edit the screen of the function group that table maintenance generator created.
    1. Edit the screen using SE80.
    2. Place a 'process on value-request' at the bottom of the flow logic.
    3. Below that, put this line
    field fieldname module get_help.
    4. Double click on GET_HELP and create an input module pool program.
    5. In this module pool, pass the values of the other fields in your screen to the function module that can provide you the list of values
    6. Use function module F4IF_INT_TABLE_VALUE_REQUEST within this module pool to popup the values.
    However, please keep in mind that the values from other fields on the screen are not populated in its field unless you hit enter.

  • Delete only own batch-inputs

    Hello,
    I am having some problems with batch input authorizations. I want to give users authorizations only to delete the batch-inputs which have been created with their own user. I have seen the object S_BDC_MONI, but this object does not allow me to indicate that the user is only authorized to delete his/her own batch-inputs. Is there an standard authorization object that allows users only to delete their own batch-inputs?
    I have also checked the possibility to create my own authorization object, the same as S_BDC_MONI but with a new field where I can indicate that only the own batch-inputs can be deleted. But if I do it will SM37 check this authorization? I don't want to indicate the user in this field, because then I would need a new role for each user. I need a field (similar to PSIGN) where I can say each user can delete only their own batch-inputs.
    Any idea?
    Thank you very much in advance.
    Regards,
    Maite

    there's no solution to your problem, i'm sorry.
    S_BDC_MONI only checks the name of the batch-inputs, not the creator or the username with whos authorization it is run.
    creating your own object will only work if the calling program (SM35, SM37 ...) does the counterpart of the checking using authority-check. so simply creating an object and adding it to a transaction with SU24 will not work without the coding of the caller being adjusted. of course, this would be a major modification.
    all you can do is to adjust your batch-input creating programs to apply those names to the batch-inputs that you can easily cover using S_BDC_moni.

  • LSMW  Field Mapping: can't map Batch Input Structure for Session Data

    In step 5 Maintain Field Mapping and Conversion Rules, I can not see Batch Input Structure for Session Data Fields.
    Can somebody tell what's wrong?
    Here's what I see:
    Field Mapping and Rule
            BGR00                          Batch Input Structure for Session Data
                Fields
                BMM00                          Material Master: Transaction Data for Batch Input

    Hi Baojing,
    To see structure BGR00  you have to map this structure first with input file structure in step 4 (maintain structure relationship).
    Regards
    Dhirendra

  • Clearing receivable items by batch input

    HI all,
    in account receivable scenario my question concerns automatically clearing items (program RFEBBU00 create a batch input session) by using reference field instead of document number. I am not able to do it by customizing.
    Can you help me?
    Regards
    Federico

    F.13 program SAPF124 is used for automatically clearing customer accounts.
    You can choose the required field that shall be the criteria in IMG
    SPRO>IMG>Financial Accounting>Accounts Receivable and Accounts Payable>Business Transactions>Open Item Clearing>Prepare Automatic Clearing.

  • RFBIBL00 - Batch Input Error

    Hello Friends,
    I am using RFBIBL00 to create GL postings. I have used this program successfully before and never had the following issue:
    RFBIBL00 creates a batch and when the batch is processed I get the following error: Field COBL-PRODPER does not exist in the screen SAPLKACB 0002. I my test, I was trying to create a basic document just with one simple debit and credit entry. Could this be a config issue? Any input/help will be greatly appreciated.
    Thanks,
    Sam

    well, it worked. i was instantiating the batch input structures but somehow some fields including prodper were not affected (maybe because they were extended fields?).
    anyways, rob - your post made me to think that prodper is going into the batch input process without / (no-data character) which was correct!
    thanks!

  • RFBIBL00 - issue in Batch Input Session created

    Hi Experts,
    I am Posting a document thru FB01, for this I am using RFBIBL00 and RSBDCSUB programs to create a Batch Input Session,
    I have filled all the required fields for structures BBPKF, BBSEG and BBTAX, but the session created is not processed successfully, while processing it in Foreground, I am getting a Message saying 'No batch input data for screen SAPLKEAK 0300 '.
    Can anyone please help me on this.

    Hi Experts,
    Now I have 2 errors in the Batch Input Session Log,
    1. Field COBL-PRCTR(Profit Center). does not exist in the screen SAPLKACB 0002
    2. Field DKACB-XERGO(Details - Its a check box in the screen). does not exist in the screen SAPLKACB 0002.
    But I can see that these filelds are existing in the screens, can anyone let me know why this error occurs.
    This is occuring after COPA generation with new fields.
    I am trying for a OSS Note also, but I am not getting any. Please help.

  • About FI DOC batch input, Urgent!

    Hi,everybody,
    When we use RFBIBL00 to do fi document batch input,we got the error:field cobl-xxxx not exist in SAPLKACB0002, all coding block fields did not show in the customize coding block screen,but if we use fb01 to create a fi doc directly,the coding block screen was good,but in the sm35 session,the SAPLKACB0002 screen did not contain the coding block fields. Does any one can help? Thanks !
    Pole
    Message was edited by: gw gw

    Had a quick look at the code for that program which appears to call RFBIBLG0 to build the BDC.  I would run it in debug and see how it builds the screens .  There is a bunch of condition based processing around the COBL fields in the program.  Without your input data file and the exact configuration of yours its hard tell what might be happening.   Debug mode is your best bet, and walk thru it...
    good luck 
    J
    Message was edited by: J.J
    Message was edited by: J.J

  • Input Help in BSP application

    Hi,
    I need to associate standard and custom input helps to a custom field in the standard BSP of Opportunity in the Details tab. I don't know nothing about this so where can I find some documentation?
    I want to understand the meaning of:
    Field Name --> Obj. Type
    Method
    Field --> Object ID
    Field Name --> Method
    Example:
    How the standard Input help COMM_BUPA_SEARCH for the field PROSPECT_LIST is linked to the standard Search Help BUPA? 
    How can I create a custom Input help?
    Thanks a lot,
    Sara

    Hi Shailaja,
    I've recuperated the PCUI book and I'm implementing the method FILL_DROPDOWN_LISTBOX but I have an error in htmlb code:
    <htmlb:dropdownlistbox>: (table) Table does not have FIELDNAME column from nameOfKeyColumn attribute
    What does it mean? I'm using the standard BSP so I don't have the html code.
    Have you any idea?
    Thank you for your help,
    Sara

  • Problem about House Number of Vender Transfer by using LSMW+Batch-Input

    Hi,
    anyone has met the same problem?
    by using LSMW+Batch-Input method to transfer vender data the field House Number cannot be added.
    Object: 0040 Vendor Master
    Method 0002 Shared
    Program Name RFBIKR00
    Program Type B Batch Input
    Thanks in advance!

    in Vedndor master LSMW batch input method there is no field for House Number , we have only one filed
    (STRAS)for street and house numner in LSMW.
    first create the vendors after that update through XK02
    for this you can write program small LSMW recording  method
    using below fileds
    LIFNR                          C(010)    Vendor
    BUKRS                          C(004)    Company Code
    STREET                         C(060)    STREET
    HOUSE_NUM1                     C(010)    HOUSE_NUM1

  • "Structure search" and "free search" in input help

    I need to have an input help for my PERNR field, right now i am using search help PREMN and calling FM F4IF_FIELD_VALUE_REQUEST inorder to display the input help. But, in addition to this, i wnat the tabs "Structure search " , "Free search" to be displayed in teh input help pop up screen.
    How can i achieve this?
    Thanks,
    Vasuki

    Hi Vasuki,
    Just write it this way
    parameters:p_pernr type pa0001-pernr matchcode object PREM.
    Now once you hit f4 help. The search help will be displayed with all tabs, once you choose the free search tab the respective screen will be displayed.Now if you want to return to other tabs you must choose the button in bottom of the free search screen which is in between "Green tick mark" and "Close button".

Maybe you are looking for