Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How can get the picture uploaded into the HR module?

Former Member
0 Kudos

Hai,

How can get the picture uploaded into the HR module ? I hve uploded the pic related to the pernr through transaction 'OAAD'.

I need to pick the same pic into my screen .How can i achieve this ?

Help ..Urgent...

Thanks

Neeraj

3 REPLIES 3

Former Member
0 Kudos

1. The pictures (.jpg or .bmp) must be available on your PC.

2. Start transaction OAAD.

3. Choose function 'documents -> create'

4. Choose as business object 'PREL' and as document type 'HRICOLFOTO'

5. Push the create button

6. Fill in the appropriate personnel number

0 Kudos

Dear Amit,

I uploaded the same earlier..but my requirement is to get the same picture uploded to sap archive to my z program.. Colud u please tell me how i can get the picture to my program???

Thanks

neeraj

0 Kudos

Steps for uploading Logo to an Z progrAM :-:

1. Goto the transaction OAER

2. Enter the class name as 'PICTURES'

3. Enter the class type as 'OT'

4. Enter the object key as the name of the logo you wish to give

5. Execute

6. Then in the new screen select Standard doc. types in bottom window

Click on the Screen icon

Now, it will ask for the file path where you have to upload the logo

7. Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE

Here you go !!

&----


*

*& Form TOP_OF_PAGE

&----


  • text

----


FORM F_TOP_OF_PAGE.

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

EXPORTING

IT_LIST_COMMENTARY = IT_LISTHEADER

i_logo = Logo name

  • I_END_OF_LIST_GRID =

.

ENDFORM. "TOP_OF_PAGE

REWARD HELPFULL ANSWERS

AMIT