HR-abap friends--reg:SO10 Objects

Hello Friends,
i am preparing SO10 objects like appointment letters and promotion letters,
here some fields like basic salary means &basic& if coded like its coming i am just confusing how its coming,
same way i need syntax for some other fileds
house rent allowance
personal pay
fixed sale related expenses
variable sales related expenses
Please help me out how to write syntax for this.
Thnaks.

Hello Friends,
i am preparing SO10 objects like appointment letters and promotion letters,
here some fields like basic salary means &basic& if coded like its coming i am just confusing how its coming,
same way i need syntax for some other fileds
house rent allowance
personal pay
fixed sale related expenses
variable sales related expenses
Please help me out how to write syntax for this.
Thnaks.

Similar Messages

  • ABAP Webdynpro as callable object to connect MDM Server

    Hi All
    if we want create MDM workflows in portal thru GP then we need to create the callable object initially which will integrate the MDM system thru MDM Apis
    suppose if we choose the option of taking the ABAP webdynpro as callable object then what is the development efforts/Steps to involve for creating the callable objects.
    i hope that we can use the ABAP wendynpro thru MDM ABAP APIs where we can integrate MDM data in ABAP webdynpro application.
    can you please list out what is the Aims from enduser level  and development level.
    Please more details on this??
    Regards
    Suresh babu

    Hi All
    if we want create MDM workflows in portal thru GP then we need to create the callable object initially which will integrate the MDM system thru MDM Apis
    suppose if we choose the option of taking the ABAP webdynpro as callable object then what is the development efforts/Steps to involve for creating the callable objects.
    i hope that we can use the ABAP wendynpro thru MDM ABAP APIs where we can integrate MDM data in ABAP webdynpro application.
    can you please list out what is the Aims from enduser level  and development level.
    Please more details on this??
    Regards
    Suresh babu

  • Tranport SO10 object

    How to :
    1) Transport SO10 object between clients (I can not use SCC1 as there is not transport request for my SO10 object)
    1) When I am creating a Z SO10 object, it is not asking for transport. so how do
        I transport form my Dev server to the Quality

    Hi,
    you can do this using program RSTXTRAN .
    Text key - object
    Text key - name
    Text key - ID
    Text key - language, then it will store under one transport that can be moved to other system.
    Steps..
    Create a work bench CR in the transaction SE09..
    Modify the task to Development correction / Repair..
    Go to the program RSTXTRAN..
    In the name of correction give the task number (Not the CR number)
    Give the Text Key..Your standard text name..
    Press F8...
    Press select all..
    Then Press enter..
    Then press the button "Trsfr texts to corr".
    Now the standard texts will be moved to a CR..
    Then release the CR and move it to QA..
    check out the following link.
    http://help.sap.com/saphelp_47x200/helpdata/en/f4/b4a1ed453611d189710000e8322d00/frameset.htm
    Regards,
    Priyanka.

  • Regarding "Friend Function" in Object oriented Abap.

    Hi! Every Body,
    I need to know about this friend function in ooabap.
    1. Clear Definition.
    2. i need program too.
    3. What is the use Of friend function?
    4. wht is the difference from java and ooabap using this function.
    if any body replies for my query , i really thank full to u.
    regards,
    M.swapna.
    [email protected]

    Hi Swapna,
    Usually private components of a class can be accessed by methods of that class only..Sometimes, it is necessary for two classes to work so close to each other that one class needs to access the private attributes of the other.
    In that case, you can make the former class, a friend of the latter class.
    Suppose class A is made as a friend of class B.
    Then A and its subclasses can access the private or protected components of the class B.
    But they cannot access the private or protected components of subclasses of class B.
    You can refer this link for more help.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/693ec8185011d5969b00a0c94260a5/content.htm
    Award points if found useful.
    Regards,
    SP.

  • ABAP Code for BI objects

    Hi Friends,
    I have created BI objects like infocubes, infoobjects, DTP, Datasource to transfer data from a flat file to BI system using SAP GUI... All data from flat file are transfered to BI successfully... i dont have any knowledge in ABAP... So i need to see the ABAP code for the BI objects i created above in my project... how can i see the coding for that?
    thanks in advance
    sasi

    Hi Sasi,
    All the objects which you create in BI will be stored in some standad tables,it only fetch details accordingly from those tables.For MasterData you can find the option as Display Routines in Extras.If you want to get more infomation about the STD Table and the Program involed in BI objects,just enter in (/h) mode.
    Regards,
    Prem

  • Reg. Object development...

    Hi Friends
    As i'm new to SAP (trained in SAP-ABAP), just wanna to know about the development process in realtime. I know to some extent that we'll develop from Func.spec to Tech.spec. and then starts coding.
    How this developed object will sent to production server via Quality server, and please let me know about various testings in development and testing b4 releasin to Production.
    That would be gr8 if anyone of u explain me the process.....(any one of the processes)
    Thanks
    Surender

    Hi,
    you really no need to run when you are trained by your company...
    Things will be clearly explained to you when they are to be...
    As per now what ever idea you have in mind is sufficient..
    And Process slightly differs from project to project...
    and the members of your team would be the right people to guide you...
    All the best..

  • Download and Upload(!) ABAP-Source and DDIC-Objects?

    Hi,
    is there a standard transaction or third party tool
    to download and upload(!!) ABAP-Source (function modules,
    function groups, module pools, reports...) and DDIC-Objects
    (tables, structures, data elements) to a local file system?
    In terms of uploading these objects it would be desirable
    that the transaction/tool creates packages/development classes/.. on its own.
    I would need that to copy the same source and ddic-objcets to different customer systems without doing it "manually" everytime.
    Does anyone know advice?
    Thank you,
    Bernhard

    Hi Bernd,
    look here :
    Re: how to download pf-status and upload in another system
    Andreas

  • ABAP OO sales order object - how to attach link to VA03

    I'm trying to build workflow using ABAP Objects instead of BOR. I created custom object for sales order according to blog "Getting started with ABAP OO for Workflow using the IF_WORKFLOW interface". It works correctly in my workflow but I would like to attach link to "browse sales order" (VA03) to workflow step. When using BOR I can attach link my binding BOR objest to AdhocObjest step container element. The same way does not work for ABAP OO object. The error message is "The object categories 'CL' (source) and 'BO' (target) are not compatible".
    Is there any way to add this link to attachments when sales order object is OO not BOR?

    At least make sure that you have a default method 'browse' in your class. I mean that make a method for "displaying" or "browsing" or whatever you want to happen when you click the object, and make it default. OR actually if I remember correctly there is a default method existing already, but put your code to there.
    Also try this:
    -Create a container element of type 'sales order' into your task
    -Bind the sales order object from workflow to the the task
    Regards,
    Karri

  • Webdynpro abap view layout error: Object espected

    Hi guys,
    I'm facing a problem when trying to add a new element in the View Layout of a WebDynpro Component.
    I will try in the following to be more explicit about the problem.
    The technical configuration is following:
    Laptop::SAP GUI 710<---Home Network---> Server: SAP NetWeaver  7.0 ABAP Trial Version (Study System)
    On my laptop I'm successfully connecting with SAP-GUI to the Server.
    Then I open the SE80 transaction and create a new WebDynpro-Component. In this component I create a View.
    Now, in the View Layout, when I try to add a new element, off any kind, I receive the error: "Object expected", Code C and the URL form the message is referred to localhost:8000/sap/bc/the/path/to/the/page/preview/for/mandant000.( I think that is a Java Script error.)
    As result, in the layout, I kant see anything, allthogh in the ROOTUIELEMENTCONTAINER the added Element and his properties are showing up.
    When I copy/paste the URL from the Error Message Window to the Internet Exploder, but changing localhost with the ip of the server, the page shows the element from the view.
    I've tried to add on my laptop, in C:\WINDOWS\system32\drivers\etc\ hosts,lmhosts a name for the ip address of the server, but with no results. The port 8000 is fully opened, the server is running on a fresh installed OS without any other programs or firewalls. Telnet to servers ip port 8000 also works.
    Also I've tried with the Transaction SICF to look over some configuration directives but found nothing.
    Can any one help me solving this problem? I'm prety sure that I'm missing some config file or some configuration somewhere ....
    Many many thanks for any hint or help and I hope that I've describet well the problem.
    The_Thinker

    Hi,
    I've looked using the transaction you gave me and only 2 services are listed: the http and smtp, both using localhost as address.
    Using also the transaction st22, for error reporting, i have concluded that is about the icm service.
    Now, I have searched extensive on help.sap.com over the issue of setting up/configuring an icm service.
    My question/s:
    In order to be able to solve my problem, I have to configure a new icm service? or I need to configure  a new alias? or an external service?
    I'm a little confuse after all that reading on help.sap.com, witch, by the way, was very helpful for me in acquiring new informations.
    Many thanks for help.
    regards.

  • WD ABAP @ Access mime html object

    Hello All,
    Need help in understanding how do I get the URL of a mime HTML object in WD ABAP application.
    I need this URL of the mime object so that I can fire exit plug with this URL at runtime in the applicaiton.
    Please assist.
    Thanks and Regards,
    Samta

    Use method CONSTRUCT_MIME_URL of class CL_WDR_UTILITIES. Remember to take the value against E_ABSOLUTE_PATH, as the URL supplied in the method FIRE_PLUG of interface IF_WD_VIEW_CONTROLLER needs absolute URL.
    Sample:
    DATA: lo_viwcon TYPE REF TO if_wd_view_controller,
             lo_wincon TYPE REF TO if_wd_window_controller,
             lo_aprvwin TYPE REF TO ig_approverequest_wndw.
       DATA: lt_params  TYPE wdr_event_parameter_list,
             ls_param   TYPE wdr_event_parameter.
       DATA: d_cmd TYPE REF TO data,
             d_url TYPE REF TO data.
       FIELD-SYMBOLS: <v_cmd> TYPE ANY,
                      <v_url> TYPE ANY.
       CREATE DATA d_cmd TYPE string.
       CREATE DATA d_url TYPE string.
       ASSIGN d_cmd->* TO <v_cmd>.
       ASSIGN d_url->* TO <v_url>.
       <v_cmd> = 'X'.
       cl_wdr_utilities=>construct_mime_url(
        EXPORTING
           i_component_name = '<COMPONENT_NAME>'
           i_mime_source    = '<MIME_FILE_NAME>'
         IMPORTING
           e_absolute_path  = <v_url> ).
       ls_param-name  = 'CloseWindow'.
       ls_param-value = d_cmd.
       INSERT ls_param INTO TABLE lt_params.
       ls_param-name = 'URL'.
       ls_param-value = d_url.
       INSERT ls_param INTO TABLE lt_params.
       lo_viwcon = wd_this->wd_get_api( ).
       lo_wincon = lo_viwcon->get_embedding_window_ctlr( ).
       lo_wincon->if_wd_view_controller~fire_plug( parameters = lt_params
                                                   plug_name  = 'EXIT_PLUG' ).

  • ABAP Webdynpro to Callable object...

    Hi all!!...
    Do someone know if I need to do something extra while creating a webdynpro to be created as a callable object in the Portal? or any webdynpro can be created as CO from the Portal?
    Thanks.
    Jorgelina.

    yo don't need to create something different.

  • ABAP Certification-Reg

    Hii All,
    I want to take ABAP Certification test. What is the procedure to take this test? Is it mandatory to take training at Siemens and then appear for the test? Or just take the test on my own? Presently, I am working in an organisation. PLease help me out.
    Thanking you in advance.
    Bye
    Abdul

    Hi Abdul,
    For doing a certification couser there are two ways:
    First if you are doing of your own then you have to go throuch the 5 weeks course from either Siemens or any other inst. and then sit for an certification exam.
    Second , if your company can directly talk to the SAP authoirised training center people then they may allow you to sit only for certification, but i think they may charge you for the whole certification fees.(Not preety sure abt. this).
    You have to sit for the course if ur doing of your own.
    Cheers
    Sunny
    Rewrd points, if found helpful

  • APO ABAP - Query reg. /SAPAPO/BOP_WORKLIST report output

    Hi,
    I have a query in ABAP APO in /SAPAPO/BOP_WORKLIST report. My requirement is to add the fields KNA1-NAME1 & KNA1-MCOD3 to the report output only, but not to the filter as in Note 376773 or 377186. Please let me know if you have any inputs to offer. Thanks in advance.
    Regards
    Murthy

    Hi ,
    The req is not completely clear.
    still , with some assumptions,
    you can use ws_download FM to download the final internal table content to flat file on PC.
    regards.
    santosh.

  • Reg: Business object

    Hi All
    I am new to work flow ..can any one explain me what is mean by business object??
    Thanks

    Look into the below Link
    http://help.sap.com/saphelp_nw04s/helpdata/en/7e/5e11a84a1611d1894c0000e829fbbd/frameset.htm
    Business object is like a Application system with all the functionality.
    For each SAP Functionality like Sales Order, Purchase Orders, Requisition, Delivery. Everything has it's Own Business Object with Key Fields, Attributes, Methods, Events.
    Eg: Sales Order (BUS2032) Txn : SWO1
    Key Fields : Sales Order Number --> Will be the Unique & non empty field
    Attirbutes:   All other Sales Data --> Similar to VBAK & VBAP data for processing within the business object
    Methods:   SalesOrder- Change
                     SalesOrder- Create  --> Some are API functions linked directly to BAPI, which are for performing  an operation, this will have Programming behind it.
    Events:  SalesOrder- Create --> Will get triggered when an Sales Order created and some need to be configured to be triggered

  • Reg :authorization objects

    hai..
      This is manny...i would like to congrats for all sdn users.plz let me know about.. what is the exact meaning of authorization object and object classes and authorization fields.i have little bit confusion regarding dis on.i want exact meaning of those ones.plz provide any documentations.
    what is the use of authorization object and authorization fields and object clases and .where we used..?
    Thanks and Regards,
    MANNY..

    Hi Manyam,
    Please see the links and get the solutions.
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/52/671285439b11d1896f0000e8322d00/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/52/6716a6439b11d1896f0000e8322d00/content.htm
    Regards,
    Anil

