Enhacement to PBAW

Hi all,
Does anyone know if there is any option to enhance the PBAW screen with new fields, i..e creation of advertisement.
Regards,
Bharat

Hi
May be by coping and zdevelopment it can be done.
Check with ABAPer .
It is just a report .
I think it will work.
Manoj Shakya.

Similar Messages

  • 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.

  • 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.

  • Problem In Enhacing field EKPO - BRTWR and EKPO-MWSKZ

    Hello SAP Experts ,
                                       I want to enhace two fields ekpo-brtwr and ekpo-mwskz  for Purchasing data source 2lis_02_itm .BUt Datasource dosnt contain field value not even as hidden filed.
    I tried to direct entry by structure maintain for that two fields but its not allowing me ...
    give any solution to Enhace these fields .

    Hi
    It will not allow to enter this fields directly
    Do following steps
    double click the data source in Rsa6
    double click the extractstructure name
    this will open Extractstructure in Data Dictionary
    Click on append structure button
    Give a name to append structure
    This will create a new struture
    Enter the New fields u want to Append
    like ZZBRTWR  give reference of  ZZWAERS in currency/quantity   fields tab
    ZZWAERS
    ZZMWSKZ
    Now you need to Code in exit to populate fields  using CMOD or BADI
    Hope this helps.. ask if you have further query
    Sonal...

  • How to enhace datasource 0CUSTOMER, 0MATERIAL AND 0VENDOR?

    how to enhace datasource 0CUSTOMER, 0MATERIAL AND 0VENDOR in general what are the steps required? it is on my resume and i have to answer it. please help

    Hi Les,
    in R/3 Tcode CMOD and create, if does not already exist a project, for example ZBW1 (is simply a definition). Then enter in Components of the project selecting the corresponding flag and then select EXIT_SAPLRSAP_002 Exit Function.
    Then double click on the word ZXRSAU... at the right of word INCLUDE.
    In the next screen you introduce your code.
    Hereunder an example for vendor:
    DATA: L_BIW_LFA1_S LIKE BIW_LFA1_S,
          l_tabix LIKE sy-tabix.
    CASE i_datasource. <i><b>(this is always necessary)</b></i>
    WHEN '0VENDOR_ATTR'.
       LOOP AT i_t_data INTO l_BIW_LFA1_S.
         l_tabix = sy-tabix.
         SELECT XEGLD FROM T005
                 INTO V_XEGLD
                  WHERE LAND1 = l_BIW_LFA1_S-LAND1.
           IF V_XEGLD = ' '.
              l_BIW_LFA1_S-ZZXEGLD = 'E'.
             ELSE.
              IF l_BIW_LFA1_S-LAND1 = 'IT'.
                 l_BIW_LFA1_S-ZZXEGLD = 'I'.
                ELSE.
                 l_BIW_LFA1_S-ZZXEGLD = 'C'.
              ENDIF.
           ENDIF.
         ENDSELECT.
         MODIFY i_t_data FROM l_BIW_LFA1_S INDEX l_tabix.
        ENDLOOP.
    ENDCASE.  <i><b>(this is always necessary)</b></i>
    Ciao.
    Riccardo.

  • Doubt with Implicit Enhacement in SAP ABAP

    Dear.
    I have the following doubt with the Implicit Enhacement in SAP ABAP created by me in several applications standard-
    If I Create an Implicit Enhacement in SAP ABAP for a function module or program standard , when the team basis is doing an upgrade the code abap created in the Implicit Enhacement not is deleted?
    I have created several Implicit Enhacement for Applications WD ABAP and FM, but I have this doubt.
    http://wiki.sdn.sap.com/wiki/display/ABAP/HowToDoImplicitEnhancement
    Thanks a lot in advance.
    Carmen G.

    Hi,
    you code will be retain after upgrade. If you have done implicit enhancements doesnt mean your code would get deleted after upgrades.
    In some cases you might have to activate your enhancments using SPAU.
    Thanks

  • Set field in enhacement doesnu00B4t work

    Hello Collegues.
    I´ve done a enhacement on ERP_H component.
    I added a field to the view Headerdetail called "name", but when I set a value in UI, I haven´t read this field in abap code.
    The SET method (SET_NAME) in the context node is ok, in debug I see that the method  current->set_property, is work fine.
    I tried read the atributte with lr_entity->get_property_as_string( 'NAME' ), but doesn´t work.   When I read other "standard field", the statement is ok and it has value.
    I added the field with a append to the structure "CRMST_ADMINH_ERPIL" and then  I assigned to the design layer "ERP" in BSP_WD_CMPWB transaction.
    Best regards.

    Hi,
    Enter trx. SM34 -> view cluster CRMVC_SDESIGN_G then press maintain.
    UI Object Type -> ERP
    Reference Design Object-> ERPADMINH
    In Design, Press new entries
    Attribute Name -> zfield
    Object -> ERPAdminH
    Attribute -> zfield
    Flag Standard radio button.
    Best regards,
    Caíque Escaler

  • Enhace IE36 to include additional field

    Hi
    I need to enahnce sap standard report for Vehicle Listing IE36/IE37 to include custodian info (Personall No and Name) at INPUT and OUTPUT.
    Custodian information is enter via custom transaction and display in equipment master under partner "custodian".
    IE36 report only display customer number. and in my case not all personell number are created as customers. so user have requested to include custodian detail into ie36 report.
    What would be the best solution?
    1- a complete new report or
    2- is there any way to enhace this report to I can include personell no?name fields are input and out of the report
    Regards

    Hi
    If you dont want to go for any enhancement, you can use some of the text fileds available while creating the master itself, where you can provide the user details which can be used for the said purpose. There are text fileds available in many TABS 'Location', 'Organisation', 'structure', Veh ID measurment etc
    Thanks
    Sachin

  • Exits in transaction PBAW

    Hi,
    I need to do some additional authority checks in PBAW transaction ( announcement management ). Does anyone knows any way to add client checks for announcement detail display, change and delete actions ? Any exit that i can use that may disable announcement actions for some announcements of the displayed list.
    Thanks,
    Paulo Sousa

    Dear Paulo,
    This might be of help. It is a program to find user exits based on transaction codes. Just install it on your sandbox and see if it works for you.
    http://www.erpgenie.com/abap/code/abap26.htm
    Regards,
    Lijo Joseph
    *Reward if useful

  • MAM30 Enhacement guide

    I remember for MAM25 was available a very nice document from Sap titled  'Enhacement Guide ' or something like that, which contained usefull hint about for example how to create own Z* syncbos, or to make appear a new field on the MAM client , or to change the MAM user menu....
    It was very complete, including the suggestion to modify the MAM both on the ABAP side and on the Java side.
    Unfortunately I'm not able to find this document anymore, and I would like to check also if it's available for MAM30 too.
    Where I can find it ?

    Hello Roberto,
    even MAM3.0 has some new features you can still live with the old document. Whatever version you select, you will find it under:
    http://service.sap.com/instguides
    Then drill down to SAp xApps -> xApps for Mobile -> SAP xMAM -> VERSION -> ....
    Now you should see the document you are looking for. There are a few enhancement guides for all different things - I guess you are looking for      xMAM Enhancement Guide (Front-End Architecture) .
    If you do not see this document - where does your path end? If the complete folder is empty - do you really have the ability to download xMAM3.0 from service marketplace? This could be an issue with your license then. But if you are just missing the correct document, please let me know exactly what you are looking for, perhaps we can find the document together.
    Regards,
    Oliver

  • Use enhacement M61X0001 for MD01

    I want to use the enhancement M61X0001 for MRP controller wise planning for the transaction MD01.
    i create a proyect in cmod an activate this.
    I have written the example code in both the includes (ZXM61U02,ZXM61U01) of 2  EXIT_SAPLM61C_001 & EXIT_SAPMM61X_001.After activating the enhancement through the project the desired effect is not showing.
    If I put breakpoint in the coding of the includes of FMs program doesn't stop at the breakpoint.
    the sap help,  explain that i can use this enhacement  =S
       Any suggestion !!!!

    Hi  Latish,
      Yes, i sure because in the sap help said that we can use that enhancement, also in the md01 in the program associated with this i found the sentence
    call customer-function...
       and when i click that sentence this go through the code of the function EXIT_SAPMM61X_001
       for this reason i don't understand what are happing ??

  • Enhacement S_ALR transactions

    Hi!
    I need to enhacement reports like S_ALR*. Some are querys and i copy this querys.
    But some are programs called by START_REPORT program. How can i enhacement this reports? Only copy and change the source code?

    Hi Rodrigo,
    That is one option.You can try bte if it is available for that transaction.
    Regards,
    Madhu.

  • Enhacement doesnt work on QA

    Hi people,
    I implemented a enhacement on MIRO and tested on DEV, it was ok, but when I test on QA, the enhacement is on SE38, but its like it does'nt exist on debug...
    someone know what can it be?

    HI,
    "First Check whether it is transported to QA
    "then go to SE20 and display. then find it in Where used List. then go there and activate the Main program where it is being used.
    "also check whether it is activated or not
    "This is a common problem with Enhancements
    Cheerz
    Ram

  • Enhacement component EXIT name for 0EQUIPMENT_ATTR

    Hello,
    I am enhacing 0EQUIPMENT_ATTR, and in CMOD i created a project.
    What is the Enhancement Component EXIT name for 0Equipment_attr to assign to my project?
    Please help me in this!
    Thanks in advance.

    Thanks for your reply Mti.
    I  could able to enhance the extractor by using:
    Enhancement component: RSAP0001
    Function exit: EXIT_SAPLRSAP_002.
    This Document helped me a lot:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0af763b-066e-2910-a784-dc6731660f46?quicklink=index&overridelayout=true

  • Enhacement ERP_H view doesnu00B4t work

    Hi colleagues,
    I am implementing an enhacement on the part ERP_H / HeaderDetail for CRM 7.0, but does not work.
    Steps performed:
    1.- creation set enhacement in view BSPWDVC_CMP_EXT .
    2.- creation enhacement in the  Tx BSP_WD_CMPWB, view ERP_H.
    3.- Enhacement to view ERP_H/HeaderDetail
    4.- Edition of headerdetail.htm: maxButtonNumber = "2"
    4.- breakpoint in headerdetail.htm (in standard htm and the enhacement).
    5.- when i debugging, the view called is the standar, with maxButtonNumber = "1".
    Best regards!!!

    After creating an Enahncement set, you need to activate the same enhancement set in BSPWDV_EHSET_ASG for a particular client so that you can test all your enhancements otherwise only the standard functionality will work.
    More details on http://wiki.sdn.sap.com/wiki/display/CRM/HowToEnhanceaWebUIComponentinSAP+CRM
    Rg,
    Harshit

