Is it possible to enhance Referential infotypes like 0106, 0213, 0318 etc

Hi All,
Currently I have a requirement to enhance Infotype 0106 so that the new fields should come in PA20 when maintaining/displaying Infotype 0021 ( As 0106 is a referential infotype for 0021 ). I created using PM01 and the fields/screens are created. But when I noticed in the module pool of 0106 (MP010600), there is no call to ZP010600 screen. Normally in all the Module Pool Programs, this set of code will be present in the PBO logic
  CALL SUBSCREEN subscreen_t582c INCLUDING subscr_prog subscr_dynnr.
But this is not in MP010600. When I noticed, Infotype 0106 itself is a subscreen.So it cannot call another screen. All my configurations ( T582c, T588M ) are in place. But still the new fields that I had added in CI_0106 is not available in PA20 of IT0021. Please help.
Thanks

Hi All,
Currently I have a requirement to enhance Infotype 0106 so that the new fields should come in PA20 when maintaining/displaying Infotype 0021 ( As 0106 is a referential infotype for 0021 ). I created using PM01 and the fields/screens are created. But when I noticed in the module pool of 0106 (MP010600), there is no call to ZP010600 screen. Normally in all the Module Pool Programs, this set of code will be present in the PBO logic
  CALL SUBSCREEN subscreen_t582c INCLUDING subscr_prog subscr_dynnr.
But this is not in MP010600. When I noticed, Infotype 0106 itself is a subscreen.So it cannot call another screen. All my configurations ( T582c, T588M ) are in place. But still the new fields that I had added in CI_0106 is not available in PA20 of IT0021. Please help.
Thanks