Maybe you are looking for

  • Output of alv grid

    hi all, there is a very typicall requirement to be achieved in ALV grid display. i need to display the subtotal of a field for  which line item should not be shown. In this case "Number of Purchase orders" should not have any line itme but it should

  • Extending the rating stars

    I was wondering if we are allowed to extend the rating stars which is currently at 5 stars to 10 stars for example. I would like to, but I don't know how.

  • Best way to insert missing info (in playlist or main library)

    Hi, i am just new to the iTunes program. I have a lot of downloaded songs with missing info (ie. album etc). We are using two dif ipods and have set up two different playlists to separate the music. My question is this: when i edit the missing info o

  • SERIOUS PROBLEM - need help! flashing lights!

    my ipod has turned into a strobe light machine. it started when my ipod's battery died. i tried to charge it through a usb hub and power cable. that is, i powered the usb hub directly from a wall socket, then used the ipod cord plugged into the hub t

  • Severe soundproblems soundblaster on Win7 64bit

    Hi. I've got an older HP Pavilion TV d4860.se stationary PC from 2007. It originally ran Mediacenter, got it upgraded to a normal XP Pro 32bit so no restore possibilities exists. It's got an AMD Athlon 64(x2) 5200+ with 4Gb ram on an A8M2N-LA motherb