HR Triggers Field Mapping screen hangs

Hi,
We are on Access Control 5.3 and I am trying to configure HR Triggers. When I click on HR Triger -> Field Mapping on the configuration tab it just hangs. Anybody have an idea why?
Regards,
Mo

Hi,
VIRSAHR RTA (Release - 530_700; SP 8) is applied. How do I confirm that it is successfully applied?
When I do a search in debugger for any HR related object types I get the following error message:
VIRSAHR: Cannot execute BAPI UsrForObj: Type conversion error, field LOW, complex type class com.virsa.cc.modelvirsahr.__Virsa__Zcchrobjr
ErrorBackend system access error Quality Assurance System (For more details, see log) RC: 1 
Can the above messages be related to the problem I am having with the HR Triggers Field Mapping?
Log for above error message:
May 4, 2010 8:28:30 AM com.virsa.cc.comp.VirsaHR_01Interface execute
WARNING: VIRSAHR_01: Cannot execute BAPI UsrForObj
com.sap.aii.proxy.framework.core.DataAccessException: Type conversion error, field LOW, complex type class com.virsa.cc.modelvirsahr_01.__Virsa__ZcchrobjrAny advise will be most welcome.
Thanks.

Similar Messages

  • How to create Rules with Flex Field mapping in the bpm worklist

    I Have created a flex field label and was able to map to the flex field attributes .
    But when i try to create a rules , I don't see the label or the flex attributes in the task payload .
    Can someone please help is understanding how to create Rules with Flex Field mapping in the bpm worklist .
    Even I am also searching for any scripts which will take the flex fields prompts and can directly create a label in the bpm worklist .
    Any pointers or suggestion is highly appreciated .

    Hi,
    SE38 -> Enter program
    Select Variants button and display. In the next screen, enter a variant name, (If not existing , press Create to create new one), else click on Change.
    Now the selection screen will display with a button "Variant Attributes" at the top.
    Click on that button.
    In the next screen, go to the selection variable column of the date field. Press F4 or drop down and select 'D' for date maintenance.
    In the column "Name of Variable (Input Only Using F4)" press F4 or drop down, select whichever kind of date calculation you want and save the variant.
    Now whenever you run the prgrm with this variant, date will be displayed by default.
    Regards,
    Subramanian

  • Screen hangs when user types in some text in file upload component

    Dear All
    I am using file upload component in webdynpro java in a custom application and added some validation logic on the file
    selected. This is being used to upload jpeg files to KM repository. Now the issue is if user types some text in the file
    upload input field and click on upload button the screen hangs and it goes to infinite loop. It seems that the framework is not able to accept and check the arbitrary value entered by user.
    Can anyone tell me how this can be sorted out?
    Thanks
    Sudip

    Hello Sudeep,
    I have also faced the same issue and to me it seems an issue with the UI element itself. Please follow the following threads for more information:
    [http://help.sap.com/saphelp_nw04s/helpdata/en/b3/be7941601b1d09e10000000a155106/frameset.htm]
    and
    [File Upload UI Element going in Infinite loop;
    [upload UI element;
    Hope this may be of some use.
    Regards,
    Gaurav

  • CUP - field mapping from request to SU01

    Hi,
    I have configured field mapping in order for all my fields to provision to SU01 when a user is created in the system. However I am struggling with the accounting number which is a standard delivered field in CUP -> Customisation -> Request Form Screen. Should all fields used from the Request Form Screen not provision automatically?
    I tried to add Accounting Number in CUP -> Field Mapping -> Provisioning but with no success. When I add a record I pick up the accounting number under 'AC field' list but not under the 'Application field' list. I am however unsure if this step is required. I thought that all fields on the Request Form Screen should provision automatically and only custom fields should be mapped in CUP -> Field Mapping -> Provisioning.
    Any advise would be highly appreciated.
    Thanks
    Mo

    Hi,
    Does anyone know whether the fields used from CUP -> Customization -> Request Form Customization on a CUP request is automatically provisioned to SU01? Or should the provisioning of these fields be set up somewhere in configuration.
    Thanks
    Mo

  • Map screen: assign the same GPS location to a "sparse" group of pictures

    Let's say a have a buch of photos that have beeen taken at the same spot at different times. The pictures are scattered across the fimstrip and might even belong to different collections in the same catalog (or even different catalogs?). What is the best way to assign the same GPS coordinates to all these pictures using Map screen?
    Of course, the direct way to do that is to carefully select all these photos in the filmstrip and then click the desired location on the map. This is problematic for more reasons than one. Firstly, it is difficult to scroll through the entire strip and pick out the pictures one by one. Secondly, if I acccidentally miss one or two pictures, I have to start all over again.
    The better way would be some sort of copy-paste appproach: copy the desired location into the clipboard (from another image or straight from the map) and then paste it over the desired images one by one or, better, over groups of images. One feature that at first looks promising in this regard is the text entry field on the right that contains the GPS coordinates in text form. It is editable, meaning that I can copy the coordinates (in text form) from one image and paste it into the same field of another image. However, this unfortunately does not guarantee that the images will end up with identical locations: the image that received new coordinates might (and will) end up with a slightly different location on the map that the "donor" image. This means that the coordinates are stored internally with better precision than their representation in that text entry field.
    So, what are the other options?

    You could also do this copying of GPS location to whatever photos you want using non-Lightroom (freeware) tools such as GeoSetter or ExifTool. This makes the issue of precision go away, and of course those tools can copy the GPS location to any photo you have, regardless of what Lightroom catalog it is in.
    So, you'd have to use LR to write the metadata to the photos, then use non-Lightroom tools to copy the GPS location, then back in Lightroom read the metadata.

  • Regarding field and screen exits

    Hi,
         plz. send me the step-by-step procedure to create Field and Screen exit.

    Screen Exits:
    Screen exits are provided by SAP to allow the programmer to add his own sub screen in the already available standard SAP screen. The standard screen will have a sub screen area defined especially for this purpose. The call to this sub screen will also be present already in the standard code.
    For example, there is an enhancement RVEXAKK1 available for foreign trade transactions.
    As you see in the above screen in screen areas block the calling screen, its number, sub screen area and the called screen with its number are defined. Here the main screen 101 in program SAPMV86E is having a sub screen area ZUSATZ and the screen 100 from program SAPLXAKK will be the sub screen for that area.
    It is mandatory for the called screen to be in a function group that starts with X. Here the function group is XAKK.
    Also, if you see the above enhancement, it also has two FM exits. These two FM exits will be used to pass data to & from the sub screen. These FM calls will be in PBO & PAI modules of the main screen. These FMs are also part of the above said function group.
    And the function group will not have that sub screen 100 defined. The programmer can create his own screen with the number 100(or whatever is called).
    Calling of the sub screen.
    sub screen call     in PBO of main screen 101          this module has the FM exit call
    Sub screen call in PAI block of main screen          this module has FM exit call
    Create the screen 101 in program SAPLXAKK from transaction CMOD.
    Double click here to create the screen
    Once screen creation is done, use the two FM exits present in the enhancement to pass data to the sub screen and get data from the sub screen.
    Field Exits
    1. Field exit was created with CMOD, but is not processed when calling the screen.
       o  Since the field exit is not processed until PAI, an action must be
          triggered on the screen (Return, Save, ...).
       o  Set profile parameter abap/fieldexit to YES and restart the
          system. Setting the profile can be done by a BASIS person.
    o     To check if the parameter is set or not use transaction RZ10.
       o  After activating the function module FIELD_EXIT... and the field
          exit, leave the transaction on whose screen the field exit is to
          be executed. The screen is not generated until the transaction is
          started.
       o  Do not work on different application servers since there may be
          some delay before the field exit is activated.
       o  The profile parameter must be set on all or none of the
          application servers.
       o  If the field exit is to only be active on specific screens, check
          whether you chose the correct program and the correct screen
          number (take care with subscreens).
       o  Using SE51 -> Field list, check that the screen field does have a
          reference to a data element. In the name of the field exit use the
          name of the data element and not the field name.
       o  After transport, field exits are marked as active but will not be
          processed. Tip: First try deactivating the field exit once more
          and then afterwards, activate it again.

  • LSMW  Maintain Field Mapping

    Hi SAP Gurus,
    I maintainance LSMW with option recording
    1)     Recording trans action as92
    2)     Maintain Object Attributes with my recording
    3)     Maintain Source Structures
    4)     Maintain Source Fields
    5)     Maintain Structure Relations, between SAP and source structure, choose Check to examine the structure relationships for errors. Yes ok.
    6)     Maintain Field Mapping and Conversion Rules, and now I have trouble, because I havenu2019t screen with field. I canu2019t doing mapping.
    Maybe is any buttom/function which join sap structure with my structure
    Can anyone help me?
    Regd
    Stenwa

    perhaps je have to delete the recording and do a new recording.
    Have you done the following steps
    Maintain Object Attributes
    Go to change mode
    Go to  recordings overview:
    A recording should look like this:
    AS91       asset legacy transfer
               Transaction:         AS91 Create Old Asset
               Owner:              
    SAPLAIST 0105
        BDC_CURSOR                     ANLA-BUKRS
        BDC_OKCODE                     /00
        ANLA-ANLKL                                          ANLKL                asset class
        ANLA-BUKRS                                          BUKRS                company code
    SAPLAIST 1000
        BDC_OKCODE                     /00
        BDC_SUBSCR                     SAPLAIST
        ANLA-ANLN2                                          ANLN2                asset subnumber
        BDC_SUBSCR                     SAPLATAB
        BDC_SUBSCR                     SAPLATAB
        BDC_SUBSCR                     SAPLAIST
        ANLA-TXT50                                          TXT50                asset description line 1
        ANLA-TXA50                                          TXA50                asset description line 2
        ANLH-ANLHTXT                                     ANLHTXT              asset description line 3
    Use the SAP field names like TXA50  this you have to fill in manual
    When you record and when there are default values, still overwrite them manual (other wise you mis them here.
    Blocks
    ANLB-NDJAR(01)                                      NDJAR_01             Usefull life in years line 01
    ANLB-NDJAR(02)                                      NDJAR_02             Usefull life in years line 02
    ANLB-NDJAR(05)                                      NDJAR_05             Usefull life in years line 05
    ANLB-NDJAR(06)                                      NDJAR_06             Usefull life in years line 06
    ANLB-NDPER(01)                                      NDPER_01             Usefull life in periode line 01
    ANLB-NDPER(02)                                      NDPER_02             Usefull life in periode line 02
    ANLB-NDPER(05)                                      NDPER_05             Usefull life in periode line 05
    ANLB-NDPER(06)                                      NDPER_06             Usefull life in periode line 06
    Maintain Source Fields
    ASSET_LEGACY_TRANSFER     asset legacy transfer
        ANLKL                          C(004)    asset class
        TXT50                          C(050)    asset description line 1
        INVNR                          C(025)    asset tag number
        AKTIV                          C(010)    capitalization date
        GSBER                          C(004)    business area
        KOSTL                          C(010)    cost center
        GDLGRP                         C(008)    location
        AFASL-1                        C(004)    Asset depreciation key line 01
        AFASL-2                        C(004)    Asset depreciation key line 02
        NDJAR-1                        C(003)    Usefull life in years line 01
        NDJAR-2                        C(003)    Usefull life in years line 02
        NDPER-1                        C(003)    usefull life periods line 01
        NDPER-2                        C(003)    usefull life periods line 02
        AFABG-1                        C(010)    Dep start date line 01
        AFABG-2                        C(010)    Dep start date line 02
        ANBTR01-1                      C(013)    Aquasition value Tax books
        ANBTR02-1                      C(013)    Aquasition value LO books
        ANBTR01-6                      C(013)    *** depreciation TAX books
        ANBTR02-6                      C(013)    *** depreciation LO books
    These field names you (can) use in the header from the excel file, in some cases with the block you have 1 value in the sourche fields like use-full live but you fill it in in 3 depreciation area's in that case you have to map it manual
    When you have used the same field name's you can use in Maintain Field Mapping and Conversion Rules the option automatecly mapping
    Edited by: Paul Annotee on Apr 28, 2009 9:27 AM

  • Satellite U400-22n and Win7 - screen hangs after 5 min

    Hi, This is my first post
    Ive purchased a new U400 with Vista preinstalled, last week ; 2 days ago Ive upgraded to windows 7 32bit professional when I stared Installing it windows prompted me that it requires a full installation , so I done a normal full install, windows 7 installed normally .
    Now my screen hangs after 5 min and windows gos black and reboots after 3-5 min, Ive downloaded all the drivers from the Toshiba site Ive used the auto detect, and installed the drivers one by one and tested if the reboot stops , Ive reinstalled windows now 4-5 time returned my copy to the shop and got a new copy of the windows DVD, its the same,
    Please has some one any advice for me. As the shop Ive perched this from will not upgrade to windows 7 for me.

    hi Mather,
    any bluescreens visible?
    win7 32bit i guess...
    you have to install all the drivers for win7 provided by toshiba in the right order!
    first chipset and patchfiles if available...
    i think a clean install will do the job!
    make sure that the hdd is error free!
    you can upgrade from vista 32bit to win7 32bit
    but no chance to upgrade to a win7 64bit when a vista 32bit is installed...

  • Hiding fields in screen area 031

    Hello Masters,
    I have query on hiding following fields in Quality Notification screen area 031of Notification Type Q2:
    1) Windows-32 bit box (big box/window under Description field)
    2) Long Text icon available next to big box/window which is also available next to Description field in header
    I tried 'Field Selection: General Screens' configuration under Define Screen Templates, was unable to hide above mentioned field(window) and icon.
    I hope I was able to describe what issue is and will get some help from you masters.
    Thanks and regards,
    Devang

    Use (or Create) authorization [field|http://help.sap.com/saphelp_nw04/helpdata/en/52/67168c439b11d1896f0000e8322d00/frameset.htm] and [object|http://help.sap.com/saphelp_nw04/helpdata/en/52/6716a6439b11d1896f0000e8322d00/frameset.htm], in the BAdI [check this authorization|http://help.sap.com/abapdocu_70/en/ABAPAUTHORITY-CHECK.htm] and change the INVISIBLE field and not the ACTIVE field in SCREEN structure.
    - [Programming Authorization Checks|http://help.sap.com/saphelp_nw04/helpdata/en/52/6712ac439b11d1896f0000e8322d00/frameset.htm]
    Inform system admin to manage those new object and field in the user roles. ([SAP Authorization Concept Modules|http://help.sap.com/saphelp_banking463/helpdata/en/5c/deaa74d3d411d3970a0000e82de14a/frameset.htm])
    Regards,
    Raymond
    NB: The "d" of BAdI should always been in lowercase, except in statement GET BADI...

  • How to add a new field in the Field Mapping

    Dear Freinds,
                   I have two un used fields in the  Source fields to the Target Fields ,
    i have to add the 3   fields which r there in the my source fields to that
    of the target fields ( as per the change in the requirement) in the 5th Step
    i.e Maintain Field Mapping and Conversion Rules
    the Target strucutre & the Source fields( by clicking the button
    Source field and selcting the fields from the popup menu) in the mapping and conversion step  ,i want to  add  3 fields which are availabe in the list of th source list  which i want to map to the Target strucutre  .
    When i tried it is adding in the othe target field
    presently i have mapping (5th sept ) as below.
       ZPA30_08                       LSMW
           Fields
               TABNAME                      Table Name
                                   Source:  ZP0008_STRC-PERNR (Personnel Number)
                                   Rule :   Default Settings
                                   Code:    ZPA30_08-TABNAME = 'ZPA30_08'.
               TCODE                        Transaction Code
                                   Rule :   Default Settings
                                   Code:    ZPA30_08-TCODE = 'PA30'.
    now i want to add 3 fields Pernr,wage type and Amount  , but when iam trying it is
    getting and saved in the TABNAME .
    How can i map please let me know .
    Regards
    syamla

    Hi,
    So you need that this new field have data in old records?
    1.- If you are in BI 7.0 and the logic or data for that New field are in the same Dimension, you can use a Remodeling to fill it. I mean if you want if you want to load from a Master Data from other InfoObject in the same Dim.
    2.- If condition "1" is not yours.
    First add the new field, then create a Backup Cube (both cubes with the new field) and make a full update with all information in the original Cube. The new field willl be empty in both cubes.
    Create an UR from BackUp_Cube to Original_Cube with all direct mapping and create a logic in the Start Routine of the UR (modiying the data_package) you can look for the data in the DSO that you often use to load.
    To do that both cubes have to be Datasources ( right click on Cube-> aditional function-> and I think is "Extract Datasource")
    Hope it helps. Regards, Federico

  • Solved Mac Mini (late 2010) Blue Screen Hang issue

    I posted several questions about blue screen hang and was able to fix my problem, after LOTS of work and searching in various forums.
    I had been unable to use my computer for over a month; it was simply hanging at the blue screen, and that seemed to happen when my Finder.app had crashed, hiding all my document icons on my desktop, etc. I also had been having issues with Time Capsule and my backup Iomega disk, which is touchy.
    When I tried a fix my icons had returned but I had been unable to use computer after rebooting, and I had tried every sort of key combo including trying to boot from the original install CD, etc., but nothing worked. I could not even reboot using original 10.6 software CDs, and was only able to log in Single User Mode and had tried many fixes with Terminal, and finally, this worked, two of the fixes I used are listed below.
    It seems, in part, that resetting certain "privileges" worked.
    This tip first tip is for Mac OSX 10.3 to 10.3.9 and even though I am on 10.6.8, I ran it, and it worked. THis is the original link location: http://support.apple.com/kb/TS1411
       1. Start up the computer in Single-User Mode.
       2. Type: in Terminal the command
         mount -uw /
       3. Press Return.
       4. Type (in Terminal, note space before mv)
          mv /Library/Preferences/com.apple.loginwindow.plist preferences2.old
         Note space between ".plist" and "preferences".
       5. Press Return.
       6. Type:
         mv /Library/Preferences/com.apple.windowserver.plist preferences3.old
       7. Press Return.
       8. Type: reboot
       9. Press Return.
    Then I followed up with this tip to "Reset certain privileges"
      1. Start up the computer in Single-User Mode.
       2. Check the volume with fsck.
       3. Type: mount -uw /
       4. Press Return.
       5. Type: chmod 1775 /
       6. Press Return.
       7. Type: reboot
       8. Press Return.
    When I rebooted, yayyyy! I was able to log back onto my computer, however, all icons were missing, again, so I typed this fix
    /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder & disown
    I am not sure what 1775 means, but this fix got my computer back up, saving me at least a $150 bill at the Genius Bar.
    When I typed those commands into Terminal, this is what returned, and seems to be some  QXPscrpiting issue, though I have no idea what that is. and again, some  Dropbox issues. If anyone has any idea what all those issues are regarding ScriptingCodes please let me know.
    My-Mac-mini:~ username$ /System/Library/CoreServices/Finder.app/Contents/MacOSFinder &
    [1] 892
    Rangdrols-Mac-mini:~ username$ -bash: /System/Library/CoreServices/Finder.app/Contents/MacOSFinder: No such file or directory
    [1]+  Exit 127                /System/Library/CoreServices/Finder.app/Contents/MacOSFinder
    My-Mac-mini:~ username$
    Rangdrols-Mac-mini:~ username$ /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder & disown
    [1] 894
    My-Mac-mini:~ username$ 2012-08-25 19:37:10.594 Finder[894:903] Error loading /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions:  dlopen(/Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QX PScriptingAdditions, 262): no suitable image found.  Did find:
        /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions: no matching architecture in universal wrapper
    Finder: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/QXPScriptingAdditions.osax" declares no loadable handlers.
    Dropbox: Entered INJECT_pthread_entry
    Dropbox: Installing event loop timer
    Dropbox: proc: 0x11d171e53
    Dropbox: upp: 0x11d171e53
    Dropbox: InstallEventLoopTimer: 0x101341dd8
    Dropbox: GetMainEventLoop: 0x101341c41
    Dropbox: timer installed!
    Dropbox: Loading /Library/DropboxHelperTools/Dropbox_u501/DropboxBundle.bundle/Contents/MacOS/Dr opboxBundle
    Dropbox: dlopen returned: 0x11bb12090
    module initializer in main thread?: 1

    Great work, thanks.
    As far as those errors, ypu have some missing OS components it seems.
    And, before the mount -uw you really should've done this...
    /sbin/fsck -fy
    Repeat until it shows no errors fixed.
    (Space between fsck AND -fy important).
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck...
    http://docs.info.apple.com/article.html?artnum=106214

  • How to swap fields in screen painter.

    hello gurus,,
    how to swap fields in screen painter.

    Hi
    Go through the link given below :
    http://www.standardware.com/pdf/stdwsp.pdf
    With Regards
    Nikunj Shah

  • Screen hangs and then reloads when i right click a folder or any object in windows 8.1

    when ever i right click something like a picture,docx,folder etc the cursor shows the loading sign and does not load right-click menu and after showing the loading sign for a few seconds, screen hangs(screen becomes white-ish) and after few more seconds
    reload. no matter how many times i right-click same thing happens

    What will this do actually? will it refresh my Pc(remove apps etc)?
    Hi,
    Which operation\solution did you refer to? Could you please give use more detailed description?
    Regarding to the command posted
    Kapil-Arya , it is intended to fix component store corruption, it will not refresh your PC
    http://technet.microsoft.com/en-us/library/hh852138.aspx
    And have you tried other solutions? Any result?
    Regards
    Yolanda Zhu
    TechNet Community Support

  • Win7 black-screen-hanging-cursor problem on brand new rMBP

    I am sorry but a face a problem similar to (surprisingly) many in this thread.
    I have a brand new rMBP 15'' with bootcamp Win7 installed (90GB partition). Installation went painless ONLY with a fresh Yosemite 10.10.3 installation, otherwise I fell into said black screen-hanging cursor trap already during installation. After installation I could enter Windows and install some software there. Upon re-boot, black-screen-hanging cursor in top left problem.
    Here is what sudo gpt -vv -r show /dev/disk0 says:
    gpt show: /dev/disk0: mediasize=1000555581440; sectorsize=512; blocks=1954210120
    gpt show: /dev/disk0: Suspicious MBR at sector 0
    gpt show: /dev/disk0: Pri GPT at sector 1
    gpt show: /dev/disk0: Sec GPT at sector 1954210119
           start        size  index  contents
               0           1         MBR
               1           1         Pri GPT header
               2          32         Pri GPT table
              34           6        
              40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
          409640  1772843400      2  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      1773253040     1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      1774522576        1840        
      1774524416   179685376      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      1954209792         295        
      1954210087          32         Sec GPT table
      1954210119           1         Sec GPT header
    And here for sudo fdisk /dev/disk0:
    Disk: /dev/disk0    geometry: 121643/255/63 [1954210120 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 -     409639] <Unknown ID>
    2: AC 1023 254  63 - 1023 254  63 [    409640 - 1772843400] <Unknown ID>
    3: AB 1023 254  63 - 1023 254  63 [1773253040 -    1269536] Darwin Boot
    *4: 07 1023 254  63 - 1023 254  63 [1774524416 -  179685376] HPFS/QNX/AUX
    Any help greatly appreciated

    If you built a USB using BCA and Windows ISO/DVD, it will show Windows and EFI boot both as options, when Alt Key is held.
    W7 USB has the following structure .
    W8+ USB has the following structure.
    Does the behavior change if you
    a. Resetting the System Management Controller (SMC) on your Mac - Apple Support
    b. How to Reset NVRAM on your Mac - Apple Support

  • How can i add field to screen exit ?

    ver 4.7
    trans.  me21n
    add field in screen exit .
    i implement screen exit MM06E005->SAPMM06E->0111
    in the layout i try to add field  by pressing
    button in the toolbar ( dictionary field window ) ,
    but when i press "save" in me21n  ,
    i get message "No data changed".
    i choose in the dialog window
    field from structure "ci_ekpodb" , field that i already
    been add  .
    thanks .

    Hi
    You have to implement the exit to import/export the data into/from screen-exit:
    EXIT_SAPMM06E_016 and EXIT_SAPMM06E_018
    Max

Maybe you are looking for

  • How to Page Break in RTF Format

    Hello XML Gurus, We are changing the reports from Oracle Reports to XML. For this, We are using RTF template. Can you Please let me know, how to put Page Breaks in RTF format. Your reply will be much appreciated. Regards Ganesan

  • HTML Rendering for PDF

    <div><font face="Arial" size="2"><span class="493345917-06032007">We viewed a demo on webElements and have a question about something that was mentioned in that demo, i.e. "You can create a PDF report, but you have to do some tricks."  </span></font>

  • Display Server Name on the title of the WINDOW : Best Way to Implement

    our weblogic is deployed in a clustered environment(group of weblogic instances)(say for eg) Server01,Server02,Server03). Every time the request will go to any one of the weblogic instances. Now i need to display the server name on the title of the I

  • What type of glass does the Iphone 6 have ?

    Does the Iphone 6 have Gorilla Glass or a different type of glass ? please let me know ASAP

  • Win 8 along side of Win 7 ?

    Satelite S70t-A I ordered this with Win 7 Pro along side of Win 8 Pro. When I first got it going it came on in 7. I then made 2 sets of recovery disks. All went well so far. There was no Toshiba factory recovery disks for Win 7, but there is some for