Similar Messages

  • Enhancing PD Infotype

    Hi all,
    How to enhance the Table Infotype in PD (as I know to enhance Field Infotype through PPCM) and may I know is it possible to enhance Table Infotype. If possible, pls help in this regard.
    Regards,
    V Kumar

    Hi nachiappan mv,
        Thanks for the reply and there is no information in the material of how to enhance the standard table Infotype and tried with PPCI and it seems there is no CI Include for Table Infotype and may I know how can I enhance the standard Table Infotype. Pls help in this regard.
    @ pratyush v
    I tried in PPCI but there is no CI Include for Table Infotype and may I know how can I enhance the standard Table Infotype. Pls help in this regard.
    Regards,
    V Kumar

  • Is it possible to extend PT type Infotype like 2005?

    Hi~~~....
    I wonder that I can extend PT (Time Record) type Infotype like 2005.
    We can extend other type infotype using ci_ structure.
    But PT type Infotypes have no ci_ structure.
    Is it possible to extend???

    No, all absence/presence related infotypes can't be enhanced (infotypes 2000-2011).

  • Is possible to enhance the resolution of a FLV

    I have downloaded some FLV videos from many sources like Youtube, Vimeo and Daily Motion.
    Is it possible to enhance the resolution of this videos to be watched in a HD television?
    I have tried the video conversion using flv converter to pass from flv to formats like avi, but the quality is not good.
    I think that maybe if i mantain the video fromat is it possible to enhance the resolution and get a better image.
    Is there a tool or a flash player that can enhance the resolution of a video downloaded from the web?
    Thanks
    Joan
    http://clipyoutube.blogspot.com/

    Without the original FLA file or video (AVI, WMV etc.) it was created from the answer is... to put it bluntly... no.
    One drawback of YouTube downloaders is they are WYSIWYG. They download videos in a FLV format with whatever resolution they are on the site, which is, to keep from taxing bandwidth, low res, and small size. 460 x 320 usually at the most.
    Blowing those up to the size of a TV screen blurs them terribly.
    By example:
    A standard def DVD is 4.3 gigs
    An HD DVD is around 7.6 gigs
    A "ripped" DVD (AVI) as anywhere from 700Mb to over a gig and a quarter.
    A high quality MPEG is about 100MB per minute.
    The average FLV downloaded through a YouTube downloader is about 4Mb.
    1 Mb per minute vs 100.
    The compression that goes into making a video suitable for a site that has billions of views of millions of videos hourly, degrades the qualtiy tremendously to accomodate streaming bandwidth. They have to be made for a 5 inch by 3 inch viewer.

  • How to enhance OM infotypes

    Hi experts can any one tell me how to enhance OM Infotypes. I mean to say what is the Tcode? i think it PPCI is it correct ? and what is the procedure to enhance the OM infotype? if possible explain with an example.
    Thanks in advance.
    vamsi.

    Hi,
    Tcode PPCM  is used to create OM infotypes.
    Give the infotype no. & create the CI include first & then All button.
    Hope this helps.
    Thanks,
    Sarika.

  • Enhance OM infotype

    Hi
    I want to enhance infotype 1050 with a note. Could anyone explain (just in short) how i could do that? I can imagine how to enhance with a single entry field - but in this case i want a note (like in 1002 or something like that).
    Is there an easy way to do this?
    Jakob

    Hi Jakob,
    1002 infotype is a table infotype which stores tabnr against every entry in 1002.
    the actual text is stored in hrt1002 where the tabnr is the key field and the seqnr is each line entered of 79 characters.
    I suggest not to follow the same approach in 1050, instead enhance the infotype to include a field which stores a unique no. generated by some custom number range. Then create a text id and element and store the text against it in the z program generated for the enhanced infotype using function modules read_text, save_text.
    If you still do not want to do this the best approach would be to add a subtype in 1002 infotype where the job evaluation results are stored, this will require no development.
    Regards,
    Divya

  • Enhancing Attendances infotype

    hello Experts,
    We would like to add a text field to the Attendances infotype. When trying to ehance the infotype 2002 using PM01 transaction in Single screen, we receive the below error:
    Infotype 2002 can not be enhanced
    Message no. PG383
    Diagnosis
    Infotype 2002 cannot be enhanced because it is not intended to be so by the system.
    Individual standard infotypes are not intended for enhancement with the enhancement concept.
    Is there an alternate way of enhancing Time infotypes?
    Your help is highly appreciated.
    Thanks.

    Our requirement is simply to have an additional qualifying decription for the attendance info record.
    In addition to logging attendance hours, we would like our users to specify an additional description (text50) to further describe the attendance.
    You are right, I noticed that the structure PS2002 is set to, cannot be enhanced in the ehancement category, not sure why that is!?
    Hi ,
    Its SAP std , not to enhance certain infotypes as it would create issues while running quota generation(for time infotypes) .
    May you can try this option.
    1) Create a 9XXX infotype with the fields you want to capture.
    2) Call it immediately / or update in the background whenevr 2002 gets created/changed.(thro dynamic actions)
    3) Default info from 2002 like dates, sy-uname and other details required.
    4) Make sure the end user does not skip this step ,if its done frontend.
    Hope this helps.
    Rgds
    G

  • Is it possible to enhance the dynamic search with Option field with custom

    Hi All,
    is it possible to enhance dynamic search with OPTION parameter like Equals to , Between etc, instead of these are we able to add our own? If yes, then which are steps need to perform.
    Thanking you.
    Regards,
    VjMHyd

    Just to test is this possible i wrote a sample program
    data: lr_dquery type REF TO cl_crm_bol_dquery_service.
    data: lv_status TYPE CRMT_PROCESS_DESCRIPTION.
    data: mv_bol_core type REF TO cl_crm_bol_core,
            lr_result_obj type ref to if_bol_bo_col,
            lv_opp_id type string,
            lr_entity type ref to cl_crm_bol_entity.
    MV_BOL_CORE = CL_CRM_BOL_CORE=>GET_INSTANCE( ).
    MV_BOL_CORE->START_UP( 'BT' ).
    *data: lv_opp_id type string.
    lr_dquery = cl_crm_bol_dquery_service=>GET_INSTANCE( 'BTQOpp'  ).
    if lr_dquery is bound.
    *   prepare the selection paramters
      lr_dquery->add_selection_param(
        exporting
          iv_attr_name =  'OBJECT_ID'   " Component name
          iv_sign      =   'I'  " Inclusion/exclusion criterion SIGN for range tables
          iv_option    =   'PI'  " Selection operator OPTION for range tables
          iv_low       =   lv_opp_id
    *   Get the dynamic result object and read the opportunity status from there
      lr_result_obj ?= lr_dquery->get_query_result( ).
      lr_entity ?= lr_result_obj->get_first( ).
      if lr_entity is bound.
        lr_entity->get_property_as_value( exporting iv_attr_name = 'STATUS'
                                    importing ev_result = lv_status ).
      endif.
    endif.
    BREAK-POINT.
    No syntax error but junk values returned as I had not written the logic for retrieval based on this operator. This means that if you add the selection_param to the dynamic query and then handle that same thing in the GENIL class for the component then you would be able to retrieve the values based on this.
    On the UI , you would be retrieving all the operators for the parameters. There for that particular field you have to add the new operator for your case. And this would be send to the Dquery class and added as a selection param. When the query is executed, if the genil class has been updated to handle this parameter, you should be able to retrieve the results.
    Regards
    Kavindra
    Edited by: joshi_kavindra on Jan 19, 2012 2:45 PM
    Edited by: joshi_kavindra on Jan 19, 2012 2:53 PM

  • COPA Data Source: possible to enhance using exit?

    Hi BI experts,
    I got a question about if it is possible to enhance COPA data source by using user exit (just like the way to enahance other data sources in the business content).
    The background:
    I have to include several new fields in COPA data source. Since COPA data source is generated (not a data source from business content like LIS data sources).
    My questions:
    1) Is it the recommended way to enhance the existing COPA data source using exit?
    2) or it would be better to delete the existing one and create a new one with the two additional fields?
    3) any potential issue to be expected?
    Your feedback and help is highly appreciated.
    Regards,
    Sally

    Hi
    1) Is it the recommended way to enhance the existing COPA data source using exit?
    Yes, we can enhance COPA DS via User Exit, Provided the fields should be from other different tables which are not from Segment Tables.
    2) or it would be better to delete the existing one and create a new one with the two additional fields?
    If the fields are from Segment Tables, it is always better to delete the existing one and Recreate the same
    3) any potential issue to be expected?
    Appending/Enhancing fields are always bit difficult and my lead into errors in future, based on the critical functionality we use.. But I recommend DELETE THE DS AND RECREATE WITH COPA always.Hope it helps

  • HT1386 Why is not possible to sync just content like musice ONLY, when I have no time to wait on whole proces of synchronization, there SHOULD be a way to sync JUST MUSIC and nothing else, I dont wanna wait 10minutes to have 3 songs I want to have in my i

    Dear Apple, why is not possible in the year 2014...sync to my iPhone just content I want to separety, without the whole sync procedur(backinup,syncing whole purchased things and stuff like that) When I want to have in my phone for example just 3 new songs ..I dont wanna wait 10minutes because of whole synchronization!!! I want add to my iPhone just these 3 songs thats it! Would be perfect, If you will make possible to sync just parts like MUSIC, Apps, Fotos, separetly and not alltime together...it s****!

    Ok.
    I have Windows OS and iTunes for PC, but the problem is not in my PC, but in synchronization. Your synchronization take minute or two, you have thunderbolt lightning cable??? If is it by you really so quick than ok but by me is it with sync really slow and I have still powerhouse notebook.
    I dont know how is it possible that your sync is so quick, but my iPhone starts transfering purchased aplications and all content to the PC, instead of downloading it PC itself without iPhone from iStore.  So there is what happend when I am conecting my iPhone.
    When it find my iPhone on the first try, it starts makeing backup, than transfering photos, aplication, some info from Safari and to the end also the MUSIC...this should be improved by Apple and it should be able to sync just MUSIC section and not whole system, when I changed just something in MUSIC section(like adding new CD..)
    So it does on PC whole resync Maybe is it somewhere in options, but where? I really want sync sometimes just MUSIC or just Apps and nothing else(like Photos, Bookmarks...)
    I am sorry for that angry tone, but I am really stresedby this 20minutes sync or 10 miutes...just becouse of adding 1-2 songs, this is by competition phones quicklier :/ !
    Message was edited by: Tenotitlan

  • I was in a conversation with a colleague and a text (identical) came to both of our phones, when he researched it, it said it was blocked and I thought I might see where it came from through my phone. Is it possible to get a spam like that to our phones

    I was in a conversation with a colleague and a text (identical) came to both of our phones, when he researched it, it said it was blocked and I thought I might see where it came from through my phone. Is it possible to get a spam like that to our phones at the same time.If the text came to my number marked from him, it could only have been from him?. Is there a possibility that someone else sent it to both of us at the same time?

    Yes, it could be spam. I get spam text from time to time. Yes, you both could have gotten the same spam at the same time. Spammers re sending out thousands and thousands of messages.

  • Is it possible to foward text messages like call fowarding?

    Is it possible to foward text messages like call fowarding?

    You mean automatically?  I'm not aware of any carrier that offers such a service. 
    You can manually forward a text message, however.
    If you use iMessage, then any iMessages will be delivered to all devices that use the same Apple ID for iMessaging.

  • Is it possible to lock individual app like messages, photos etc without jailbreak in io8....?

    Is it possible to lock individual app like messages, photos etc without jailbreak in io8....?

    No third-party app can do what you want as those apps do not have access to iOS as a whole. They are (for the most part) sandboxed, and cannot directly access other apps.
    ~Lyssa

  • Is it possible to assign resources like PC,Printer,Phone etc in resource mg

    Hi Experts,
    Is it possible to assigned the non labor resources like PC,Printer,Phone etc in resource management?
    Thanks

    Resources like Printer, PC and phones can be defined as non-labor resources and you can create a usage expenditure batch in preapproved batches for such resources. Resource management module deals with scheduling and utlillization of human resources.
    Regards
    Mubarak

  • Regarding Enhancing Standard Infotype

    Dear All,
    We have a requirement where in we need to enhance a Infotype which already got enhancement.
    I have added a new field in ci_xxxx include of that infotype through PM01. It alreay has a custom field called A and now I want to add Custom field B. But I do not see that field when I open this infotype using PB30. Please advice whether I need to regenerate this infotype or what I need to do so that existing development ( validations or checks) will not get effected and I should be able to see my field there.
    Thank you very much in advance.
    Waiting for your response.
    Best Regards,
    Amar

    Hello,
    You need to regenerate the Infotype for the new field to reflect in the Infotype screen.Add the custom changes again.
    Hope you have selected both radio button for generating the Infotype for applicant as well employee data.
    Alternate way is you need to add the new field to the Infotype screen manually .You can do this from SE51.From PM01 you can dierctly goto screen painter by chosing the Screen radiobuton.
    Once You have added the field to the screen ,you also need to make the declarations for the field in the module pool program.
    Regards,
    Malathi V

