Events in LSMW

hi,
   i was asked aboutthe  events in LSMW, pls if any one know , pls let me know
thanks,
bye

Hi Saurabh,
Check out these:
Processing time Meaning Default setting
<b>__BEGIN_OF_PROCESSING__</b> Before the beginning of
data processing
(blank)
<b>__BEGIN_OF_TRANSACTION__</b> Before the beginning of
transaction data
processing
(blank)
<b>__BEGIN_OF_RECORD__</b> Before applying the
conversion rules for a
source structure
Initialize the structure <segment>
(Name of target structure)
Batch Input, Direct Input:
<segment> = init_<segment>.
BAPI, IDoc:
g_edidd_segnam = '...'.
g_edidd_segnum = '....'.
g_edidd_psgnum = '......'.
g_edidd_hlevel = '..'.
Clear <segment>.
<b>__END_OF_RECORD</b> After applying the
conversion rules for a
source structure
Transfer_record.
<b>__END_OF_TRANSACTION__</b> After finishing transaction
processing
Transfer_transaction.
<b>__END_OF_PROCESSING__</b> After finishing data
processing
(blank)
<b>transfer_record</b>. Transfers the current record (i.e. for the current target
structure) to the output buffer.
<b>transfer_this_record '...'.</b> Transfers a record of another target structure to the output
buffer. The name of the target structure has to be specified as
argument in single quotes.
<b>at_first_transfer_record.</b> Transfers the current record to the output buffer, if it is the first
transaction.
<b>on_change_transfer_record</b>. Transfers the current record to the output buffer, if it has
changed compared to the last record.
<b>transfer_transaction.</b> Writes the current transaction to an output file. All records of
Legacy System Migration Workbench
38
the output buffer are transferred to the output file.
<b>skip_record.</b> The current record is not transferred to the output buffer.
<b>skip_transaction</b>. The current transaction is not written to the output file.
Reward points if this Helps.
Manish

