LSMW: recording EA16 filling row text

Hi Experts,
I'm facing a problem with filling the row texts when i'm making mass manual billings with EA16.
I've made a recordig of the transaction EA16 for LSMW that works fine. The billing documents are corrected but no of the has  row text.
Does some know if there's a BADI, Standard Batch or IDOC I Can use to create manual billings and where the row text can be filled?
Kind Regards,
R.L.Groener

Hi
You might want to have a look at following functions:
ISU_S_MANUBILL_CREATE
ISU_S_MANUBILL_CHANGE
Yep
Jürgen

Similar Messages

  • Interactive Report - Include Non-selected Column in Row Text Search

    Hi,
    We have an interactive report that contains many columns. NAME VARCHAR2(30), TYPE VARCHAR2(30) etc and DESCRIPTION VARCHAR2(4000).
    Normally the DECRIPTION column would not be shown (avalilable for dispaly via 'Select Columns' but not selected), however we need the default Row Text Search (ie direct entry into the search field instead of creating a column filter) to search the DESCRIPTION field wether it is selected for display or not.
    This will allow the user to enter a term that may be contained in the DESCRIPTION to find records without trying to display a 4000 character field in the report - which just looks horrible.
    We are using ApEx 4.1.1.
    Thanks,
    Martin Figg

    Hi Ray,
    As I expected this has got us very close. We went with the code:
    select
    facility_id,
    facility_name,
    '<span title="' || facility_desc|| '">'||substr(facility_desc,0,50)||decode(sign(length( facility_desc)-50),1,' (More...)',NULL)||'</span>' facility_desc,
    equipment_id,
    equipment_name,
    '<span title="' || equipment_desc|| '">'||substr(equipment_desc,0,50)||decode(sign(length( equipment_desc)-50),1,' (More...)',NULL)||'</span>' equipment_desc,
    from
    rf_full_item_list_vwhich works well. The only issue is that when you download to csv you get the html tags etc as well. Put I am a lot closer to a solution than we were.
    Thanks again.
    Martin

  • How to auto fill unicode text in "Form" of htm file?

    many records to fill and update through web
    could I fill the form automatically by computer while there some Asian wider code ( still unicode)? ( text file is there.)
    If you have code, just give me some. Thank you a lot.

    Thank you every honest person who reply myquestion.
    I am in swjtu. You could visit www.swjtu.edu.cn.
    My mail is [email protected]
    Please give me your code. Thank you again.If you are a teacher at that school, then you must
    have an e-mail address which ends with
    @swjtu.edu.cn. Please provide such an e-mail
    address, and I will send you the codes.oh, I have no address in our school for the reason that email box is not free. If you had code you could read it and tell me the main points. That's ok. Use java is my favorite.
    Thank every body no matter what you think our target is.

  • LSMW Recording with multiple lines

    I am creating a recording in LSMW for VA02 - Change Sales Order. My source file contains several lines from the same sales order, the sales order number is maintained in one of the columns. The order originates from an IDOC LSMW I will run ahead of the recording. When running batch input the recording only seem to apply to one line.
    Is there any way to make the recording take the rows and item number into consideration and give me input for all line items?
    /Erik

    A recording is static, if you record maintenance of 1 line, you get only one line per order.
    If you record 2 lines then you get only 2 lines, and in case you have only 1 line in the source you even get a problem in loading.
    For a flexible requirement you cannot use a static recording.
    Use the SAP given methods to be flexible.
    They provided a direct input, Object 0090 Method 0000 program RVINVB10
    and there is also a IDoc with message type SALESORDER_CREATEFROMDAT2
    and a BAPI BUS2032

  • LSMW recording for different numbers of materials

    Dear all,
    In the LSMW recording-trcode at VBO1- I enter material codes. But the number of  material codes are changeble. For instance for a customer I can enter 5 material codes; for another customer I can enter 12 material codes. For this reason,
    I created recording template for 15 materials.
    When I run the LSMW it gives errror. because I entered 3 material for a spesific customer. It wants other 12 material codes.
    As result;
    How can I create a template for various numbers of materials?
    For example
    customer1 I want to run LSMW for  3 materials
    customer2 I want to run LSMW for  5 materials.
    Thanks

    Hi
    I am not exactly sure of the problem, but you have 15 material columns refering to the line items possible in ALL sales orders/contracts.  Ensure that you have a ZERO in the colomns not being posted to.  The zero in Excel has to set to text I think, but check the SDN for further on that matter.  When you save as a text file, or CSV file, open it with wordpad.  You should see the 0 there, if not search SDN.
    Something else you can do is the have the field names that become you source field in the LSMW.  See Maintain source fields in the LSMW.  Use the field names that you have given there as the excel file's header line.  i.e.  line 'A'.  When you select your file to be loaded under 'specify fields', tick the box : - Field names at start of file.
    It will then only take the amounts that are there and not put the amount in the next place.  I am not sure with recording in SD, but record the item numbers from a static 10,20,30,40,50 .....ETC TO 150.  Then have source fields for all 15 line items.
    You could have another material created as a non-valuated material and so it won't post anywhere.  Add this material where necessary.
    Hope this is of help
    Kind regards
    Dawn

  • Lsmw recording does not read Scroll down

    Hi expers.
    This is not MM RElated question but there are more experts here..You may help us
    WE have mass data to introduce by VK11.WE want to use LSMW recording.
    But the problem;
    We input condition type,then we have to select key combination.But we have to scroll down to click key combination.And lsmw does not read sroll down and select the first key combination instead of ours.
    İs the any solution to solve tihis problem..
    Thanks in advance..

    Your BDC in lsmw will look something like this...
                                                  T   VK11     BS AA X   F
    SAPMV13A     0100     X                                                                               
    BDC_CURSOR      RV13A-KSCHL
                                                      BDC_OKCODE      =ANTA
                                                      RV13A-KSCHL      ZCON
    SAPLV14A     0100        X                                                                               
    BDC_CURSOR           RV130-SELKZ(03)
                                                      BDC_OKCODE       =WEIT
                                                      RV130-SELKZ(01)
                                                      RV130-SELKZ(03)      X          <<<<Change this number to the row number of the key combination
    You see the 03, it will put the radio button at row 3, if yours is 9, make it 09 and see.
    Edited by: Jeevan Sagar on Feb 3, 2012 6:01 PM

  • Re: Dynamic Action is not triggering in LSMW Recording

    Hello All,
    In SAP HRMS personnel actions if i do using LSMW Recording it is not triggering  the dynamic actions.
    Is there any mechanism to Trigger dynamic action in LSMW Recording ?
    How to find the differences in process with and with out recording ?
    Small help is also highly appreciated.
    With Regards,
    Sunil,
    +91-9903695384.

    Yes. Do one  thing. First study the dynamic action. Try to understand what the dynamic action is doing. Is it creating data in other infotype or is it updating some other table. Once it is clear what the dynamic action is doing then you can try to implement the same logic in LSMW. In LSMW there is a provision to add more than one recording and this recording can be called based on some logic..
    Thanks & Regards,
    Sandip

  • Repeating row texts when exporting web report to Excel

    Dear all,
    When exporting a web report (including a structure/hierarchy) to Excel (via the 'export to excel button), the row texts (e.g. balance sheet texts) appear twice (column A and B)in the Excel result.
    When using the web context menu 'Export to Excel' this issue does not occur.
    I am using a BW 3.5 system which has been upgraded to support pack 16.
    I assume it is the combination of the structure and the 'export to excel' functionality that does not match up, because when I switch off the hierarchy functionality in the web report query properties, the export to excel does not give me any problems.
    Does anyone know how to solve this issue?
    Thanks in advance,
    Arjan.

    Did you write that software, COTS package called Medgate?
    If not then ask that company for support. No one here would know how to fix it. They are using the CR RDC report engine.
    Thank you
    Don

  • How to fill Long Text in Accounting document in the item level.

    Hi,
    I need to fill Long Text field in item level of accounting document from the header texts from Billing header(say billing instructions)
    I checked the user exit EXIT_SAPLV60B_008 but it didnt worked in my case. I have read the billing instructions in the Billing header using FM READ_TEXT but I am not able to save this text  using FM SAVE_TEXT because  for the field Long Text  the parameter TDNAME is a concatenation of BUKRS(COmpany code) BELNR(Accounting doc. no.)  GHAJR(fiscal year)  BUZEI(line item) .
    But I am not able to capture this accounting doc. number in the mentioned user exit instead I am getting Sales Invoice number and hence not able to give TDNAME parameter for FM save_text.

    Hi Amit,
    In application area FINANCIAL ACCOUNTING , go for node LINE ITEM. Here create a step & maintain the prerequisite as per your requirement & in the check you can mention the code or you can direct it to a custom program like ZFI_RGGBR000.
    Here while maintaining the check you will get structures BKPF & BSEG in which you will get the desired field you are looking for.
    Just try to explore in your system how the other validations are maintained.
    After you are done with all your code, you have to run the regeneration program RGUGBR00.
    Here utmost care should be taken while running regeneration program, you should select all the checkboxes in the selection screen except  GENERATE SETS, GEN SUBSTN ROUTNS IN ALL CLNTS  & TRACE PROG. GENERATE CALLS .
    Hope this make your doubt clear.
    Regards
    Abhii

  • LSMW Recording for multiple line items

    Hello Gurus,
    I just wanted to know if task list has more than one operation can be loaded thru LSMW recording ? If yes,
    COuld anyone tell me the process of recording step by step as I am new to recording and not sure what is the flow.
    I have created spreadsheet with some data to test and went into LSMW and assign the mode as recording and also had given the values in the respective tcode and save it..after that do I need to perform all the 14 steps ?
    Pls advice
    Mahee

    Hi
    Please go through the below document. It is difficult to explain you completely.
    LSMW while creating first 6 steps need to be once. Later on same LSMW can be used directly from step 7.
    The below explain is for some other tcode. but steps will remain same in LSMW for your tcode.
    http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc

  • Recording paragraph to a text file

    mmm hello everyone, this is HRaito, just started learning java and quite confused at the same time.
    With java i understand how to write a line or a text to a textfile, but how do i write several lines of text(or a paragraph) to the textfile? Do i have to create an array so that after time the user presses enter, it creates a new string object to read the input? If so, how on earth do i create the new object. Plz help.
    FileWriter fw = new FileWriter(-File Name-);
    PrintWriter output = new PrintWriter(fw);
    Scanner kb = new Scanner(System.in);
    String choice = kb.nextLine();
    output.print(choice);
    output.close();
    fw.close();

    I want the program to record several lines of text, not just one.
    So if i type the following in the program, ::
    Windows is no good
    Caramels are good for you
    Sugar is my one true love
    in the textfile, the input shoud be recorded exactly in the format it was typed::
    Windows is no good
    Caramels are good for you
    Sugar is my one true love
    the problem is, my program only records one line maximum
    Message was edited by:
    HRaito

  • Reader hides filled in text in form fields

    Hi,
    I made a form for a client in Indesign and saved in Acrobat > Reader Extended PDF > Enable Additional Features.
    When opening in the Reader it hides filled in text in form fields. Only a click in the field will show the text. I want the filled in text be shown as you should expect. Like for example Apple's Preview does. When printing all the text is printed but on first view all the text seems to have dissapeared. Can somebody point out to me where I go wrong?
    I hope somebody can help me out.

    If the form was ever opened and saved with Preview, it is the likely culprit here. Preview corrupts PDF forms in a number of ways when it saves them. For more information, see: http://kb2.adobe.com/community/publishing/885/cpsid_88564.html

  • Apex 3.1, Interactive Report Row Text Search, image bitmap as TEXT?

    I think this IR thing is powerful which could save me lots of time in development.
    One question: does the row text search(default: all columns) treat image column as regular text(string)? I did the following search on:
    SAMPLE APPLICATION-->Products, I put 300 in the search column( for $300 list-price search), the search produces 3 lines( should only have 2). the 3rd line's list price is $1999, I looked it in SQL*PLUS and saw its image bitmap (long string) includes a "300" inside, so I believe the "default all columns search" treat image as regular string.
    How can I avoid the image bitmap search included in IR? This bitmap strings are very long for each image and can EASILY match searching conditions for something like PRODOUCT DESCRIPTION, PRODUCT PRICE for our products data( about 25000)? thanks
    sean

    Sean / Russell,
    Thanks for reporting this, it's certainly a bug.
    By the way, the search is performed in SQL, on whatever column values are being displayed (run the page in debug mode to see the full SQL). So in the case of the sample application, it is not matching the image bitmap, but the image size, which is selected in the SQL. The bug is that the full search should not include columns which have filtering disabled or one of the special image format masks. We'll try to fix this for an upcoming patch.
    Thanks,
    Marco

  • How to handle the pop-up Screen in LSMW - Recording

    Hi,
       I am doing the LSMW-Recording for Pricing Conditions.there are so many condition types are there.
    my problem is while uploading the data from flat file,if record alredy exists in SAP system, it will display one Pop up screen,  says "the record already exists do you want to overlap it".so that time it has to hit enter and has to overlap the existing records.
    can any one please help me..this is very urget to me.
    Points will be awarded for correct response.
    Thanks,
    Shobha

    Hi,
    Go to Maintain Field Mapping and Conversion Rules
    Insert coding at __BEGIN_OF_PROCESSING.
    Like:
    Select .....
    if sy-subrc = 0. "Record found
      skip_record.
    endif.

  • LSMW Recording method is not working for transaction code FBL5N

    Hi Experts,
    I am trying to prepare LSMW to create dispute cases for customer line items through LSMW Recording method. When i was trying to do through SHDB Recording its working properly through Program. But its not working through LSMW Recording method means its not executing to next screen, immediately its displaying session completed screen.
    Please do let me know any soution for this.
    thanks,
    Sriram.

    Hi Sriram,
    If my memory serves me correctly, a BDC will not work correctly with a list. This is mentioned somewhere in the SAP help pages.
    Now I am not familiar on how to create dispute cases but using FBL5N does not sound to me the way to go.  I assume that you use FBL5N in order to determine to which documents to link the dispute to, however you should be able to get the requested info from the BSID/BSAD tables.
    Also in case you want to change the customer line item in the accounting document, check the data transfer workbench (SXDA) as SAP delivers a standard program for this.
    Kind regards,
    Robert
    Edited by: RJ. Schamhart on Jan 14, 2011 12:35 AM
    Edited by: RJ. Schamhart on Jan 14, 2011 12:43 AM

Maybe you are looking for