Standard Report RFKABLOO i need to add email functionality

In Standard Report RFKABLOO i need to add email functionality. I am a bit
Confused with the field groups used and insert statements as:
INSERT
  icdpos-tabname
  icdpos-tabkey
  icdpos-fname
  icdpos-chngind
  icdpos-f_old
  icdpos-f_new
  fldtype
  fldleng
INTO daten
Its having some includes too flags set. Can anyone suggest how to proceed.

Hi,
did you try STR+F7?
do you mean report RFKABL00 (00 -> zero zero) or oo?
We only have RFKABL00 (zero zero)!
regards, dieter

Similar Messages

  • In standard sap report S_ALR_87012103 i need to add previous account field.

    Hi experts,
    in standard sap report S_ALR_87012103 i need to add a previous account field can any one help me.
    Thanks in Advance.
    RVI

    Dear RVI,
    when You run the report then You can add by ALV the following two field that are hidden:
    G/L Account     22     10
    G/L Account     23     10
    The first refers:
    General Ledger Account HKONT
        This field contains the number of the G/L account to which the
        transaction figures are updated.
    The second refers:
    G/L Account Number SAKNR
         The G/L account number identifies the G/L account in a chart of
         accounts.
    I hope this helps.
    Mauri

  • Need to add Chat functionality on iStore

    Hi,
    I need to add chat functionality on iStore.
    I got this link from Oracle Community forum , but i think it is applicable only to Oracle forums.
    iStore
    Any ideas please for the implementation for the chat code.
    Thanks,
    Sabitha

    You can consider setting up Call Back....
    Setting up Call Back in Oracle iStore
    After setting up Oracle iSupport and Oracle Telephony Manager, set the following profile option at the application level to iStore.
    IBE: Use Call Me Back: Set to Yes to activate the callback feature.
    The profile option defaults to No if not set.

  • Letter of Guarantee standard report to Follow up System by email

    Regular reporting is done using by t-code VXA2 and the field "Days until val. End" populated, (if we need to know , for ex. 7 days before val.end).
    It is possible, in a standar way, to create a rule or reminder in the system that able to sent  a "reminder e-mail"  to the related parties before 7 days of the validity guarantee end date?.
    B. Regards
    Francisco

    Not SAP standard, you have to go for ABAP Development.

  • CS3/AS2 need to add a function to FLVPlayer component play button

    Hi,
    I have an instance of the FLVPlayback component in a movie.
    I need to assign an extra function to the play button in the
    component
    (to tell another swf on the same page to stop, I have the
    function working)
    how can I find out the button instance name so I can assign
    the function to it?
    or am I on the wrong track?
    mark

    bump
    Do I need to trigger it by listening for an event, namely
    play
    rather than assigning it to the button as a function for
    on(release)
    I do not know how to do that
    any help please
    not much time to sort this out

  • Help needed to add ecommerce functionality

    i am in the process of creating a website using dreamweaver
    cs3. Almost completed. i have some e books with master reseller
    rights. So i want to sell it through my website. i cannot spend
    initial investment for 3 party sites so i thought of going via
    paypal. but the site instructions aree to complicated.
    1.how do i integrate paypal into my website with shopping
    cart feature?
    2. how do i allow people to download the files only after
    they payed for them?
    3.i have like 20 ebooks which i can sell. So how do i give
    people the option of selecting what they want(adding to cart all
    the individual ebooks they select) and then proceeding to check
    out?
    4.in paypal website they said about something like encryption
    for security.not the ssl but something like to prevent users from
    modifying the code and submitting wrong amount. is it actually
    necessary?

    "coolguythampy" <[email protected]> wrote in
    message
    news:[email protected]...
    >i am in the process of creating a website using
    dreamweaver cs3. Almost
    > completed. i have some e books with master reseller
    rights. So i want to
    > sell
    > it through my website. i cannot spend initial investment
    for 3 party sites
    > so i
    > thought of going via paypal. but the site instructions
    aree to
    > complicated.
    Hm.. if you feel that way, you might want to hire someone to
    do this.
    Setting up a PayPal shopping cart is about the simplest
    method of creating a
    shopping cart site.
    > 1.how do i integrate paypal into my website with
    shopping cart feature?
    This is a large general question which would be answered by
    following the
    instructions on the PayPal site. However, see below re.
    digital downloads.
    > 2. how do i allow people to download the files only
    after they payed for
    > them?
    PayPal doesn't provide for digital downloads. I can
    personally recommend a
    service called Payloadz (www.payloadz.com) which works with
    PayPal and
    delivers your digital items automatically.
    > 3.i have like 20 ebooks which i can sell. So how do i
    give people the
    > option
    > of selecting what they want(adding to cart all the
    individual ebooks they
    > select) and then proceeding to check out?
    I'm not sure how that would work with Payloadz/PayPal, since
    I only sell one
    item. The answer should be on the Payloadz site, or else a
    support ticket to
    them should get you an answer.
    > 4.in paypal website they said about something like
    encryption for
    > security.not
    > the ssl but something like to prevent users from
    modifying the code and
    > submitting wrong amount. is it actually necessary?
    I'm not sure if it's necessary, but you could just be safe
    rather than sorry
    and use the encryption. PayPal support will be able to answer
    a question
    like that.
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

  • How to add new fields to standard reports

    hi friends,
                 im into ABAP and working across all modules..the basic thing is users and functional people are not satisfied with the standard reports..they need some logic change or to add some more fieldsinb the standard reports.For logic change we have to copy the standard to zprogram and can do or create a new program itself..but in many cases they ask for extra fields.how to achive it ..
    for example my requirement now is adding vendor name field to the report FAGGL03 ....i found a badi and have make changes to it ...now the vendor name will be coming in sgtxt over writing the text ...but they need text also...now what shall i do???
    append structure vendor name field in faglposx table ....???how to find out the final internal table from where the output is coming ????
    ?when we check the standard rewport codes...there are lot of include statements perform statements etc  ...how to find out the final structure or internal table which has the output values..???

    hi
    it would be better if u giv full name of the report
    if ur displaying the data in alv then search for the
    word REUSE_ALV_LIST_DISPLAY REUSE_ALV_GRID_DISPLAY from which u can get the final table name
    then check the data that is comming into
    try using implicit enhancement or any other exit in the declaration and declare a new structure with the field and append it to the field catalog
    if ur displaying the data using write statement
    then create a zprogram and add a write statement
    fi ur unable to find here the final table then after displayign the report start the debugging and double click on any row to find out more easily
    shiva

  • Standard report for employee email ids(I T105)

    Hi All,
    Any standard report for employee email ids(I T105)
    Thanks
    SD

    Hi..
    There is no standard report program but.. you can use Function module HR_READ_INFOTYPE to retrieve email address giving a Personnel number.
    OR, It is better to go directly to PA0105 and fetch mail ID's
    SELECT USRID_LONG FROM PA0105 INTO LT_EMAIL_ID WHERE PERNR = PERNR
    Hope this will solve your problem..
    Regards,
    Jhings

  • Adding Vendor Descrption for  standard report in  mb51.........

    Hi
    Experts....
       i am using MB51  Standard Report..
    i want  to add the vendor description to  this standard report...
    please suggest in  any procedure..
    hw can i write coding  for  add the descrption in  satndard program.
    Thanks & Regards..
    Spanadana...

    Hi,
    Better to copy the standard report prog into Z prog and modify that.
    Regards,

  • Addeing EMail in the Portal

    Hi
    i am working on BW 3.0B , i am using 3.X version for WAD , right now i am having issue on in portal i need to add Email setting , is it possible in BW 3.0B
    if Possible please let me know how to do it

    Hi,
    have you defined the smtp server in
    =>SYSTEMADMINISTRATION=>SYSTEMCONFIGURATION=>CONFIGURING UME => NOTIFICATION by EMAIL
    Please take a look at http://help.sap.com/nw04
    Best Regards,
    Olaf Reiss

  • Standard report on changes in po document

    Hi all,
    Is there any standard report to Ability to view audit trail of releases and changes to all purchasing documents.
    Thanks & Regards,

    Hi,
    No standard report available check the following link for functional module that you can use.
    http://help.sap.com/saphelp_nw04/helpdata/EN/2a/fa01dd493111d182b70000e829fbfe/content.htm
    BR

  • Flex Builder 3.3 need to add AIR 2.0 SDK

    I have an AIR app developed using Flex SDK 3.3 and need to add new functionality contained in AIR 2.0 SDK - e.g. openWithDefaultApplication().
    How can I add the updated AIR SDK to give me access to this new method ?

    This is pretty easy, but not too intuitive.  You will first need to download the version of the SDK that includes the version of AIR that you wish to use.  Then following these instructions to get it to work : http://quetwo.com/2008/10/26/flash-player-10-and-flex/    (those instructions were written to get a specific feature working in an older version of Flash Player, but you should get the basics from it).
    Essentially, you extract the SDK version into your SDKs folder in your copy of Flash Builder/Flex Builder.  Then you tell Flash Builder about the new SDK that you have available.

  • Sales employee related data not flowing in standard report MCTI and VF05

    Dear All
    I have created a partner function sales employee by coping VE.All assignments in partner determination done.After maintaining sales employee in customer master it is flowing to sales order.After processing invoice when i check the standard report MCTI and in VF05 under partner function tab,.the data is not flowing.I checked in the OVRP setting are there.
    Please guide.
    Regards,
    Deepti

    Hi,
    Are you updated it as daily in OMO1
    double click on infostructure S006 and select daily and see
    Kapil

  • Configuring email functionality in CHARM

    Hello Gurus,
    We are at SAP SOLUTION MANAGER 7.1 ,ST 710 07 and have charm configured and operational.
    we need to configure email functionality for change in charm status .
    So need your help and guidance tu understand the scope such as
    1.whom we can send mail
    2.content of mail alerts
    3.pre-requisites if any
    and standard documents  that could help me configure the same.
    Thanks
    Prasanjeet

    Hi Prasanjeet,
    The email functionality is almost same for ServiceDesk & CHARM.
    You can check the below link for more details -
    Pep Up Your ChaRM - Part 1: HowTo Create a Smart e-Mail Action
    Best Regards,
    Tanmeya

  • How can i add a function to the Home button?

    I'm developing an app and in order to make it work, i need to add a function to the Home button when the user is in a specific screen.

    I would not say "impossible", but certainly not an app that would ever be available via the iTunes App Store.

Maybe you are looking for