[ SAP CFM ] Program RFID_BR_TRBAL_CUST. What is it?

Hello Experts,
This is a thread of SAP CFM.
Does someone know what is the use of RFID_BR_TRBAL_CUST program?
Thanks,
Daniel.

All right Deepak. If you have any updates, can you post it here?
Thanks,
Daniel.

Similar Messages

  • What is SAP Web Programming?

    What does SAP Web Programming mean?
    Does this involve Jave integration in SAP?

    You can do web programming for SAP in most web technologies, both from SAP world and the "ordinary" world.
    From SAP: BSP, PDK, Java/ ABAP Webdynpro and integrations with other technology standards for web development
    Ordinary: Java connector (can be JSP/ J2EE), PHP integration etc.
    Hope that solves your question, Otto
    p.s.: for most (or all?) the mentioned technologies you can find the separate forum here on SDN

  • What are the SAP standard programs?

    Hi PM Guys,
    I have a question that is as below:-
    We have the following Master Data:
    1) Functional Location
    2) Equipment
    3) Equipment BOM
    4) Counter
    5) Catalog Profiles
    6) Task List
    a) General Task List
    b) Equipment Task List
    7) Maintenance Plans
    a) Time Based
    b) Performance Based
    Can you tell me the SAP standard programs available for the above master data which can be used for data migration of the above master data from the flat files into SAP system.
    Thanks in Advance,
    Vijaya Krishna

    HI
    you can find the standard program while executing the T code LSMW itself.
    type LSMW ,specify the description in the next screen select the <b>Standard batch or direct input</b> under the heading you can find the in the field <b>object</b> use F4 to find all the standard programs in SAP
    0400   Equipment         
    0410   Message (IH)      
    0420   Confirmation (IH) 
    0425   Measuring point   
    0430   Measurement Documen
    0440   Functional location
    0450   Object link       
    0460   Maintenance plan  
    0470   Equipment task list
    0480   FnctnlLoc.TaskList
    0490   Gen.task list     
    regards
    thyagarjan

  • Questions on the SAP payment program

    Hi everyone,
    Here are general questions the SAP payment program. Even partial answers would be greatly appreciated. Thanks in advance!
    Questions:
    What are the type of accounts involved in a payment transaction? In which case a customer account could be involved?
    What could "payment proposal run" mean and imply?
    What could be done as "editing a proposal run"?
    In the "print payment media" step, what does DME stands for?
    And in general, what are the diffenrences between a posting and an FI document?
    Is the payment run launched automatically?
    Thanks again
    SB

    What are the type of accounts involved in a payment transaction? In which case a customer account could be involved?
    You will make the payments to vendors and customers accounts. Customer accounts may involve where you would like to make payment for the advance that you have received from customers.
    What could "payment proposal run" mean and imply?
    Payment proposal is nothing but SAP will give you a simulation showing what are the invoices going to be paid, what are the invoice not going to be paid (exception) due to various reasons.
    What could be done as "editing a proposal run"?
    In Editing the Payament proposal, you can block a invoice, which you would not like to make the payment. You have to create the payment block specially for the purpose of payment proposal.
    In the "print payment media" step, what does DME stands for?
    DME - Data Medium Exchange
    And in general, what are the diffenrences between a posting and an FI document?
    Posting is posting a document into the system.
    FI document is a document having debit and credit totalled. To post a document both and debit and credit must be tallied.
    Is the payment run launched automatically?
    There is no automatic launching of Automatic Payment Program. You can schedule the job in background, but I would not recommend this. I would recommend the user to enter the parameters, run proposal, execute payment run and print the media.
    Regards,
    Ravi

  • Runtime Error In copy Of SAP Standard Program

    How do people,
    I have copied a SAP standard program H99CWTR0 because I need to add an extra
    column output in the report. I have made a few chnages regarding the INCLUDES
    When I run the program I am getting the following runtime error:
    " The structure of the COMMON PART "DRIVER_DATA_EXCHANGE"
    in program "%_T01050" is different from the calling program .....
    My question is that it says the error in program "%_T01050"  !!
    But when I enter this in SE38 it says it doesn't exist !
    Any ideas???
    Andy

    Thanks mate for replying.
    I'll have a look at what you suggest
    Andy

  • Syntax error in SAP-standard program

    Hi experts,
    i am facing syntax error in sap standard program.how i can solve that error .
    Error in include LFKPZTOP  and errro is at line 70.
    please help me ASAP.
    Thanx & Rgds
    Zeba

    Hello Zeba,
    go to include LFKPZTOP and check in line 70.
    if you are not able  to solve that.
    post the same line, so that we can understand what is error.
    as of my checking the error is "iban is already defined in the include structure bus0bk ,
    but i think it dosn't effect your programing.
    Regards!
    Edited by: Prasanth M on Feb 10, 2009 5:04 PM

  • Add Voting buttons in MS Outlook from SAP ABAP program

    I have a requirment where SAP ABAP program will send an email.
    I need to have the voting buttons (yes/no) in the email. It does not have to be in the content of the email but the typically voting buttons that we can add to the MS Outlook email.
    If there is someone who can give me the steps and documentations, greatly appreciate.
    The main critieria is that it has to be MS outlook.

    Hi,
    here is the solution i think.
    INCLUDE ole2incl .
    DATA: ole_outlook  TYPE ole2_object,
          ole_CItem    TYPE ole2_object,
          ole_body      TYPE string.
      CREATE OBJECT ole_outlook 'Outlook.Application'.
      CALL METHOD OF ole_outlook 'CreateItem' = ole_CItem
        EXPORTING #1 = 0.
      SET PROPERTY OF ole_CItem 'To' = 'receiver @ mail.com'.
      SET PROPERTY OF ole_CItem 'Subject' = 'E-mail Title'.
      CALL METHOD OF ole_CItem 'Display'.
      CONCATENATE ole_body
                  'Dear Sir/Madam,'
                  cl_abap_char_utilities=>newline
                  cl_abap_char_utilities=>newline
        INTO ole_body.
    SET PROPERTY OF ole_CItem 'Body' = ole_body.
    CALL METHOD OF ole_CItem 'ATTACHMENTS' = ATTS.
    CALL METHOD OF ATTS 'ADD'
    EXPORTING #1 = 'C:\File_Location\File_name.extension'.
    SET PROPERTY  OF ole_CItem 'VotingOptions' = 'Yes;No'.
    FREE OBJECT ole_outlook.
    *you can replace the voting option to what you want, for example 'Yes;No' or 'Approve;Reject'.

  • Data analysis and SAP supplied programs etc

    1.What transactions do you use for data analysis?
    2.What are the techniques involved in using SAP supplied programs? 
    Do we prefer to write your own programs to load master data? Why?
    3.What is a currency factoring technique?
    4.What is output determination? 
    5.Setting up a BDC program where you find information from?

    Hi,
    Please check transaction code <b>BDLR</b>.
    Regards,
    Ferry Lianto

  • SAP Graduate Program

    Often I am approached by companies who want to develop a relationship with the university so they can gain access to our SAP graduates.  These approaches have increased in recent times as companies are suffering from skilled resources being poached by other companies.  The motivation is that if the companies can develop a relationship with graduates then they may stay with a company rather than being poached by others.
    The companies often suggest Graduate Programs.  I ask whether they have a Graduate Program and if not how would they like it to work.   I donu2019t mind advertising job vacancies to students but a Graduate Program is more than employing a graduate. 
    I would like to collect different models for graduate programs so these can be shared with companies to help them develop a meaningful experience for students while at the same time benefiting from the studentu2019s skills.  I will collate these models and develop a document which be made available via the SAP user groups.
    So please post about some of the different Graduate Program models you have been involved in.  I have also posted this in my blog to recah out to the broader SAP community.
    /people/paul.hawking3/blog
    Paul Hawking
    SAP Academic Program Director
    Victoria University
    Australia
    SAP Mentor

    Hey Anid,
    There are lots of standard program ..... What exactly u want ???
    Anyway ... see now if u want to get the list of all Material Management related standard programs then
    goto SE80 --> Repository Information system --> Program library --> Programs --> click on that then u 'll get a Selection screen where in u give as
    Program Name : A* .... B* ... C* etc., (or) A* to X* ( for standard Programs
    Package : ME ( For Purchasing)....
    Similarly u can get for other things also .......
    Hope this helps
    If any doubts revert back ....
    Cheers,
    R.Kripa.
    Message was edited by: Kripa Rangachari

  • Do we any SAP Standard program to Send IDOC of Type CODCMT01

    Do we any SAP Standard program for outbound processing for IDOC Type CODCMT01
    Message was edited by: Vipin Nagpal

    - If it is for test purpose only, you could use transaction WE19 (Test Tool).
    - As well you could write your own program and user MASTER_IDOC_DISTRIBUTE function module... but in this case you need to fill yourself the fields of the IDOC
    - as well you can have a look at function group KALE...
    E.g. function module K_DOCUMENT_SEND

  • How  to add custom fields to the  sap standard  program ukm_bp_display

    How  to add new custom  fields to the  sap standard  program ukm_bp_display .
    could u  please any one help me on this?

    Hello Kumar,
    You have to modify below structure, as this structure is providing the field catalog for output display (ALV).
    Here you can see there are a lot of include structures, so if you want to add fields in the output display you can add those fileds as an append structure to any of the below mentioned structures (Like ukm_s_account, ukm_s_bp_cms_sgm etc as per your requiremnt and positon at which you need to dispaly your fields.)
    DATA: BEGIN OF gt_grid_alv OCCURS 0.
           partner LIKE but000-partner,
           credit_sgmnt LIKE ukmbp_cms_sgm-credit_sgmnt.
            INCLUDE STRUCTURE ukm_s_account.
            INCLUDE STRUCTURE ukm_s_bp_cms_sgm.
    DATA:   credit_sgmnt_txt LIKE ukmcred_sgm0t-credit_sgmnt_txt.
          Gruppe Vector
            INCLUDE STRUCTURE ukm_s_bp_vector.
          Gruppe OBL = Obligo
          include structure UKM_S_BP_CMS_MALUSDSP_OUT.
            INCLUDE STRUCTURE ukm_s_display_segment.
            INCLUDE STRUCTURE ukm_s_bp_cms.
            INCLUDE STRUCTURE bus000_dat.
    *DATA:   icon(4).
          Gruppe RAST (Raster)
    DATA:
             rast01 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast02 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast03 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast04 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast05 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast06 LIKE ukm_s_display_segment-AMOUNT_GRID.
    DATA:    rast2_6 LIKE ukm_s_display_segment-AMOUNT_GRID.
    "Summe raster 2 bis 6
    DATA:  END OF gt_grid_alv.
    Another way is you can  go  to SE38, and you can create implicit enhancements.One enhancement point is available here in this required area. so create an implementation and add your fileds with data types.This way is also simple.
    Hope this will solve yiour problems.
    Regards,
    Antony Thomas

  • When i bought my mac I used an old app account that i do not remember it's password, so i had to open a new one but i can't updates my programs, so what should i do !

    when i bought my mac I used an old app account that i do not remember it's password, so i had to open a new one but i can't updates my programs, so what should i do !

    Better to use the original Apple ID used when you set up your Mac.
    Help here >  Apple ID: How to find your Apple ID

  • I have to reformat my hard drive and reinstall all of my programs. What do I do about Creative Cloud? I also still need access to CS6 (I have a Marksware converter for InDesign to Quark).

    I have to reformat my hard drive and reinstall all of my programs. What do I do about Creative Cloud? I also still need access to CS6 (I have a Marksware converter for InDesign to Quark).
    This is a MacBook Pro 15" (Model number A1286) running Mavericks. Hard drive is fine but system software has been corrupted. I cannot simply restore from Time Machine as it will copy the corrupt system.
    Will I have to find all of my serial numbers before I can launch any of the programs?
    Thanks

    For the Cloud, you log in to your paid Cloud account and download & install the same way you did the first time
    Cloud Getting Started https://helpx.adobe.com/creative-cloud/topics/getting-started.html
    If you have the perpetual license version of CS6 you install from your original media and use your serial number
    If you have the version of CS6 that is installed via the cloud use this link
    http://helpx.adobe.com/creative-cloud/kb/download-previous-versions-creative-applications. html
    -or http://www.adobe.com/downloads/other-downloads.html

  • Organiziser in Photoshop Elements 9 will not start in Windows 8.1. Inkompartibelt programs.  What to

    Hej!
    Organiziser in Photoshop Elements 9 will not start in Windows 8.1. Inkompartibelt programs.
    What to do?
    /yoel

    Ok, I had many problems with the installation, but after three attempts I've got it working. This might work with a previously failed installation - but there are other guides in the forum to get this position -thanks also to the many threads on the this - which pointed me in the right direction
    Previously I'd had issues with Error 1935, (on Shared Technologies), Blue screens due to clbudf.sys from Cyberlink Instant burn which blue screened (thread abort exception) this install as also iTunes. (I haven't installed this now...
    My scenario. Win 7 (clean) -> Win 8 -> Win 8.1
    After setting up the setting up the system.
    I ensured the following : (although begrudingly) so I could do a system restore if needed.
    -I disabled Anitvirus & Firewall
    -enabled Volume Shadow Copy Service
    I then ensured I had downloaded Adobe Application Manager 8.0 (read this may help) - I installed - but I did not run it as I believe it updates to Adobe CC Manager( from previous attempts)
    i also downloaded and installed the 32 bit versions of :
    C++2008 redistributable (32 bit)
    C++2008 SP1 redistributable (32 bit)
    I installed Premiere Elements (64 bit) - note I had previously installed Sony Vegas 10 Platinum, which downloaded and installed NET 3.5/Net 2.0 adding to windows features, which many have helped - not sure.
    I installed Photoshop Elements (32 bit)
    I started both apps and updated them to 12.1.
    Happy ... finally - hope this helps others - or at least helps adobe improve their installer, diagnose the issue for others.

  • I have installed HP2035n. But when i try to open the embedded web server, i get the error "Firefox doesn't know how to open this address, because the protocol (fe80) isn't associated with any program." What is the possible solution?

    I have installed HP2035n. But when i try to open the embedded web server, i get the error "Firefox doesn't know how to open this address, because the protocol (fe80) isn't associated with any program." What is the possible solution?
    I typed in the IPv6 address of the printer in the address feild of firefox.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

Maybe you are looking for