How to learn VB Macros?

Hi, If I want to write macros for BEx, where and how should I learn?
Thanks,
Radha

Chk this blog
/people/sap.user72/blog/2006/06/05/long-texts-in-sap-bw-displaying-in-bex-analyzer-introduction-to-excel-workbooks-formatting-part-i (It has links to other parts)
Hope it helps,
Regards,
B

Similar Messages

  • How to call HR Macros in ABAP-Webdynpro

    HI all,
    I want to extract HR data in webdynpro view.
    Where should I give Logical Database PNP?
    The ifnotypes key word is not accepting in Webdynpro coding?
    Where should I give GET PERNR event in Webdynpro?
    When I use RP_PROVIDE_FROM_LAST .... says error message
    Statement "RP_PROVIDE_FROM_LAST" is not defined. Check your spelling .
    How to use the Macros in Webdynpro (VIEW) methods.
    First time I'm working in ABAP-HR Webynpro.
    Please help me out..
    Thanks,
    Prasad

    Hi,
    How did u  solve this? pls provide the solution.
    Regards,
    Lakshmi.

  • How to create a macro for a planning type in MC8b transaction

    Hi,
    I am presently working for a product allocation demand, which have a information structiure with characteristic and key field.
    the characteristic are production allocation quantity, incoming order quantity, and open order quantity.
    i have created a planning type in which the data updation takes from the excel file to the planning type in mc95.
    but i need to create a macro for this planning type .
    can any body give the details information how to create a Macro for a planning type.
    Thanks and regards
    GopalKrishna

    Dear Gopal
    May be the link would be helpful to you.
    [Planning Types and Macros|http://help.sap.com/saphelp_46c/helpdata/en/a5/631cc443a211d189410000e829fbbd/frameset.htm]
    Drill down the left tab once you opened the link, for more information.
    Thanks
    G. Lakshmipathi

  • How to use HR Macros in Web Dynpro ABAP

    Hai All,
         Am new to Web dynpro Abap working in HR req.
           Can u pls help me how to import HR Macros in webdy ABAP.
            It will be very much helpful to me. Pls provide any link or doc if available.
    Thanks in Advance,
    Nalla.B

    Hi Nalla,
    if you can't find any Function Modules or BAPIs as Kris suggested, you would basically do this (conceptionally):
    1. What is your business logic supposed to do (output)  and what information does it need (input) for processing.
    2. Build a class in se24 and implement static public methods with the business logic you defined in (1.).
    3. Call the static methods in your WD4A-Framework.
    If you are unfamiliar with the class builder, make a local class first in se80, in a test program or alike.
    Does this help you a bit?
    regards, Lukas

  • How to call excel macros in ODI

    Hi gurus,
    I am new In ODI please help me with this. i want to store sheet name of excel file in a variable.I have written a macro function for this please help me how to call that macro function in ODI
    Thanks & regards

    this are my thoughts ,since you will have to deal with multiple files and read multiple sheets . While dealing with Excel ,we have to deal with DSN and so multiple Excel can a be a little complex.
    I think we can make use of your macro function by calling via VB and once you find the correct value write a in separate txt File. Now this File can be called in ODI and read and processed as you wish to .
    Step 1. Call your Macro Function via VB
    Step 2. Call this VB program via OS Command, which write to a separate file.
    Step 3. Call this variable and read from the file via this methods http://odiexperts.com/?p=243 , http://odiexperts.com/?p=273.
    Does this helps you .

  • How  to learn hr process

    pls provide the details wat type of quest ask to hr department bcoz i dont have the he domain knowedge & i boss sent to hr deparyment but no response from this side , plz guide how to learn the process .thanx in advence.

    Hi Gayatri,
    First of all let us know what exactly you are looking for?
    1) Are you looking for HR process   or
    2) You want to know the questions that are to be asked with the business users / end users , and based on that to start the business blue print for the implementation.
    If you are looking for Q&A to be sent to the end users then you have to search SDN and will find lots of Q&A . But try to understand the minimum process of HR activities that will happen in any Organization before going a head.
    In any Organization , HR role plays a vital and behaves as back bone to the Organization.
    Process involes , Hiring emloyees, Maintaining their data base, maintainig time attandance, running payroll, etc. Employee interaction and dealing with the employees benefits, dealing with their grievances, uplifting their morale etc are the main functions from HR perspective.
    This is just an overview of HR activities.
    Coming to SAP HCM Module, we deal with Recruitment, OM , PA , Time Management, Payroll, T&E , Travell Management and based on country specific modules like US Benefits etc.
    So our request is , confirm what you are looking for and let us know how we can add our inputs to your querry to give a clear picture.
    All the best.
    Regards,
    Sri..

  • How to learn if the security on my 2009 macbook pro has been compromised?

    how to learn if the security on my 2009 macbook pro has been compromised?

    just my curiosity if there is a way to check this question out?

  • How to define a macros in labview

    Can you please tell me.
    How to create the macros in the labview.
    Like below mentioned 
    #define sqrt (x)   (x * x)
    with regards and warm welcome,
    Ramamoorthy S
    with regards and warm welcome,
    Ramamoorthy S
    Solved!
    Go to Solution.

    LabVIEW does not have macros, but it is a programming language that can do just about anything.  Please following some LabVIEW Training, or the Skill Guide to get started.
    Edit: I also found this self paced training.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • How to call a macro(check for unsaved data) before calling refresh button of EPM TAB

    Hi,
    I want to show a popup message for any unsaved data before USER hit the refresh button on EPM tab.
    I write the macro like as below in module
    Function TestForUnsavedChanges()
        If ActiveWorkbook.Saved = False Then
            If MsgBox("There is unsaved data, save the data otherwise u will loose the data. Do You Want to Save the Data ?", vbYesNo, "Warning") = vbYes Then
            bSave = True
            Else
            bSave = False
            Application.Undo
            End If
        End If
    End Function
    so how to execute this macro before Refresh ?
    Thanking in Advance !!

    Hi Nilesh,
    Try to add this macro under Function BEFORE_REFRESH.
    Hope this helps.
    Regards,
    Astha

  • How to debug abap macros?

    Hi,
    Can anyone tell me How to debug abap macros?
    Thanks in advance.
    -Selva

    Hi Rigel,
    Understand it is a very old thread, but still could you please help me out with this? I tried to search for the option which you mentioned, but to no avail. I have SAP ECC 7.0.
    Thanks in advance.

  • How to learn MM module basics and SD module

    Hi all,
    As abapers you all need some basic knowledge of the modules, for example I need the info of the modules MM and SD, because I generally get works from these two module and I do not know much on them...
    How to learn these modules basics without having to any course?
    Could you please provide me documents if possible; my email is : [email protected]
    Thank you very much

    Hi Deniz,
    Process Summaries…
    Create Sales Order
    1.     Use Transaction Code VA01
    2.     Identify Sales Office
    3.     Enter Sold-to-party (customer) and purchase order number and date if applicable
    4.     Enter material, quantity and rate
    5.     Credit income to account (Internal Order or WBS element)
    6.     Enter partner (University contact details)
    7.     Save Sales Order
    Create Billing Document
    1.     Directly after saving the Sales Order, follow the path Sales document> Billing.
    2.     Save the billing document
    Other than as a follow-on function
    1.     Use Transaction Code VF01
    2.     The sales order number will default in – check that it is correct
    3.     Save the Billing document
    Print a Billing document immediately
    1.     Use transaction code VF03
    2.     Enter the Billing Document number.
    3.     Follow path Issue Output to > Printer
    4.     Click on execute twice
    5.     To preview, follow the path Issue Output to > Screen and click on execute twice to view
    Document Flow
    1.     Use transaction code VA03 (Sales Order/Credit Memo or VF03 (Billing document) or
    2.     Follow the path Environment > Document Flow
    3.     Enter the document number
    4.     Click on the document overview icon 
    Common Transaction Codes
    Access to transactions is limited by your security profile
    For easier access, add transactions to your favourites folders
    Create Sales Order     VA01
    Create Credit Memo     VA01
    Change Sales Order     VA02
    Display Sales Order     VA03
    List Sales Order     VA05
    Create Billing Doc     VF01
    Display Billing Doc     VF03
    Cancel Billing Doc     VF11
    Print Billing Doc     VF03
    Display Customer     XD03
    Display Material     MM03
    Display Customer Line Items          FBL5
    Document Structure…
    Numbering Range
    80000000 – 89999999 Sales Orders
    90000000 – 99999999 Billing Document
    60000000 – 69999999 Credit Notes
    800000 – 899999 Customers
    2000000 - 2999999 Materials
    for any further info check this link
    http://www.leeds.ac.uk/iss/infosystems
    Hope this helps u..
    Reward points if useful..
    Regards,
    Sreenivas

  • How to learn the Business Process and how it is related to BI?

    Dear Experts,
    How to learn the Business Process? for example the business process from finance to sales. As I am more involved in technical development of BI; I dont know or having very hard time to understand what the business process. And how the Business Process is related to BI?
    I think if I don't understand the business process than it is very hard to satisfy the User requirements. If you have any documentation please feel free to forward it to [email protected]
    I wish you happy new year. Thank you in advance.
    Aslam.

    If only plan data entered, try to delete the planning data before delete the object and then re-create it again. Otherwise you may have to leave it as is and change the description for the usage by the different company code.

  • How to learn Webdynpro online

    Hello,
    I would like to learn webdynpro online. Like is there any link through which I can learn. Like is there any possibility to download and install a component and start doing the programming. Please help me providing some relevant information.
    thnx in advance
    cheers
    murali

    hi,
    You could certainly learn webdynpro online. Many documented files are there.
    You can see this thread where in many of our friends have given the details
    how to learn webdynpro?
    Hope it helps...
    Regards,
    Ganesh

  • How to learn Indesign CS3  SDK programming for windows

    Hi,<br /><br />I am very new to plugin development.I am working in Indesign CS3 SDK (windows).<br /><br />But I am not able to write /understand the syntax of InterfacePtr.<br /><br />for eg :<br /><br />InterfacePtr<IClassIDData> orgDocFileHandlerData(doc, IID_ORGICLASSIDDATA); <br /><br />We get Pointer of any Interface , and pass some arguments .<br /><br />So can anybody help how to learn this programming , I am not finding any <br /><br />books or tutorials on this so that I can read from the basic. I have only <br /><br />referred to Programming Guide(CS3). Can anybody please help/explain  me how <br /><br />to learn it?<br /><br />Thanks.<br /><br />Ravi Sharma

    It's only my way of understanding about InDesign SDK :<br /><br />* SDK objects are know as 'boss(es)' and are accessed thru interfaces.<br />* You can imagine object as collection of interfaces. And you can even aggregate new interfaces to existing objects.<br />* When you have a reference to an interface of a boss, you can access other interfaces (of the same boss - or object) using the *amazing* syntax : (here, doc is a probably an IDocument interface on a kDocBoss object, and you want to access it's IClassIDData interface)<br />InterfacePtr<IClassIDData> orgDocFileHandlerData(doc, IID_ORGICLASSIDDATA); <br />* And finally, InterfacePtr has a reference counter, which allows the framework to destroy the interface object - not the boss of course, only the memory used by the object - when it's non mre referenced.<br /><br />HTH !

  • How to learn form code well?

    i don't know how to learn form code well and where to learn it?
    i also don't know how to learn html code well and where to learn it?
    because of form code ,html code , javascript code and so on are to be used with
    php code and oracle pl/sql code?
    who can tell me some good places to learn these knowledge ?

    Hi,
    You have to learn it by yourself by reading/practicing some good books..
    This is a good place to start on for HTML/Javascript..
    http://www.w3schools.com/

Maybe you are looking for