How to add an additional fields in VAR Service Desk?

Dear ALL,
I work in VAR company and we use SAP VAR Service Desk. Our Customer has his own HP Service Desk system. When they creates ticket in SAP VAR Service Desk they are allways creates internal Service Desk number in their HP Service Desk. Now they ask us to create the new field named as "Customer SD number". I searched for the invisible fields but nothing found. And I think it should be like:
1) Field named as "Customer SD number" and the input field for the Customers HP Service Desk Number
2) Field on the main scrren of Service Desk where is all tickets.
But this only my assumption, I didn't made like this work before.
May be there is standard schema? I read the integration, but I can not do this because we have other customers with their own Service Desk systems.
Please help.

Dear Ahsan Rizvi
you have take ABPER help
Documentation of the FM BAPI_PO_CHANGE says:
Function module BAPI_PO_CHANGE enables you to change purchase orders. The Change method uses the technology behind the online transaction ME22N.
As we can insert a new item in the ME22N, it will allow us to insert a new PO Line using this FM.
Regards,
shankar

Similar Messages

  • Add and remove fields from web service desk

    I want to customize the screen for the web service desk. I would like to remove the fields for processor as well as the field for category. I would like to replace those fields with Geographical Location and Telephone number. How can i do this?

    Hi,
    In REST we cannot pass arrays like this:
    String catRefIds[] = new String[1];
    catRefIds[0] = "12345";
    map.put("catalogRefIds", catRefIds);
    This will never work.
    Had done a similar implementation. The thing I did was, I wrote a logic that accepts comma separated catalogRefIds and converts it to individual catalogRefId and populate the list.
    Regards,
    Rahul

  • How to add new additional field in my selection screen?

    Hi,
    In the BEx ,I have key and name in my report.While seeing the report, heading for  customer number is coming and heading not coming for customer description.I need to have it in my report.
    I.e
    Customer     !     (This heading is missing)
       7     GABRIEL CHEMIE GMBH - AUSTRIA
       9     BERGER PAINTS BANGLADESH LTD.
    Any tips?  Points will be given.
    Regards,Jaheer

    Hi Jaheer ,
                     If you talking Abuot heading in out put screen then use TOP-OF-PAGE
    or Else you use "Write:/ " Statement in you program...So that when first line is complete it will go to next line...
    What I understand from your Question....
    Souman

  • Add a additional field in tcode XK02 - control screen

    Hi,
    I have to add an additional field in Tcode XK02 ie., in Control Screen, I couldn't find any screen exits. I hvae found one BADI VENDOR_ADD_DATA_CS .I have added a New field in Table LFA1 (the new field is T5UNT-NAICS ) through Append Structure but the append strcture is Partial Active. Also, how to add an additional field in the control screen of tcode XK02 using this BADI.
    1. How to make theAppend structure Active
    2. How to add a screen field using this BADI
    Regards,
    Deeephi.

    1. My table was partial active...so go to se11,Enter LFA1 in display mode, Go to Path Utilities-database utility.now click on Activate and Adjust database.it will activated fully.
    2.
    a) create a module programme with the the screenfield(LFA1-NAICS) that you want.
    b) In pbo of module pool,enter following code
    data : l_zfield type lfa1-NAICS.
    constants: c_zfield(10)  value '(SAPMF02D)LFA1-NAICS'.
    field-symbols: <fse>.
    assign (c_zfield) to <fse>.
      if sy-subrc = 0.
        l_zfield = <fse>.
      endif.
    If sy-tcode = 'XK02'.
         Loop at screen.
              If screen-group1 = 'Z1'.
                   Screen-input = 0.
                   Modify screen.
              Endif.
         Endloop.
    Endif.
    c)create a Screen group(Z1) as sushipal reddy showed int he atatched link.
    d)go to Method IF_EX_VENDOR_ADD_DATA~CHECK_ADD_ON_ACTIVE  and add following code
    if i_screen_group  = 'Z1'.
    e_add_on_active = 'X'.
    endif.           
    e)Go to method IF_EX_VENDOR_ADD_DATA_CS~GET_TAXI_SCREEN and type following code
      IF sy-tcode EQ 'XK02'.
        e_screen = '0101'.
        e_program = 'Z_ADD_FIELD_XK02'.
       e_headerscreen_layout = 'E'.
      ENDIF.
    f)thast it...go to xk02 u willl see an al push button and click on it..u can view the screen field...

  • How to add a Custom field in the Standard SAP Sales Order main screen

    Dear Experts,
    We have a requirement of adding a Custom field in the Sales Order screen. I know how to add the Customer field in the Additional data B tab of the Sales Order Header Screen as that is the screen user exit provided by SAP. Can someone tell me how to add the Custom field in the Sales Order main screen. Program Name - SAPMV45A and Screen Number - 4001. What is all I need to take care.
    Thanks,
    SNK.

    I have not added the Custom filed in the main screen and added in the Additional data B screen. So closing the message.

  • Hi All ,How to add a new  field for MEDRUCK if we havea ZMEDRUCK

    Hi All ,
            How to add a new  field for MEDRUCK if we have a ZMEDRUCK
    Req: If I want to add a new field for the following text editor line :
    IN MAIN WINDOW > TEXT EDITOR> SERCH FOR TOTAL_AMOUNT-->
    In that we will have
    &ekko-waers&    &komkfkwrt&
    (currency)       (numerics)
    Pls send the Code to make these changes .Pls its urgent
    Thanks&Regards.
    Bharat.

    Hi
    If that field which you wants to add is available in one of the structures like EKKO,EKPO then you can add that field just beside the other fields
    If that field is not there in the any of the structures then you can define a variable using define command
    /: DEFINE  &VAR&
    / &VAR&  = <some value>
    or you can write subroutines to fetch the data from outside tables and can use those fields data in the script
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • How to create the additional field on Maintenace order

    Hi,
    For adding additional field on order -
    I am aware about the facility in SAP, in which we can create the view profile, which contains the various tab pages and the sub tab pages(Which are subscreens). When we assign this view profile the order type then we can view the various fields selected in the view profile in the order screen in IW31 T code.
    Now if i want to add some additional field then i can create the additional screen using the user exit and then assign it in customisation to the view profile and then to the order type.
    But is it possible to add the field by using any other way?
    If yes, request to let me know in detail alongwith the user exist if any.
    Thanks

    Hi all,
    Thanks for the quick reply. As per as the field key is concerned, i dont want to use that.
    I can add field by designing the new screen and adding it in the view profile but the main problem is that whenever i add the view profile to the order type, the standard tab pages are not appearing as a default and i have to add the screens as per the standard (to the view profile).
    Pete
    About IWO10018 -
    I have gone through the documention of the user exit it says that to add the additional fields on the order header, one has to append the structure CI_AUFK with the custom fields/additional fields and then use the function EXIT_SAPLCOIH_018 and 19 to transfer the data to and from the screen area to the SAP but the one point i am not sure about is how the custom fields updated in the structure will get displayed on the main screen(to input the value into them into screen) .
    Thanks
    Edited by: Raghunandan Iyer on Jul 29, 2008 2:11 AM

  • How to add the date field in the dso and info cube

    Hi all.
    I am new to bi 7. in the earlier version v hav to button to add the date field. but in the bi 7 der is no option so can any body tell me how to add the date field in the data targets
    Thanks & Regard
    KK

    my prob is solved
    KK

  • How to add/create additional page in Crystal Report Layout SAP B1

    Hi,
    I wanna ask about How to add/create additional page in Crystal Report Layout SAP B1 ?
    I want when user print Purchase Order then on last page also print some page like Penalty Clause etc.
    Pls help me to find the solution.
    Br,
    Thomas Marsetyo

    Hi,
    In your report footer, set it to create a new page before it is printed (In 'Section Expert', select the Report Footer -> 'Paging' tab -> Check 'New Page Before' checkbox). Throw your Terms & Conditions into the Report Footer section.
    If you already have a Report Footer that you want to keep, just split the footer into two sections (Right-click the Report Footer section -> 'Insert Section Below') and follow the same procedure for the newly created section.
         Check this Link
    http://stackoverflow.com/questions/9232239/adding-an-additional-page-to-end-of-a-crystal-report
    http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=18960
    Regards,
    Manish

  • How to add a new field in MM01, with say contaminent  as a field?

    How to add a new field in MM01, with say contaminent  as a field? I process that i know is i has to go the user exit and check out the three user exits that are available for MM01 after that what i have to do please can any one help me out with the procedure to proceed?

    Hai      venkateshwar reddy ,
    try with these user exits
    MGA00001 Material Master (Industry): Checks and Enhancements
    MGA00002 Material Master (Industry): Number Assignment
    MGA00003 Material Master (Industry and Retail): Number Display
    Refer these steps also
    http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/screen-exit-on-mm01-mm02-mm03-322717#

  • How to add an input field in the web UI of CRM 2007

    Hi everybody.
    I want add an Input field in the Web UI Screen. How it is possible.
    I want get the information with detailed descriptions if possible with screen shorts.
    What type of methods it will be generated and what are the code we entered in those methods.
    Take according to any example. But with detailed description.
    I am new for the CRM 2007. So, please give the screen shorts with proper data.
    Not only adding the field. If any data i entered in the adding field then that will be stored in the tables otherwise no use by adding the field.
    So, Can anybody please send a proper information according to this.
    Here another one How to Add our own table (Ztable) field in the Web UI Screen.
    How to add the same field in the BOL.
    Please expalin about those concepts with full of screen shorts messages.
    Thank You.
    Regards,
    Krishna.

    If you want to add extra standard fields (like one you mentioned), you can use Component Workbench and Copy the configuration and create your own configuration and make the "Available Fields" appear there.
    If the standrd field is not available, you can Add Context Node using wizard and make it visible.
    If its a custom field (a new one); you will have to use EEWB and add the fields and then make it visible in the UI using Component Workbench.
    Regards,
    Alin

  • How to add a customer field or extn coll in the tab1&2&3..of a UDO doc?

    Hi Experts,
    Does anybody know how to add a customer field or extn collection in the unused  tabs like tab1&2...in a UDO document?
    Thanks for your reply in advance.
    Thanks & Regards,
    David

    Hi Subhasini - <br><br>
    It seems you have discovered that adding an extension field to the Project Suppliers collection is not possible; many of the collections in E-Sourcing do not support extensions and, even when they do, typically, the table view of the data cannot be changed to show the extension value (it would only show on a "details" page, for example.<br><br>
    The solution that you have proposed may work, although I think there is a slight mistake in your logic. I believe you are saying that the script would take data from the newly created extension collection and populate data in the out-of-the-box vendor collection. <br><br>
    In thinking about your solution, I believe the benefit is that any logic and reporting based on the standard collection continues to function correctly (e.g., creating an RFx from the Project will use the out-of-the-box vendor collection).<br><br>
    That being said, I generally am reluctant to do a "replace" of a standard collection with an extension collection as you propose. My recommendation is that you challenge the customer on the importance of this requirement. For example, could the code be maintained on the vendor record? Why is it maintained in Projects? If it is maintained in the vendor record, could you just populate a read only collection the Projects that shows the vendor and code? Could a report be written that can be launched from within the Project to show the values? How does the customer intend to use this field? Could the display name of the vendor object be the right place for it?<br><br>
    I hope these ideas are helpful.<br><br>
    Regards,<br><br>
    Rob<br><br>

  • How to add new text field in standard report

    how to add new text field in standard report?

    Hi,
    I presume you are talking about a report display in ALV and u wish to add a column to it .
    If it is a global requirement ,as in table being used there in ALV can be modified, then you can append the table and the system should pick up the same automatically from there.
    Otherwise , you can make a Z program . Modify the catalog being used in ALV.
    Regards,
    Shweta

  • How to add new customise field in standard SAP ME28 Report?

    Hi Anybody,
             How to add new customise field inside Standard SAP Screen report ME28?.
    Anybody, Please tell me how to do?.
    Thanks,
    Regards,
    S.Muthu.

    Hi Subramaniyam,
    You can find enhancement in me28 by following steps and then apply your logic in include of this enhancement.
    cmod>Give a project name>in enhancement column give the package name ME >f4>in package write ME-->ENTER>It will show you all enhancements available in me28> find which ever suits your requirement>save > click on components> from there you can make changes in include program.to add that particular field.

  • How to add one more field to an exist internal table

    hi abapers
    i am a very new abap programmer and just started learning it.
    i want to know How to add one more field to an exist internal table.
    lemme me put my question in a very simple way.
    i have a internal table having fields f1,f2,f3 and which also that internal also contains some data.
    now i want to add two more fields (mm & nn) to that internal table now.
    how can i do that.
    and i wanna know the websites names where i can find some brain teasing questions in abap programming.
    eagerly waiting for ur reply
    regards,
    Maqsood A Khan

    Hi, MAQSOOD.
    You can insert more fields in your internal table like this.
    refer this code snippet.
    DATA : BEGIN OF tbl_itab OCCURS 0.
            INCLUDE STRUCTURE zsdtc009.
    DATA :  vkorg   LIKE vbak-vkorg,  "inserted one
            vtweg   LIKE vbak-vtweg,  "inserted one
            vkbur   LIKE vbak-vkbur,  "inserted one
            vkgrp   LIKE vbak-vkgrp,  "inserted one
           END OF tbl_itab.
    you can also read the book "Teach yourself abap in 21 days"
    at http://cma.zdnet.com/book/abap/
    but that book is just about basic concept of abap and report program.
    it doesn't give a lecture for on-line program.
    you can get pdf version books(about abap, sap...things) from sap.
    http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm
    I wish I could help you.
    Regards
    Kyung Woo.

Maybe you are looking for

  • SUBMIT ONLY IN A REGION

    Hi everyone! I have 2 regions in one page One of them is a form for update,create and delete one table , the other region is only for create to another table. The second region has a button which try to call a process for creating a new element in th

  • Why won't iTunes open up?

    What is it with iTunes 6? I don't understand. Why, out of nowhere, does this version fail to work? All other versions worked fine for me. I regret upgrading to iTunes 6. I've looked around the different posts that related to my problem and I've tried

  • REP-52266

    Hey, when you run a report from forms10R2, with the url http://localhost:8889/reports/rwservlet?config+report=prueba.rdf in the browser error REP-52266: The in-process Reports Server rep_jesus failed to start.exception rep_jesus.oracle.reports.RWExce

  • Cube Compression : How do I solve the issue

    Hello, I had 4 requests (21 million records)  in a cube to be compressed. The compression process started and successfully loaded the data into the E table of the cube and compression flag got checked into the cube. So I saw the records are successfu

  • Are the blades covered by the smartnet of the 6509 chassis or do I need to purchase smartnet on these blades

    Ordering 2 - ws-x6748-ge-tx for a 6509 chassis  (10/100/1000 Ethernet Interfaces Fabric-Enabled 48-Port 10/100/1000 Ethernet Module)  There is no option to add SMARTnet to these items when I quote them  Are the blades covered by the smartnet of the 6