Enhacement in xk02

Does anybody knows the enhacement for puting new fields in the purchasing screen of the xk02?
Thanks in advance

almost one year passed by since the question, still the theme can be hot for you:
I spent the last two hours setting up this stuff here.
So you follow the SPRO way and do everything they say.
What they don't say:
1.you make an own z program with your subscreens
2.by VENDOR_ADD_DATA you put something like this to method CHECK_ADD_ON_ACTIVE:
Aktivierung Zusatzfelder für ZDB
if i_screen_group = 'Z1'.
e_add_on_active = 'X'.
endif.
3.by VENDOR_ADD_DATA_CS you put something like this to get_taxi_screen
CASE i_taxi_fcode.
Premier
WHEN 'Z1_SRCE1'.
e_screen = '0100'.
e_program = 'ZPM_SCREENEXIT_MK02'. " your own program
e_headerscreen_layout = ' '.
Deuxiem
WHEN 'Z1_SRCE2'.
e_screen = '0110'.
e_program = 'ZPM_SCREENEXIT_MK02'.
e_headerscreen_layout = ' '.
ENDCASE.
4. you make sure, that everything is active
5. you make sure, that the texts are translated in the customizing table to all the languages you use (otherwise you don't see the button)
take care
Zsolt

Similar Messages

  • Drug license number

    Hi Friends,
    How to add a drug license number in customer master.
    Thanks
    Vasu

    Hi,
    You can add a screen in customer master and maintain the required fields with the help of an ABAPer. Please refer the following links.
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=77005819
    enhacement in xk02
    Regards,
    K Bharathi

  • How to  find an enhacement point in a standard FM.

    Hi All,
              I have to find an enhacement point in a standard FM.Please guide me on how to do this?
              Also what all things should i take care of while adding code at the enhancement spot as I
              know sometimes a dump comes in such scenarios.
    Please advice,
    Saket.

    Hi Saket,
    Do you want to find an Enhancement Point or an Implicit Enhancement Point?
    If you want to find an Enhancement Point, then the string ENHANCEMENT-POINT. Enhacement Points are marked as ENHANCEMENT-POINT <enhancement Point> SPOTS <enhancement spots> STATIC. or ENHANCEMENT-POINT <enhancement Point> SPOTS <enhancement spots>.
    If you want to find an Implicit Enhancement Point, then press SHIFT + F4 and then Edit -> Enhancement Operations -> Show Implicit Enhancement Options. This will show you the Implicit Enhancement Points in yellow color (if you are using the Old Front-End-Editor).
    You might get dumps for a number of reasons. In that case go to the dump analysis and sort the problem. Moreover you might even get Short Dump while creating implementations of Implicit Enhancement. This generally occurs because of certain missing patches/upadtes. In such a situation ask the BASIS or admin team to upload all the necessary patches or updates.
    Hope this helps.
    Regards,
    Abhisek.

  • Need to run the BDC job immediately after XK02 is saved.

    Hi all.
        I have to trigger a batch job (BDC program) after changing the customer thru xk02 TRANACTION.
    I found one exit EXIT_SAPMF02K_001 which checks before saving. But my requirement is job (BDC prog) should run after saving. So I guess its of no use. Do we have any BADI ( method)....?Can you pls let me know how to procede.
    If workflow is the solution...
    I have run the event traces by transaction code swel & sels, I could not find any event triggering to tigger the workflow  ( to perform background task) Do I need to create Change document & BOR for acheiving this thru workflow .
    Cheers,
    sami.

    Hi Neha.
           Thanks for quik turn around. But I need this z program to run after all changes are done in XK02 because I need to use the changed vendor data in the BDC program. This is the exit which triggers before save, so I couldn't get the changed vendor data from database table to use in z program (BDC).
    Hope I am clear.
    Cheers,
    sami.

  • Problem in one of the field in xk02

    Dear MM guruz,
    i have a problem. The problem is :
    i am trying to change a vendor details in xk02.
    now while maintaining the edit /change in xk02 system ask for general, purc org data and company code data.
    I selected purchasing data from purc org data.
    so i went intothe respective screen, There in the header i went to extras and clicked on "add purchasing data".
    there we get two things :
    1. plant assignment
    2.possible data maintainence  levels.
    my problem is in one client i am having the field plant assignment but when i am trying it in other clien the field is absent.
    i checked the field settings but could nt get any help.
    Any suggestions on how to bring that field.?
    programe name:SAPMF02K
    screen field:LFA1-WERKS
    Edited by: BOSE_Krishna on Nov 3, 2011 6:06 PM
    Edited by: BOSE_Krishna on Nov 3, 2011 6:07 PM

    execute OMFK,
    select the purchasing org where you dont see the field (if you jsut have * purchasing group then choose this one)  and go into the detail.
    select the field status purchasing by double click
    then select the addition data and set the plant to optional

  • How to change VENDOR payment transactions in T-code XK02

    when I use BDC code to change vendor payment transaciton in XK02.
    There is a problem.
    AT the payent transaction view,bank details at the control table,When i want to change it ,i use cursor to decide which line change. But at the run time,it may be wrong. The fact,i want to change the second line bank data,but at my code,it change the
    first one line.
    SO, have FUNCTION MODULE to change it or how to avoid my problem?

    HI,
              This  function is update module ,  I  am not sure  that  I can correct use it .  I  solved the problem with BDC programm.
              Thank you all the same.

  • Changing Vendor Master Details in XK02

    Hii Experts,
    I need to update vendor master records in transaction XK02. For this i m using FM "ISIDE_SM_VENDOR_DETAILS_UPDATE"..
    The call to Fm is mentioned velow:
      CALL FUNCTION 'ISIDE_SM_VENDOR_DETAILS_UPDATE'
        EXPORTING
        IT_RETURN           =  WA_RET1
        IS_SEL_VENDOR       =  IT_ISL_VENDOR
          IS_VMDATA            = WA_VMDATA
    IMPORTING
       ET_RETURN           =   it_return1
      ES_VMDATA           =
    WA_VMDATA is a structure that contains several tables. I m passing all required parameters like name,city,country,state,contact person etc to appropriate tables, nad all are getting updated except Telephone No,Mobile Phone,Email and Fax No..
    Plz help me, I need to solve this ASAP..
    Regards,
    Apoorv Sharma

    hii Harpreet,
    thanx for replying
    Suppose a particular vendor number contains telephone number and if i want to change it then this function module change the existing telephone number but if a vendor number does not contain telephone number and if i want to assign a telephone number to that vendor then this FM will not make an entry in telephone number.. the same is with Fax number,Mobile phone and EMail
    wat to do in ths case,
    plz help
    Regards,
    Apoorv

  • How to find the no.of rows of bank details existed previously for XK02

    Hi all,
    In bdc(table control) i am updatibg the data for the t.code xk02.
    In xk02 transaction i am adding bank details data.the no.of rows of bank details changing for each vendor.now i want to know how many rows of bank details are existed previously. so that i can continue the bank details from the next row onwards.
    pls help with logic
    Thanks
    Mythily

    Hi,
    Its difficult to get it done by BDC!
    Use LSMW instead, it would take care of it.
    Cheers,S
    Somnath

  • 2LIS_02_SCL - How to Enhace it?

    Hi All,
    I have a request to add 2 field in 2lis_02_scl:
    1) Invoice Price, i checked in the extract estructured and i can add this field from Tx (LBWE), so its ok.
    2) Invoice Number, i couldnt find in the extract estructured, so i have to enhace the extractor.
    Here is my question, can anyone tell me which are the steps in order to add this field in the extractor, i've never did this.
    Point will be assigned.
    Regards

    1)Go to RSA6 and find the data source you need to enhance.--> Display
    2)Double click on the Extract structure.
    3)Now click on the append structure button to add the required field on to the existing structure.
    4) add your required fields with ZZ appended to your field.
    5) Save & Activate the append structure. Then go back and make sure you activate the extract structure also.
    6) Now again go back to RSA6 and select your Data Source. But this time go to change Data Source to remove the hide option to the enhanced fields. By default they’ll be in hide mode. If you don’t remove the hide field then this field will not be seen in BW side.
    7) Now go to SE38 to write the logic to populate the data into the enhanced field. Program name to write the logic is ZXRSAU01.
    8) Check + Save + Activate.
    9) Check in RSA3 if data is populated as per your requirement.
    10) Replicate your Data Source.
    11) Now go to Data Source/ Trans. Structure screen. Now you can see the enhanced field on the right hand side.
    Regards.

  • Upload program for Vendor master Partner Data in XK02 needed info

    Hello Experts,
    I need to write data uplaod program for XK02 for vendor master Partner functions. ( Basically we created some custom partner functions and attach it to many existing vendors ).
    So kindly advice me which is the suitable upload method for this.
    1) There is no BAPI available for editing vendors.
    2) BDC is not possible because the Vendor partner screen is having table control and some records are already filled. (No of row not fixed).
    Is there any IDOC available or any standard input pgm?
    Please give suggestion.
    Thanks and rgds,
    Anand

    For the IDOC perspective, you can uses CREMAS.
    For the mass maintenance you still have XK99 (which also uses CREMAS internally)
    True there is NO BAPI
    For the BDC and the table control. Well this is not really true.
    In batchinput, instead of maintaining the rows by there Number, you should select it at the first position.
    OK-CODE /06 will open a selection screen SAPMF02K 2324. The result of the selection screen goes to the first line of the table control.
    Of course this works only in BDC
    reward points if helpful
    Edited by: Alain Bacchi  on Jun 18, 2008 8:48 AM

  • Need upload program for Vendor master partners (XK02)

    Hello Experts,
    I need to write data uplaod program for XK02 for vendor master Partner functions. ( Basically we created some custom partner functions and attach it to many existing vendors ).
    So kindly advice me which is the suitable upload method for this.
    1) There is no BAPI available for editing vendors.
    2) BDC is not possible because the Vendor partner screen is having table control and some records are already filled. (No of row not fixed).
    Is there any IDOC available or any standard input pgm?
    Please give suggestion.
    Thanks and rgds,
    Anand

    Hi,
    You can use LSMW --> Vendor Master which supports bothe XK01 and XK02.
    This is a standard Batch input program (RFBIKR00). Look at this program documentation for more info.
    Regards
    Sudhir Atluru

  • Posting Vendor Classification Data using XK02 transaction

    Hi All,
    I am getting the vendor master legacy data by using an IDoc where in i am uploading the vendor information through transaction XK02. Now i have to enhance that to post the vendor classification information also. There is a function module IDOC_INPUT_CREDITOR, which is modified to a ZIDOC_INPUT_CREDITOR and the changes are made as per the client requirements. Could you please let me know how can i post the vendor classification information along with the vendor information. Let me know under which segment i need to write the code for this. Please share your experiences in loading the vendor master data load along with vendor classification.
    Let me know if you need any more information.
    Thank You,
    Suresh

    Here are the fields you need to fill.
    BIKSSK-MAFID = 'O'.
    BIKSSK-KLART = 'Z10'.
    BIKSSK-OBJEK = 'YOUR-VENDOR-NUMBER-IN-INTERNAL-FORMAT'.
    You may also need other values concatenated to vendor number if the classification is at company code level or purchasing org level.
    BIKSSK-CLASS = 'YOUR-CLASS'.
    I am not giving BIAUSP because I think you can figure it out.
    Srinivas
    Message was edited by: Srinivas Adavi

  • Error while connecting Customer with vendor in XK02.

    Hi Gurus,
    While entering customer in  control view of vendor master record in Tcode XK02,
    System prompts an error msg. as "Please enter an address number".
    Please guide me to solve this.

    hi,
    If you maintained your VMR (Vendor master data ) properly...then pls check the custormer related fied selection in the OB20....here in the general settings....pls check whether the address is mandatory or not...if yes, then make it optional and then try...
    Do it for customer centrally...
    Also check the trasaction code OMSX, for vendor, check for the define screen layouts for trasactional data....here in the general data...check whether the fiscal address is mandatory or not....
    Hope it helps...
    Regards
    Priyanka.P

  • Call Transaction XK02 in SAP ECC 6.0 Version

    Hi All,
    I am working with an object which calls a transaction XK02 to modify the name and contact details fields in Version SAP ECC 6.0.
    The problem is that, when the transaction is run manually and saved or when an SHDB Recording is created, the data is getting updated.
    But when the transaction is called from a program or when the SHDB Recording which is already created is run, the data is not getting updated in Version SAP ECC 6.0.
    The data is getting updated properly when it is done in Version SAP 4.6b.
    Central Address Management System is used here.
    The call transaction statement is running smoothly. The SY-SUBRC is 0 for this.
    The thing is, there is a Check Box at the end of the screen called 'Use Central Address Management' when the SHDB is created.
    If this is checked, the contact details are stored in ADRC and LFA1 tables and only in LFA1 if not checked.
    In the new version SAP ECC 6.0, the data should also get populated in the ADRC table.
    There is a slight change in the logic in SAP ECC 6.0 version.
    Can anybody please help me in this regard?
    Thanks & Regards,
    Vaitheeswaran.

    Hi Prabhu,
    The call transaction statement is running smoothly. The SY-SUBRC is 0 for this.
    The thing is, there is a Check Box at the end of the screen called 'Use Central Address Management' when the SHDB is created.
    If this is checked, the contact details are stored in ADRC and LFA1 tables and only in LFA1 if not checked.
    In the new version SAP ECC 6.0, the data should also get populated in the ADRC table.
    There is a slight change in the logic in SAP ECC 6.0 version.
    Thanks & Regards,
    Vaitheeswaran.

  • How to upload a word document or pdf file to xk02 transaction

    hi all,
    i want to upload a word document or pdf file to xk02 trasaction
    please suggest me how todo this
    Thanks
    RAM

    Hi Pradeep,
    For creating PDF documents in Webdynpro Java you can use  "iText.jar" .
    to know more about creating PDF using iText refer these links.
    http://www.brothersoft.com/downloads/itext-jar.html
    http://www.lowagie.com/iText/download.html
    Regards
    Sridhar