Maybe you are looking for

  • Mini displayport to vga issue

    I am trying to connect my MBP to multiple projectors(via vga distribution amp) using the mini displayport to vga adapter. It will recognize and correctly connect to each projector individually but will not connect to all simultaneously. Have a macboo

  • How can i test if i'm in the EOF of my file text in applescript?

    hello i want to known how can i test my EOF of my file text or if i meet "Plan N°" when i read each linesdxhezdcxezkchcochzhejc my file text : Plan N°1 94.64% MDF_280;;3050;1850;1 piece;0;0;500;500;0;AAA piece;0;504;500;500;0;AAA piece;0;1008;500;500

  • Payload mismatch in WE02 and SXMB_MONI

    Hi All, I am working on a scenarion IDoc to HTTP I am facing a situation: payload mismatch in WE02 and sxmb_moni of xi. The Idoc structure being used in PI is updated structure from R/3....but Some of the data is splitting between 2 fields in sxmb_mo

  • Report Distribution Expert... scr8_distr_expert.exe

    Hello, We are currently running Crystal Report version 8.5 (Developer Edition) and are in need of the report distribution expert (scr8_distr_expert.exe).  I cannot locate this file for download.  Does anyone know where / how I can download this file?

  • Enable CMSS-3d for a 5.1 surround headse

    Hi guys i have a turtle beach earforce HPA2 5. surround headset and a X-fi Extrememusic soundcard. I would like to know if anyone knows for sure if it is best to enable CMSS-3d for 5. headsets and this headset, or if it is best to disable CMSS-3d. I