SAP KD

Archives

Archive for July, 2009

July 23, 2009 @ 3:37 pm

Get user email from RH data in SAP

When sending one email, sometimes you use SY-UNAME as reference so this is the desired select:

select single usrid usrid_long  from pa0105
where pernr eq SY-UNAME
and subty eq 9003 (ASK HR Manager)
and begda le sy-datum
and endda ge sy-datum.

if usrid is empty use usrid_long

endselect.

And it’s this,

any doubts just post

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 2 votes)

Filed under BC - ABAP, HR · 1 Comment »

July 22, 2009 @ 10:54 am

Send Email SAP Function to External address or distribution list

When you need to trigger email from user exit or from your own program you can use this function.

You can send it to single email destination or to a distribution list ( SBWP Transaction ).

This will only work if SCOT transaction is correctly configured, and this must be made by a System Administrator.

Here goes the code:

*&———————————————————————*

*& Report ZEMAIL

*&

*&———————————————————————*

*&

*&

*&———————————————————————*

REPORT ZEMAIL.

Read rest of story…

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: +1 (from 1 vote)

Filed under BC - ABAP · No Comments »

July 16, 2009 @ 10:10 am

Addin a check box to a SAP Table

When you want to make a View of a table and get a check box in one of the fields, tou can use the data element CHKBOX.

By doing so, when you use the Table Maintenance Generator, a check box will be added to the maintenance view.

Any doubts?

Please Comment

VN:F [1.9.3_1094]
Rating: 3.0/5 (1 vote cast)
VN:F [1.9.3_1094]
Rating: +1 (from 1 vote)

Filed under BC - ABAP · 1 Comment »

About

The absolute best damn Wordpress Gallery on the net. ArenaWP is the sandbox for various designs by Terry Ng of Kineda.
Read More

Social

Subscribe by email:

Delivered by FeedBurner

Pages

  • Loading...


    Loading...

    Login






    Register | Lost password?



    Register





    A password will be mailed to you.
    Log in | Lost password?

    Retrieve password





    A confirmation mail will be sent to your e-mail address.
    Log in | Register
  • Calendar

    July 2009
    M T W T F S S
    « Jun   Aug »
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  

    Sap Websites

    Recent Posts

    Categories

    Disclaimer

    SAP and the SAP logo are registered trademarks of SAP AG. SAPKD.com is a personal blog and is not affiliated with SAP or other companies mentioned here. I capture the things I learn that might be helpful to others here. No warranties on the information provided are offered or implied. Please feel free to use at your own risk