Maybe you are looking for

  • How do I make a drop down menu selection show up in another web page?

    What I am trying to accomplish is this.  I have a page with various drop down menu selections that I want to transfer the selection to a secured web page. What happens now is once the selection is made it goes to the secure page but then the user has

  • OpenGL issue 10.4.3 + Nvidia

    I have a blender (www.blender.org) issue with 10.4.3. Blender stopped working after upgrade on my nVIDIA based Powerbook. I've seen topics on an openGL issue about the Simpsons which seems to indicate this direction. Any hint, workaround, similar exp

  • Drop shadow on master won't go away

    I mistakenly added a drop shadow to the whole page in my a-master. So in my A master I click the page and turn off the drop shadow - I preview it, it's gone. Now I show my home page it's fine, I preview it and it has a drop shadow on the page boundri

  • 5508 WLC - need MIB/OIDs for current client associations

    We installed 5508 controllers in multiple locations.  We have an existing SNMP mangement system and syslog that will work fine with these 5508's.  We are having issues figuring out an OID that reports current "unique" client associations (with a time

  • 3TB drive only shows as 746.52GB in Windows XP.

    I just purchased a 3TB Descktop Drive (DT01ACA300) because on the box it says it works with Window XP. However, when I installed the drive as a Data Drive (not the boot drive), booted the system & looked in the drive manager, it shows that the 3TB dr