Similar Messages

  • What are the events of lsmw?

    what are the events of lsmw?

    hi,
    Check out these:
    Processing time Meaning Default setting
    __BEGIN_OF_PROCESSING__ Before the beginning of
    data processing
    (blank)
    __BEGIN_OF_TRANSACTION__ Before the beginning of
    transaction data
    processing
    (blank)
    __BEGIN_OF_RECORD__ Before applying the
    conversion rules for a
    source structure
    Initialize the structure <segment>
    (Name of target structure)
    Batch Input, Direct Input:
    <segment> = init_<segment>.
    BAPI, IDoc:
    g_edidd_segnam = '...'.
    g_edidd_segnum = '....'.
    g_edidd_psgnum = '......'.
    g_edidd_hlevel = '..'.
    Clear <segment>.
    __END_OF_RECORD After applying the
    conversion rules for a
    source structure
    Transfer_record.
    __END_OF_TRANSACTION__ After finishing transaction
    processing
    Transfer_transaction.
    __END_OF_PROCESSING__ After finishing data
    processing
    (blank)
    transfer_record. Transfers the current record (i.e. for the current target
    structure) to the output buffer.
    transfer_this_record '...'. Transfers a record of another target structure to the output
    buffer. The name of the target structure has to be specified as
    argument in single quotes.
    at_first_transfer_record. Transfers the current record to the output buffer, if it is the first
    transaction.
    on_change_transfer_record. Transfers the current record to the output buffer, if it has
    changed compared to the last record.
    transfer_transaction. Writes the current transaction to an output file. All records of
    Legacy System Migration Workbench
    38
    the output buffer are transferred to the output file.
    skip_record. The current record is not transferred to the output buffer.
    skip_transaction. The current transaction is not written to the output file.

  • LSMW not working

    Hello all,
    I'm using a LSMW to follow up events in Training and event management.
    The transaction code is PV15.
    While recording for the LSMW, the qualifications do not transfer to the qualification profile of the employees booked under that event.
    However the manual PV15 transaction runs fine and updates qualifications. It is only while Following up an event using LSMW that the data is not transferred to PD.
    The entire LSMW session runs without any errors, shows all the screens however does not transfer the Qual. to empls Qualification profile (PPPM).
    Another thing, I created LSMW for the same in another client and it worked perfectly fine. On import of the same LSMW in this particular client the LSMW fails.
    I think this could be related to the database tables that can be accessed by LSMW or something. Are there any settings for this that I can check?
    Kindly help me out on this with your suggestions or if you've encountered a similar case before.
    Points assured.
    Thanks in advance!
    Regards,
    Shreyasi.

    Hi,
    I've re-imported the LSMW.
    I've found that the LSMW doesnot work for a particular Business events. For some it does and transfers qualifications to the attendee's Qual profile.
    I'm not able to figure out why the distinction.
    Can any one gimme some ideas as to where all i can check?
    Thanks in advance.
    Regards,
    Shreyasi

  • About LSMW

    Hi Developers,
    can any one tell the events in lsmw.
    Thanks&Reagards,
    phani.

    Hi,
    Processing time Meaning Default setting
    <b>__<b>BEGIN_OF_PROCESSING__</b></b> Before the beginning of
    data processing
    (blank)
    <b>__<b>BEGIN_OF_TRANSACTION__</b></b> Before the beginning of
    transaction data
    processing
    (blank)
    <b>__BEGIN_OF_RECORD__</b> Before applying the
    conversion rules for a
    source structure
    Initialize the structure <segment>
    (Name of target structure)
    Batch Input, Direct Input:
    <segment> = init_<segment>.
    BAPI, IDoc:
    g_edidd_segnam = '...'.
    g_edidd_segnum = '....'.
    g_edidd_psgnum = '......'.
    g_edidd_hlevel = '..'.
    Clear <segment>.
    <b>__END_OF_RECORD</b> After applying the
    conversion rules for a
    source structure
    Transfer_record.
    <b>__END_OF_TRANSACTION__</b> After finishing transaction
    processing
    Transfer_transaction.
    <b>__END_OF_PROCESSING__</b> After finishing data
    processing
    (blank)
    <b>transfer_record.</b> Transfers the current record (i.e. for the current target
    structure) to the output buffer.
    <b>transfer_this_record</b> '...'. Transfers a record of another target structure to the output
    buffer. The name of the target structure has to be specified as
    argument in single quotes.
    <b>at_first_transfer_record.</b> Transfers the current record to the output buffer, if it is the first
    transaction.
    <b>on_change_transfer_record.</b> Transfers the current record to the output buffer, if it has
    changed compared to the last record.
    <b>transfer_transaction.</b> Writes the current transaction to an output file. All records of
    Legacy System Migration Workbench
    38
    the output buffer are transferred to the output file.
    <b>skip_record.</b> The current record is not transferred to the output buffer.
    <b>skip_transaction.</b> The current transaction is not written to the output file
    Check this threads.
    Events In LSMW
    Regards,
    Maha

  • What are the events triggered in lsmw?

    what are the the events trigered in lsmw?

    check this link for complete info in LSMW
    How to mantaian the manditory ,optional and required fields in LSMW
    Regards
    Prabhu

  • Lsmw events & method

    wt events do we use in real time on LSMW, can anybody explain me which method is been used in LSMW like recording or direct method & events..

    Hi Venn,
    I don't know the solution. I just want to throw some light...
    Please check the below link...
    Skipping input line in LSMW
    Thanks
    Ramakrishna

  • Lsmw events

    Hello evry body
    would any body tell me what are events triggered in LSMW.

    Hi,
    1.BEGIN_OF_PROCESSING - Before the beginning of data processing
    2.BEGIN_OF_TRANSACTION - Before the beginning of transaction data processing
    3.__BEGIN_OF_RECORD__ Before applying the conversion rules for a source structure
    4.END_OF_RECORD_ After applying the conversion rules for a source structure
    5.__END_OF_TRANSACTION__After finishing transaction processing
    6.END_OF_PROCESSING__ After finishing data processing
    Regards
    Sudheer

  • Regarding tables work area,events in reporting,LSMW

    Hai to All,
    1. Sequence of events in classical & interactive reporting.
    2. Why call transaction does not support LSMW
                                  (Legasy System Migration Workbench)
    3. We have to provide tables work area in the declaration when select-options logic is used but it is not mandatory in parameters selection screen logic why?
    4. what is the reason for maintaining <b>loop ... endloop</b> logic under PAI in the case of  table control
    please provide answers for these quections
    regards,
    suryanarayana k.

    Hi
    1. Sequence of events in classical & interactive reporting.
    Events in ABAP Programming
    Classical Reporting:
    INITIALIZATION
    AT SELECTION-SCREEN OUTPUT
    AT SELECTION-SCREEN
    START-OF–SELECTION.
    TOP-OF-PAGE
    END-OF-PAGE
    END-OF-SELECTION.
    Events in Interactive Report
    TOP-OF-PAGE DURING LINE-SELECTION
    AT USER-COMMAND.
    AT LINE-SELECTION
    AT PF-FUNCTION KEY
    2. Why call transaction does not support LSMW
    (Legasy System Migration Workbench)
    http://www.sapbrain.com/TOOLS/LSMW/SAP_LSMW_steps_introduction.html
    http://esnips.com/doc/8e732760-5548-44cc-a0bb-5982c9424f17/lsmw_sp.ppt
    http://esnips.com/doc/f55fef40-fb82-4e89-9000-88316699c323/Data-Transfer-Using-LSMW.zip
    http://esnips.com/doc/1cd73c19-4263-42a4-9d6f-ac5487b0ebcb/LSMW-with-Idocs.ppt
    http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI.ppt
    http://esnips.com/doc/7582d072-6663-4388-803b-4b2b94d7f85e/LSMW.pdf
    for Long texts Upload
    Please take a look at this..
    http://help.sap.com/saphelp_erp2005/helpdata/en/e1/c6d30210e6cf4eac7b054a73f8fb1d/frameset.htm
    3. We have to provide tables work area in the declaration when select-options logic is used but it is not mandatory in parameters selection screen logic why?
    When youd eclarae select-options by default it creates a selection table with 4 fields called SIGN,OPTIOn,LOW and HIGH fields
    Paramters its' not like that
    4. what is the reason for maintaining loop ... endloop logic under PAI in the case of table control
    Table control means handling multiple records , so to process/handle them it is a must to use loop.endloop.
    Reward points for useful Answers
    Regards
    Anji

  • Extraction and loading of Training and Event Management data (0HR_PE_1)

    hello,
    I've got the following doubt:
    before BI 7.0 release, extractor 0HR_PE_1 extracts event data (eventid, attendee id, calday,...) but if you load straight to cube 0PE_C01, as Calendar year/month needs a reference date (for example, event start date), you'll get total duration of event in hours or days refered to event star date.
    So in a query filtered by month, you get total duration of an event that starts in the filtered month but it couldn`t end until few months later o year later, so you don´t get appropiate information.
    Example:
    Event          calday        Hours
    10004377  20081120   500        but from event_attr event end date is 20090410.
    In a query filtered by 200811 you get total duration time (500 hours when in 200811 event hours have been 20) or if you filter by any month of 2009 you don´t get information of duration of that event.
    I had to create a copy of standar cube (without calday, only Calendar year/month, Calendar year in time dimension) and disaggrate data creating as many entries for an event as months lasts and adjust calculation of ratios duration of event (duration of event in each month/ total duration of event).
    The question is: Is there any improvement or change on business content in BI 7.0 to treat Training and Event Management data? Has anybody had to deal with that?
    Thank you very much.
    IRB

    Hi,
    TEM data is stored in HRP tables.
    You can load the catalog by creating LSMWs for objects Business event group (L), Business event types (D), Locations (F), Organizers (U) as per requirement.
    LSMW for tcode PP01 can be used to create these objects.
    To create Business Events (E) you can create LSMW for PV10/PV11.
    To book attendee create LSMW for tcode PV08 as here you can specify the actual business event ID which reduces ambiguity.
    tcode PV12 to firmly book events
    tcode PV15 to follow up
    Hope this helps.
    Regards,
    Shreyasi.

  • Training and Event Management Data Load

    Hello Team
    Would appreciate if any of you can advice on how to load Training and Event management data. I think its stored in HRP tables.
    I'm working on an upgrade assignment.
    Thanks

    Hi,
    TEM data is stored in HRP tables.
    You can load the catalog by creating LSMWs for objects Business event group (L), Business event types (D), Locations (F), Organizers (U) as per requirement.
    LSMW for tcode PP01 can be used to create these objects.
    To create Business Events (E) you can create LSMW for PV10/PV11.
    To book attendee create LSMW for tcode PV08 as here you can specify the actual business event ID which reduces ambiguity.
    tcode PV12 to firmly book events
    tcode PV15 to follow up
    Hope this helps.
    Regards,
    Shreyasi.

  • Need manual to implement training and event management

    Hi All
    I'm going to implement Training and event management for my client.Plz help me if u've any kind of manual or any guidelines for me.
    Thanks,
    SKM

    Hi Santosh,
    Best way to check the guidelines is to see help.sap.com.
    From my experience you need to follow the following steps:
    1. Create busness event groups
    2. Create business event types
    3. Create resource types
    4. Create resources
    5. Create external instructors (if any)
    6. Create companies (if any)
    7. Create locations
    8. Manage integration switches (SEMIN rows in T77S0 table)
    For the master data creaton activities above, you can create LSMW to make it possible for mass data upload.
    After your business catalog and all other master data is in place,
    1. Plan business events - PSVP
    2. Create business events wth/without resources - PSV2
    3. Book attendees- PSV1
    As recurring activities:
    1. Firmly book the events.
    2. Cancel events (if needed)
    3. Follow-up events.
    Regards,
    Dilek

  • Historically recording events - Training and event management

    Hi,
    What is meant by historically recording an event?
    What is the difference if an event is followed up tcode PV15, and the small check box "Historically record business event" is checked or not checked?
    I know it means that no changes can be made to the event once it has been followed up, but that happens even if hte checkbox is not ticked.
    So what coule be the difference?
    Thanks in advance!!
    Regards,
    Shreyasi

    Hi ,
    I am facing this issue in LSMW.
    Is there a way to capture the below BDC code in the LSMW recording itself?
    Tips,
      PERFORM bdc_dynpro      USING 'SAPLRHSV'  '1001'.
       PERFORM bdc_field       USING    'BDC_CURSOR'
                                                          'PLOG-PLVAR'.
       PERFORM bdc_field       USING    'BDC_OKCODE'
                                                          '=CONF'.
       PERFORM bdc_field       USING    'PLOG-PLVAR'
                                                          '01'.                               " Current plan

  • Getting Training and Event Management Data using IT0031

    Scenerio:
    One of the Employee Is Retired. Now we hire it again for the same role ( extending its period after posting it as retired).
    So the good thing that we can use the IT0031 "Reference Personnel Numbers" to get the desired ITs and found that can get other cutomized ITs by checking in the "Copy Infotype" attribute of IT records.
    Now this seems to be valid if we are in the same module
    but waht if i want to get this magic "Referencing of ITs" done for the "Training and Event Managment" Data of the employee.
    Is it Possible Automatically ... or have to go fro ABAP... (I will not prefer ABAP)...
    I hope i have stated the problem clearly ...
    Feedback ... need it ASAP ...

    Hi,
    TEM data is stored in HRP tables.
    You can load the catalog by creating LSMWs for objects Business event group (L), Business event types (D), Locations (F), Organizers (U) as per requirement.
    LSMW for tcode PP01 can be used to create these objects.
    To create Business Events (E) you can create LSMW for PV10/PV11.
    To book attendee create LSMW for tcode PV08 as here you can specify the actual business event ID which reduces ambiguity.
    tcode PV12 to firmly book events
    tcode PV15 to follow up
    Hope this helps.
    Regards,
    Shreyasi.

  • Training and Event Management Business Events

    Hi Experts,
    I would like to know if there is any BAPI/ FM available to create a Business Event Under particular Busness Group and Type.
    I have Some more things to have a clarification on
    1. When we create Business Event in PV10, Where all the data is stored? is there any master table which holds the all values in that screen? or values are stored in separate tables? if they are in separate tables, may i now what are them and the associated infotypes also.
    I debugged the Tcode to find out which FM?BAPI is getting Called while saving the data, but could not find the exact one
    Please let me know the FM/BAPI to create a business Event
    Thanks in Advance

    Hi ,
    I am facing this issue in LSMW.
    Is there a way to capture the below BDC code in the LSMW recording itself?
    Tips,
      PERFORM bdc_dynpro      USING 'SAPLRHSV'  '1001'.
       PERFORM bdc_field       USING    'BDC_CURSOR'
                                                          'PLOG-PLVAR'.
       PERFORM bdc_field       USING    'BDC_OKCODE'
                                                          '=CONF'.
       PERFORM bdc_field       USING    'PLOG-PLVAR'
                                                          '01'.                               " Current plan

  • Business Event Content.in TEM

    Dear All,
    When a Business Event is created in Training & Event Management module, we find that there is a
    an option called " Further Information " to enter CONTENS of the Business Event. I would like to know the significance of the " CONTENTS " data entered here.
    I would also like to know if we can call this data in the NOTIFICATIONS which will be sent to an Attendees.Is it possible? If yes what is the procedure to configure this scenario?
    Regards
    Jai Ram

    try recording and uploading data via LSMW.

Maybe you are looking for