Fill mkpf-bktxt field.

Hi.
I'm looking for user-exit or BAdi for TCode migo, witch can fill mkpf-bktxt before document save.
Regards
Bartek

Hi,
Check the BADI LE_SHP_GOODSMOVEMENT. The method CHANGE_INPUT_HEADER_AND_ITEMS has a changing parameter "CS_IMKPF", which has BKTXT in it..
The documentation of the BADI says this...see whether this can be used..
<b>USE</b>           
Application component: LE-SHP-GI                                      
You can use the Business Add-In LE_SHP_GOODSMOVEMENT to influence the 
data at the interface between delivery processing and goods movement  
(goods issue/goods receipt).                                          
The Business Add-In LE_SHP_GOODSMOVEMENT is called at the following   
points:                                                               
Post goods issue for outbound delivery                                
Post goods receipt for inbound delivery                               
Thanks,
Renjith
btw Welcome to SDN !
Message was edited by: Renjith Andrews

Similar Messages

  • Re:How to change the RBKP-BKTXT field after MIRO invoice is saved

    Hi ALL
    i forgot to fill doc header text for several invoices. Is there any way to edit RBKP-BKTXT field.
    Thanks
    Steve

    Daer Anup,
    Check the below link where you can capture the current transaction in MIRO.
    http://forums.sdn.sap.com/thread.jspa?threadID=1416227&tstart=0
    CONSTANTS: c_vorgang(23) TYPE c VALUE '(SAPLMR1M)RM08M-VORGANG'.
      FIELD-SYMBOLS: <fs_vorgang> TYPE ANY.
      ASSIGN (c_vorgang) TO <fs_vorgang>.
    CASE <fs_vorgang>.
      WHEN '1'.
      WHEN '3'.
      WHEN OTHERS.
    ENDCASE.
    Based on the value of field symbol you can differentiate.
    Thanks to Pablo who has given this solution in the above mentioned thread.
    The BADI you can use is INVOICE_UPDATE and method AT SAVE .
    Regards,
    Deepak.

  • How to fix a value to MKPF-BKTXT when i use VL02N to post the goods ?

    hello friends:
              i face one problem.  i want to fix a value for the MKPF-BKTXT when i use the VL02N to post the goods before the material ducument be created.  if anybody  please give your help to me ,thank you !

    Hi,
    You can set default value for MKPF-BKTXT in user exit ZXMBCU01 by passing value to field XMKPF-BKTXT.
    Hope this help.
    Cheers,

  • What are the security settings to lock down a form with fillable fields and yet allow someone with Reader to fill in the fields as will as save the form and print it?

    What are the security settings to lock down a form with fillable fields and yet allow someone with Reader to fill in the fields as will as save the form and print it?

    You want to allow someone to open your document and fill out the form (in the fields you have created), but not change or edit the form, right? Here's the answer - assuming you are using Acrobat Pro and someone will be opening the PDF using at least Acrobat Reader 9 and up:
    Tools > Protection > Encrypt < Encrypt with Password
    Answer YES to change the security.
    A new window opens:
         Do NOT select Document Open (or that will require a password to open the document.)
         Select: Permissions (Check the box next to "Restrict editing and printing of the document.")
         Change the following 2 settings from the drop-down box:
              Printing Allowed: Select High Resolution
              Changes Allowed: Select Commenting, filling in form fields, and signing signature fields
              Leave selected: "Enable text access for screen reader devices for the visually impaired"
              Change Permissions Password (insert a strong password)
              Leave all other settings alone in "Options"
              OK - OK
              Re-enter the Permissions Password (the one you entered above)
              OK - OK
              Save the PDF to apply the security [notice that (SECURED0 will appear after the document title]

  • How can I change the behavior of the Green Enter button when filling out a field in a form? Current it submits the entire form, I would like it to tab to the next field instead

    When using Firefox for Andriod:
    When filling out a field on a form, they keyboard has a Green Enter button that submits the entire form. However, there are multiple fields on the page, and I would like it to tab to the next field. At the very least not submit the form.
    Also, is there a way to configure the keyboard that shows up for each html5 input type?

    They keyboard that shows up has the large "Green Enter" go button, a backspace and some arrow keys, but no tab button.

  • Setting "Filling of Form Fields" document property to "Not allowed"

    I am using Adobe LiveCycle Forms, and I want to set the property "Filling of Form Fields" as "not allowed" in the pdf documents it renders (that property
    can be found in the "Document Properties" window of Adobe Reader, under the Security Tab).
    Is there any way to set it , in the server (using the EJBClient class that renders the form) or
    in the client (via javascript)?.
    Thanks

    [email protected] wrote:
    > I am using Adobe LiveCycle Forms, and I want to set the property "Filling of Form Fields" as "not allowed" in the pdf documents it renders (that property
    > can be found in the "Document Properties" window of Adobe Reader, under the Security Tab).
    >
    > Is there any way to set it , in the server (using the EJBClient class that renders the form) or
    > in the client (via javascript)?.
    >
    > Thanks
    You should be able to set this on your XDP file from within Designer. Go to File-->Form Properties
    and you'll see a PDF security tab there with the same options you have in Reader.
    Justin Klei
    Cardinal Solutions Group
    www.cardinalsolutions.com

  • " This PDF document contains forms. The filling of form fields is not supported" -help?

    I need to fill in & submit online forms but I keep getting the above message. I realise I can view and fill in the forms in an adobe window, but I need to do this online, and it is a secure website with the form imbedded. Is there any way I can have the "filling of form fields" supported so I can do this, please?

    To switch from the less full featured built-in viewer to Adobe's Acrobat plugin, see the steps in this article: [[How to disable the built-in PDF viewer and use another viewer]].
    Can you get it working?

  • Filling of form fields changing depending on how PDF is opened, why?

    First of all, here is the error message that I am trying to deal with:
    "This document contained certain rights to enable special features in Adobe Reader. The document has been changed since it was created and these rights are no longer valid. Please contact the author for the original version of this document."
    Software & PDF details:
    Adobe Reader 8. V8.1.1
    PDF Producer:     Toolkit http://activepdf.com
    PDF Version:       1.5 (Acrobat 6.x)
    The PDF is set to with:
    Filling of form fields: Allowed
    After investigation I have found that:
    If I open the file by double clicking, I am able to fill in the fields and save without any problems.
    If the file is opened as a result of a software process trigger (which is what I actually want to achieve), the "Filling of form fields" is changed to "Not Allowed". This then results in the error message described above.
    Also, I have another PDF with exactly the same settings as above (PDF version and Producer etc), which successfully generates as a result of the software process trigger. This file that works does not change the "Filling of Form Fields" value.
    So, my question is, why would a particular PDF change the "filling of form fields" value depending on how it is opened?

    Ok, that is a useful result, telling us a lot.
    Some background you need. Reader 8 CANNOT SAVE FILLED IN FILES normally. To be able to save them they must be specially prepared. This is called "Reader enabling". (In your original message, "rights to enable special features in Adobe Reader") To prepare a file Acrobat can be used, or a server product which has had many names but is currently LiveCycle Reader Extensions. If this is not done, the form cannot be saved, whatever its origin.
    Now, a file may not be changed/damaged in even the slightest way after this preparation. This will produce the message seen.
    So, your test seems to show
    - the original file is OK, undamaged
    - by the time the file is delivered from the database to the user it has been damaged/changed.
    So, you now have a path to pursue through the software.
    (To clarify: this only applies if you used Windows Explorer to save the file, NOT any save function in Reader; if you saved in Reader please repeat the test with Windows Explorer).
    Message was edited by: Test Screen Name

  • The filling of form fields is not supported

    I created a fillable pdf with the 30 day trial and am trying to load onto our Wordpress website. I am receiving this message when I attempt to open the file and test, "This pdf contains fields. The filling of form fields is not supported." Help.

    Your PDF is in web space. That means that to access it you have to use a browser. Today many browsers have a built-in PDF reader that is, well, less than adequate.
    Some resources that may help.
    Browser Troubleshooting
    "Can't view PDF on the web"
    http://helpx.adobe.com/acrobat/kb/cant-view-pdf-web.html
    "Display PDF in browser"
    http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html
    Be well...

  • Creating Worksheets with Fill-In Form Fields

    What is the best application for creating worksheets with fill-in form fields?  The worksheets will be emailed to my clients for completion.  Once completed they need to be able to save them to their computer and/or email them back to me.  What application will they have to have in order to fill in and save the PDF?

    In short, you will need Acrobat to create the forms. They only need the free Reader to fill them in and save them.

  • Validate and warn user to fill a mandatory field in a PDF form

    Below is a basic example of how you can assit your form users, by reminding them to fill the mandatory fields. This condition can be applied at various events like, printing, submitting, while filling form, etc. In the following example, validation is triggered when the user leaves the form field.
    If a user clicks within the field and moves on without filling it, the following warning shows up.
    See this help topic to know more about Form Level Validation settings.
    See this help topic to other ways of validating user input.

    Hi Carmen Alvarez,
          You should use the USEREXIT_PRICING_PREPARE_TKOMP (module pool SAPLV60A, program RV60AFZZ) to move the value.
    Thanks,
    Mariano.

  • Fill all required fields SAPMF02K 0111 SZA1_D0100-TITLE_MEDI

    Hi all
    Scenario MDM - Xi - R3
    We're sending the idoc from mdm to xi, but we get an error in the R3 side about: Fill all required fields SAPMF02K 0111 SZA1_D0100-TITLE_MEDI.
    I read some notes and i have tried to change some things about MSGFN value 009, 005 but it doesn't work... Can anybody help me??
    The XML looks like:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <CREMDM04>
    - <IDOC BEGIN="1">
    - <E1LFA1M SEGMENT="1">
      <MSGFN>005</MSGFN>
      <LIFNR>0005001282</LIFNR>
      <ANRED>/</ANRED>
      <BRSCH>SEJ</BRSCH>
      <DATLT>/</DATLT>
      <DTAWS>/</DTAWS>
      <ERDAT>/</ERDAT>
      <ERNAM>/</ERNAM>
      <KTOKK>VADN</KTOKK>
      <KUNNR>/</KUNNR>
      <LAND1>/</LAND1>
      <LNRZA>/</LNRZA>
      <NAME1>/</NAME1>
      <NAME2>/</NAME2>
      <NAME3>/</NAME3>
      <NAME4>/</NAME4>
      <ORT01>/</ORT01>
      <ORT02>/</ORT02>
      <PFACH>/</PFACH>
      <PSTL2>/</PSTL2>
      <PSTLZ>/</PSTLZ>
      <REGIO>/</REGIO>
      <SORTL>/</SORTL>
      <SPRAS>/</SPRAS>
      <STCD1>BBQ030122SEA</STCD1>
      <STKZU>X</STKZU>
      <STRAS>/</STRAS>
      <TELBX>/</TELBX>
      <TELF1>/</TELF1>
      <TELF2>/</TELF2>
      <TELFX>/</TELFX>
      <TELTX>/</TELTX>
      <TELX1>/</TELX1>
      <XCPDK>/</XCPDK>
      <VBUND>/</VBUND>
      <FISKN>/</FISKN>
      <ADRNR>/</ADRNR>
      <MCOD1>/</MCOD1>
      <MCOD2>/</MCOD2>
      <MCOD3>/</MCOD3>
      <REVDB>/</REVDB>
      <KTOCK>/</KTOCK>
      <PFORT>/</PFORT>
      <WERKS>/</WERKS>
      <LTSNA>/</LTSNA>
      <WERKR>/</WERKR>
      <PLKAL>/</PLKAL>
      <DUEFL>/</DUEFL>
      <TXJCD>/</TXJCD>
      <FITYP>03</FITYP>
      <STCDT>04</STCDT>
      <ACTSS>PG</ACTSS>
    - <E1LFA1A SEGMENT="">
      <J_1KFTIND>Personas Morales</J_1KFTIND>
      </E1LFA1A>
    - <E1ADRMAS SEGMENT="1">
      <OBJ_TYPE>LFA1</OBJ_TYPE>
      <OBJ_ID>0005001282</OBJ_ID>
      <CONTEXT>0001</CONTEXT>
    - <E1BPAD1VL SEGMENT="1">
      <ADDR_VERS>/</ADDR_VERS>
      <FROM_DATE>/</FROM_DATE>
      <TO_DATE>/</TO_DATE>
      <TITLE>0003</TITLE>
      <NAME>BLACK BELT QUALITY CORPORATION SA D</NAME>
      <NAME_2>E CV</NAME_2>
      <CONV_NAME>/</CONV_NAME>
      <C_O_NAME>/</C_O_NAME>
      <CITY>D.F.</CITY>
      <DISTRICT>/</DISTRICT>
      <CITY_NO>/</CITY_NO>
      <DISTRCT_NO>/</DISTRCT_NO>
      <CHCKSTATUS>/</CHCKSTATUS>
      <REGIOGROUP>/</REGIOGROUP>
      <POSTL_COD1>07369</POSTL_COD1>
      <POSTL_COD2>/</POSTL_COD2>
      <POSTL_COD3>/</POSTL_COD3>
      <PCODE1_EXT>/</PCODE1_EXT>
      <PCODE2_EXT>/</PCODE2_EXT>
      <PCODE3_EXT>/</PCODE3_EXT>
      <PO_BOX>/</PO_BOX>
      <PO_W_O_NO>/</PO_W_O_NO>
      <PO_BOX_CIT>/</PO_BOX_CIT>
      <PBOXCIT_NO>/</PBOXCIT_NO>
      <PO_BOX_REG>/</PO_BOX_REG>
      <POBOX_CTRY>/</POBOX_CTRY>
      <PO_CTRYISO>/</PO_CTRYISO>
      <DELIV_DIS>/</DELIV_DIS>
      <TRANSPZONE>/</TRANSPZONE>
      <STREET>AVE. RESIDENCIAL GUSTAVO A. MADERO</STREET>
      <STREET_NO>/</STREET_NO>
      <STR_ABBR>/</STR_ABBR>
      <HOUSE_NO3>/</HOUSE_NO3>
      <STR_SUPPL1>/</STR_SUPPL1>
      <STR_SUPPL2>/</STR_SUPPL2>
      <STR_SUPPL3>/</STR_SUPPL3>
      <LOCATION>/</LOCATION>
      <BUILDING>/</BUILDING>
      <FLOOR>/</FLOOR>
      <ROOM_NO>/</ROOM_NO>
      <COUNTRY>MX</COUNTRY>
      <COUNTRYISO>/</COUNTRYISO>
      <LANGU>S</LANGU>
      <LANGU_ISO>/</LANGU_ISO>
      <REGION>DF</REGION>
      <SORT1>-</SORT1>
      <SORT2>HONORARIOS</SORT2>
      <EXTENS_1>/</EXTENS_1>
      <EXTENS_2>/</EXTENS_2>
      <TIME_ZONE>/</TIME_ZONE>
      <TAXJURCODE>/</TAXJURCODE>
    - <E1BPAD1VL1 SEGMENT="1">
      <ADDRESS_ID>/</ADDRESS_ID>
      <LANGU_CR>/</LANGU_CR>
      <LANGUCRISO>/</LANGUCRISO>
      <ADDR_GROUP>/</ADDR_GROUP>
      <HOME_CITY>/</HOME_CITY>
      <HOMECITYNO>/</HOMECITYNO>
      <DONT_USE_S>/</DONT_USE_S>
      <DONT_USE_P>/</DONT_USE_P>
      </E1BPAD1VL1>
      </E1BPAD1VL>
    - <E1BPADTEL SEGMENT="1">
      <COUNTRY>MX</COUNTRY>
      <TELEPHONE>(55)57597532</TELEPHONE>
      <CALLER_NO>/</CALLER_NO>
      <STD_RECIP>/</STD_RECIP>
      <HOME_FLAG>/</HOME_FLAG>
      <ERRORFLAG>/</ERRORFLAG>
      <FLG_NOUSE>/</FLG_NOUSE>
      </E1BPADTEL>
      <E1BPAD_REM SEGMENT="" />
      </E1ADRMAS>
    - <E1LFB1M SEGMENT="">
      <MSGFN>005</MSGFN>
      <LIFNR>0005001282</LIFNR>
      <BUKRS>102</BUKRS>
      <AKONT>0021051001</AKONT>
      <ZTERM>Z000</ZTERM>
      <FDGRV>A1</FDGRV>
      <REPRF>X</REPRF>
      <HBKID>BNMX</HBKID>
      <ALTKN>62058</ALTKN>
    - <E1LFBWM SEGMENT="">
      <MSGFN>005</MSGFN>
      <LIFNR>0005001282</LIFNR>
      <BUKRS>102</BUKRS>
      <WITHT>RP</WITHT>
      <WT_SUBJCT>X</WT_SUBJCT>
      <WT_WITHCD>HO</WT_WITHCD>
      </E1LFBWM>
    - <E1LFBWM SEGMENT="">
      <MSGFN>005</MSGFN>
      <LIFNR>0005001282</LIFNR>
      <BUKRS>102</BUKRS>
      <WITHT>IV</WITHT>
      <WT_SUBJCT>X</WT_SUBJCT>
      <WT_WITHCD>HI</WT_WITHCD>
      </E1LFBWM>
      </E1LFB1M>
    - <E1LFM1M SEGMENT="">
      <MSGFN>005</MSGFN>
      <LIFNR>0005001282</LIFNR>
      <EKORG>ABMX</EKORG>
      <WAERS>MXN</WAERS>
      <MINBW>0</MINBW>
      <ZTERM>Z000</ZTERM>
      <WEBRE>X</WEBRE>
      <KZABS>X</KZABS>
      <XERSY>X</XERSY>
    - <E1WYT3M SEGMENT="">
      <MSGFN>005</MSGFN>
      <LIFNR>0005001282</LIFNR>
      <EKORG>ABMX</EKORG>
      <PARVW>PR</PARVW>
      </E1WYT3M>
      </E1LFM1M>
    - <E1LFBKM SEGMENT="1">
      <MSGFN>005</MSGFN>
      <LIFNR>0005001282</LIFNR>
      <BANKS>MX</BANKS>
      <BANKL>002</BANKL>
      <BANKN>002180027876216466</BANKN>
      <PROVZ>/</PROVZ>
      <STRAS>/</STRAS>
      <ORT01>/</ORT01>
      <XPGRO>/</XPGRO>
      <PSKTO>/</PSKTO>
      <BKREF>0000002787621646</BKREF>
      <PROV2>/</PROV2>
      <KOINH>BLACK BELT QUALITY CORPORATION SA DE CV</KOINH>
      <KOVON>/</KOVON>
      <KOBIS>/</KOBIS>
      </E1LFBKM>
    - <E1LFASM SEGMENT="1">
      <MSGFN>005</MSGFN>
      <LIFNR>0005001282</LIFNR>
      </E1LFASM>
      </E1LFA1M>
      </IDOC>
      </CREMDM04>

    Hi Jose,
    is there any mapping in between?
    I had the same error message when I mapped to IDoc and didn't fill some header fields/ attributes...
    //Karsten

  • How to have a field automatically fill in another field when checked

    Does anyone know if there is a way to have a field automatically fill in another field with a specific dollar amount when a field is checked.
    I am doing a registration sheet for a charity event where we have to pay for each person that attends. I would like it set up so that when someone checks in the person at the registration table would just click the check box (E2) and then have it fill in the field next to it a dollar amount of $15.00 (F2) which would be owed to the place hosting the event.
    Attached is a picture of the spreadsheet: example: persons checks off E2 and the amount $15.00 would automatically fill in field F2. I would then do this for each line and have the F column total the amount owed to the place.
    I am VERY new to numbers and writing formulas so if you can be specfic with how to do the code would be greatly appreciated. THANK YOU!

    please remember to post the actual solution (equation in this case) so others that are searching for similar items see the solution, not just
    Got it, replaced 0 with '''.
    Thanks
    Jason

  • Fill up data fields...

    Hi, I´m developing some books in InDesign to further publish in IPad and Android. I´ll insert audios and videos, but most important, the student will have to fill up some fields that are inside the exercises. What´s the best way to do this? I´m really in trouble if can´t solve this issue. Thanks.

    You’ll have to do that with HTML, CSS and javascript or you could create a web overlay and point it to a web page to view.
    Bob

  • Filling a text field in Safari and saving the page as 'save as'

    My telephone system creates a call log and I like to automate downloading it weekly.
    In order to get in it needs to enter a password (there is also a user name field but that is left blank by me).
    Once in is should safe a ‘Save as” copy to my desktop.
    I have written a script and it does not work (probably because I am not good at scripting.
    Can anyone help?
    This script gets me as far as the dialog box that asks for Password to open.
    tell application "Safari"
    activate
    tell (make new document) to set URL to "http://192.168.1.90"
    Thanks

    Thank you for all your help above.
    Just to confirm your advice, am I right with the following conclusions? :
    1. The script (function) to fill the text field with the modification date of a different PDF file needs to be stored in a folder level .js file.
    2. The document containing the text field needs to call the .js function either within the document script or within the custom script property of the text field itself.
    Further to that can you just advise on the syntax for accessing the modification date of the other document.
    Do I need to assign a variable to the address of the file to be used, and then use this variable in the text form filling script (as below) or can I use a direct file reference at the .modDate command.
    var LastSync = "C:\sync\bin\lastsync.pdf";
    var strMsg = util.printd("h:MM tt",LastSync.modDate) + " on ";
    strMsg += util.printd("dddd, d mmmm, yyyy",LastSync.modDate);
    this.getField("LastSyncDate").value = strMsg;
    If the syntax is totally different to the above I would be very grateful for some guidance in the right direction.
    I much appreciate your time to help me ... I'm almost there.
    Kind Regards,
    Nifty

Maybe you are looking for

  • How to delete the many versions of the same song?

    Help please, how do I delete old versions of a song? When I add to or tweak a piece, I first save it with a new name, like song 1, then song 2, etc. so that I have a copy of every change. This takes up space when I have 50 versions each of 10 songs.

  • Problems Syncing New Ipod

    I brought my old ipod in to be fixed at the apple store today and they just gave me a new one. (this is a 30gig 5th gen). so i plugged it in and it starts updating and after about 300 songs it freezes.(this happened when i first got my old ipod as we

  • PhotoShop CS6 .psd file currpt/not open :( my lots hard work

    Hi Friends, Today Accidentally my photoshop has closed at that time i am working on my demo template work from last 2 months, so again i open my .psd file thier is error prompt "could not complete your request because the file is not compatible with

  • Macbook Pro Sleeping on its own

    I have a mid 2010 Macbook pro 13" and it has always been on Snow Leopard. This morning it was all fine but I just took it out of my bag and lift the screen out to find that my Mac won't wake up, no response from any buttons or keys. So I did what I c

  • System update caused DVD burner to stop working

    After I updated to 10.4.5, I lost the ability to burn dvds. I can read them just fine but when i try to burn, its a no go. I thought updating to 10.4.6 would have fixed but no such luck. anyone else having this issue?