To change name of output field hearder in SAP Standered report.

Dear All,
Is there any options to change the  name of output field hearder in SAP Standered report.
Regards,
Pankaj Vashista

answered

Similar Messages

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

  • Logging change in a specific field in a sap table

    Hi,
    i would know if it's possible to log the change only one a field in a table like AUFK.
    I create a new field and i want to know who and when a change is make.
    Thanks a lot.
    Edited by: draconagi on Mar 9, 2011 3:14 PM
    Edited by: draconagi on Mar 9, 2011 3:14 PM

    Hello Lalitha,
      Guess FM DYNP VALUES READ can help you. You can append all screen elements' name onto the table DYNPFIELDS. When you use this FM, it will give new values of all the fields.
    Note: This FM Read screen field values before PAI field transport.
    Regards,
    Anubhab

  • Change name of output file.

    Hello.
    I'm a new in PI.
    I have created communcation channel:
    adapter type: FILE.
    transport protocol: FTP
    then I defined target directory and file name scheme.
    In proccessing tab I choose Add Time Stamp. File was created in my directory, but with this name XXX20100618-153919-672.dat.
    Can I somehow change the name of file like
    XXX[ddmmyyyy][mmtt].dat
    Thanks a lot!
    Edited by: earnestik on Jun 22, 2010 6:49 AM

    > In proccessing tab I choose Add Time Stamp. File was created in my directory, but with this name XXX20100618-153919-672.dat.
    >
    When you select Add time stamp the output file name come like that only,so chnaging name to your desired format at cc level not possible.
    > Can I somehow change the name of file like
    XXX[ddmmyyyy][mmtt].dat
    Try with Dynamic Configuration UDF, in message mapping,then we can achieve this one easily.
    String filename=XXX;
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    SimpleDateFormat dateformat = new SimpleDateFormat("yyyyMMdd");
    String timestamp = dateformat.format(new Date());
    String newfilename=fileName+timestamp+".dat";
    // change to new file name
    conf.put(key, newfilename);
    return "";
    some small changes required in above code, do it your slef,
    if you dont know how to use Dynamic Configuration UDF search in SDN.
    Regards,
    Raj

  • How culd b a prog. name under development field for standard SAP prog.??

    Hi Experts,
    Just curious that, a FI/CO prog. with name GP2I9IU2LWTB3VSHAU4K8ENBKLB100  (its associate tx  is a FI/CO transaction, its S_ALR_87012993 ) noticed that, its developed & changes by here my coleague at client place-SAP customer( I mean to say that, NOT by SAP)......but, I do not undesratnd that, How it culd b possible that, its developed & changed by other than SAP!!!!! it shuld b a standard SAP tx and prog. right??
    I know it happens for Z FM development, VOFM developments etc., but here how its?
    thanq

    This is report writer/painter program,this is not an custom ABAP program.So once anyone create report/painter with SAP tools,system generetes default program in behind the scene.And by default the USERid of owner will be created under program history.
    As like below:
    REPORT GP6LOHEDHH7OAU3YK4SZ542BX4I600 MESSAGE-ID GR
                    NO STANDARD PAGE HEADING
                    LINE-SIZE 170 LINE-COUNT 58.
    *         Executable for report group ZPC1                             *
    *         report group   : ZPC1 Profit Center Accouting                *
    *         program class  : RW_EXECUTION                                *
    *         program version: 00000002                                    *
    *         client         : 600                                         *
    *         user      :  GUJARGOUD                                      *
    *         date      :  12/11/08                                        *
    *         time      :  12:42.59                                        *
    *         release   :  700                                             *
    I made this report by Reporting tools but i didn't create any program.System automatically generates the History and ABAP program it self.

  • User Field Selections with SAP Asset Report RAGITT_ALV01

    Hi,
    We are running RAGITT_ALV01 (Asset History Sheet) report and wish to utilize some user fields (ANLU) in data selection. How might this be done? I find when using "List Assets" under "Settings" tab the asset number , sub asset numbers and associated user fields remain. However when using "Main Numbers Only" or "Group Totals Only" under this same tab, sub asset number and associated fields are not to be found and accumulations already include all assets with a given asset number with no opportunity to apply user field data selection criterion which would eliminate some assets included .
    Thank you  for your time, harold

    Hi,
    Sorry to have taken so long to reply, and thank you for suggestion.  We already have our "Z" copy of this program and have been processing from this for some period of time. The problem occurs when trying to apply user fields (ANLU) to data selection criterion for reporting options "Main Numbers Only" and "Group Totals Only". Asset numbers (main and sub) disappear during R3 data base processing never to be seen intact again. Have traced this through and may have solution for "Main Numbers Only" option. Testing is occurring on this "work around". However the third option "Group Totals Only" solution still evades capture. If you have any more ideas please pass along to me. Again thank you for your time and effort. harold

  • Change the description of a field in a SAP QUERY

    Can i change the description of a field in a SAP QUERY report in the output of the report.or only the standard descriptions can be displayed.
    Edited by: mysap query on May 12, 2009 7:23 AM

    HI,
    in query maintenance (sq01) you can change the text of the field at the selection screen (change the selection text in the screen where you choose the selection fields) and the header text in the output list (basiclist maintennace , go to "basic list header", double-click each header field to maintain the text). This change is only for the particular query. No ABAP-er required to do so.
    BR Christian

  • How to send the edited output fields of an ABAP report into internal table

    Hi,
    I had edited the output fields of an ALV GRID report now how can i again update the fields of the internal table with this edited new data .
    Please suggest me if any method or FM exists for this.
    Thanks in advance
    With Regards
    Ajay

    hi,
    you have to use the following code in the user command
    *&      Form  command
    *       TO HANDLE USER ACTIONS AGAINST PF-STATUS
    *      -->UCOMM      text
    *      -->SELFIELD   text
    FORM COMMAND USING UCOMM LIKE SY-UCOMM SELFIELD TYPE SLIS_SELFIELD.
      DATA : LV_OKCODE TYPE SY-UCOMM.
      LV_OKCODE = UCOMM.
      CASE LV_OKCODE.
        WHEN 'PROCESS'. "button
               selfield-refresh = 'X'.
      ENDCASE.
    ENDFORM.                    "command
    hope this helps
    Regards
    Ritesh

  • Changes in the Text Field thru FB02

    Hi,
    I have created an accounting document thru FB01. However, there were some changes in the text field that needs to be done so I have edited the line items thru FB02. After saving the changes I viewed the data in tcode  KE5Z but it seems that the changes in text were not captured in SAP Standard report. But when you double click the line item it will show the edited text.
    For Example.
    Document 1000001 original text is:  'Rental Charges for the month of April' ( originally created in FB01 )
    Edited text thru FB02 : 'Rental Charges for the month of May'
    In FB03, it will show the edited text which is 'Rental Charges for the month of May'
    But in other reports such as KE5Z, it still shows the original text.
    Kindly help.
    Thanks.

    Hi Sanil,
    Thanks for the quick reply.
    Is there a way where changes in an FI Document will also update the CO line items or the profit center actual line items?
    When we originally create an FI document in FB01, the text field in CO line item is also updated as to whatever text we have inputted in the document ( details were stored in BSEG ). But if changes were made, the actual line items were not updated...
    Regards.

  • Names in Members field under the UNIX Attributes Tab have changed from standard format (i.e. John Doe) to the actual account name (jdoe)

    Hello,
    Names in Members field under the UNIX Attributes Tab have changed from standard format (i.e. John Doe) to the actual account name (jdoe). The only time this happens is if a domain account is deleted and the remnant of the account remains and has to be removed
    manually. However all of the accounts, with the exception of any new ones recently added, now show the account name only. Any ideas on what caused this and how to fix it?
    Thanks :)

    Hi,
    I have not heard from you for some days, currently I am providing the related article for you. Hope this will help you on this matter.
    The UNIX Attributes tab does not appear in the Active Directory Users and Computers MMC snap-in when Server for NIS is installed in the domain
    http://support.microsoft.com/kb/921913/en-us
    Thank you.
    Best regards,
    Steven Song
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • I want to change the infotype 0002 field position(first name & lasname)

    Dear Freinds,
                 I have requirement where i have to change the positions of the first name and last name , as pe standard we will see is
    the lastname under that field we will se the first name . As per the user he wanted first name and then last name . I have read in sap help that it says the table T522N is the place. But before using i wanted to can i change or is there any method where i can do.
    i have changed the name2 as middle name by going to cmod and changing the text label. Here it dint asked me any access key.
    similary for chaning the position of the two fields can i do so please let me know if any body has done this.
    regards
    divya.

    Hi Divya,
    You can't change the position of the fields in standard SAP screens - PA30/20.
    This would be repair and you need to get access key to change the 2000 screen of module pool MP000200.
    T522N is used to change the name format in reports, etc. (Firstname Lastname or Lastname Firstname) It has nothing to do with the field positions in the screen of PA20/30.
    Regards,
    Dilek

  • How to change height of Input/output field in dialog program

    How to change height of Input/output field in dialog program.
    I want to big message text box like e-mail message box.
    so could anybody help me on this please
    Thanks
    Basu

    Hi,
        This is not possible directly.Place the icon button in the table field.when u click on that button a popup window will appear in that window place the text editor there u can write text and u can save it ok..
    Award points if helpful.
    Kiran Kumar.G.A

  • Dinamically change the name of a field.

    Dear all,
    Here is my problem.
    I have a 3 text fields wraped in a subform.
    I have also created a button so I can add new instance of this sub form at runtime.
    All that works nice.
    However, I also have a HTML subbmit button, and when I submit the form to my script, I only get the last instance of the fields in the subform mentioned above.
    I am not sure what is the best solution for that.
    I thought that on option is if while adding the new instances of the subform, I can also dinamically change the name of the fields, so for example
    in the first instance of the subform I will have fieldname2 then in the second I will have fieldname2 and then when I submit I will get both, not just the last one.
    But apperantly I do not know how to dinamically change the name of the field as well.
    Any help will be really realy helpful
    Thank you very much
    Tsvyatko
    Senior Datbase Manager
    Columbia University

    Hi Dhiyan,
    Thanks for raplying.
    Your suggestion does work in the way that id does change the caption of the fields dinamically.
    However, looks like when I use the HTML submit button the form still submits the data only in the last fields of the repeated subform and their names have not changed.
    Probably when you say that the name of the field is its caption you mean just a static text. But I am refearing to fields where you can enter data inside.
    Basically, what I am trying to do, is to be able to dinamically create a table in my acrobat form.
    This table has let say 2 fields: InstanceNumber and YearOccured.
    So when I lets say add 3 instances in my acrobat form, I want to user to click an HTML submit button, and then through a PHP script I can submit all the 3 instance to a database.
    However, when I check the REQUEST array, I only see these 2 fields once (instead of 3 times) and they contain the data of the last added row.
    I assume that the problem could be solved if I can somehow change their names while I add rows.
    So for example in the first row I will have:
    InstanceNumber_1 and YearOccured_1
    in the second:
    InstanceNumber_2 and YearOccured_2
    and in third
    InstanceNumber_3 and YearOccured_3
    And so when I submit the form it will submit the data of all the rows.
    I am not sure if that is possible though. But definatelly I do not know how to do it ))
    What I did to go around this is:
    I have created 2 other (hidden) fields.
    And when I click the submit button, before I do the actuall submit, I take the data from all 3 rows one by one and I put i in this hidded fields as (tab) delimited. And so now I have in my REQUEST array all the data from all 3 rows, in a single tab delimited field. And then I can work it out from there with PHP to submit it where ever.
    However, I was hoping for some little more elegant solution, that is if I can change the names and so have all the fields data submitted. Or any other good suggestion
    If anyone knows, will buy you a beer )
    Thanks again
    Tsvyatko

  • NI SQL database changing name of field

    I'm connected to a NI database. I want to change the name of a field. Can I just change the database scheme, or is there something more to be done?

    see the metalink note Note:224266.1, if you have metalink account. This note has clearly explained hoe to change DBID and DBNAME. I used to follow these steps when changing DBID and DBNAME.

  • Change the name of a field in the forms

    Hello, experts:
    As I can change the name of a field in the forms?
    When you change the name of a field on the form, the field name in the database also changes?
    Joan

    Hello Joan:
    If you mean the label of the form you can do with CTR + Double Click.
    Remember not to change the integrity of the database. Is only allowed to user fields
    make changes at the level of views, stored procedures, among others, which do not compromise the integrity of
    data.
    Remember, even if they change the label, has changed the field name in the database, only the presentation
    the form.
    Edwin Mauricio Nieto Leó

Maybe you are looking for

  • Is it possible to launch a form from an OAF page using OAF Personalization

    In R11, the Customer Standard form ARXCUDCI was customized to call a custom block from the Address screen. In R12 the customer standard form has become an OAF page. We have decided to create a custom form for the custom block using Oracle Developer.

  • Can I delete an email account without deleting the previous emails from it

    I have several emails from my own website ([email protected]) set to POP in Mail. Because of an overrun of spam, I disabled one of the accounts in Mail, and then deleted in at my website account. I have 2 others that I wasn't using, so I did the same

  • How to install time capsule with no cd on a pc

    does anyone know where to find the driver needed to install time capsule on a pc, ive got it installed on my macbook but have lost the disk and want it to be used as the back up for a pc aswell? thank you

  • I-tunes wont accept i-phone

    I ghost cloned my operating system, and upped hard drive from 32GB to 140GB, ive made it the master system and it shows "C" drive and works perfectly, i-tunes/i-phone worked perfectly before the clone, but now i-tunes when syncing with the i-phone wa

  • Purchase Order Service Type

    Hello All, My client wants the gross price to be calculated based on the quantity on purchase order (service Type). Can anyone help on this please. Cheers