Maybe you are looking for

  • Moved iTunes music folder to new HD and it won't play

    I recently moved my iTunes music files to a larger external hard drive (for the third time) and now iTunes can't find any of the songs. It has worked in the past on 2 other HD's but not this time. I've selected the correct iTunes Music Folder locatio

  • Compressor for JVC files, good work takes time?

    Hi, I am using Compressor to convert my JVC footage (*.TOD, 1080P output) into ProRes 422 (HQ) before importing into FCP 7 (being "native" to FCP). Trying to keep the quality maximal. Up to now I found no other way than to first convert to h264 *.MOV

  • Merge Events / Split Events buttons missing

    The new iPhoto has removed two buttons I use frequently: Merge events and Split events. When I go for a weekend trip, I want all of the photos to be in the same event. The Merge option and the Auto Split option is in the menu. But it'd be nice to hav

  • How to ensure the rman backup is successful?

    Hi, we have scheduled rman backup jobs. 1. But how do we ensure all the rman backups are successful? 2. if the rman writes directly to tape, how do we ensure all tape backups are successful? thanks andrew

  • You've got to be kidding creative cloud update

    I have been getting those annoying errors every time creative cloud needs to update.  The workaround supplied by Adobe is to uninstall the CC desktop app and run the cleaner.  Fine but it happens every time there is an update to the CC desktop app.