cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Action

former_member274797
Active Participant
0 Kudos

Hi SAP Gurus,

The field in Subtype 0001 (User ID) and Subtype 0010 (E-Mail)of IT 105 has to be defaulted with the values entered while creating an User in SU01.

The system has to pick the values form SU01 and default it in IT105.

Can we do this using Dynamic Action?

If so please suggest me with the process.

Also let me know if we could do it in any other way.

Answers will be rewarded.

Regards

Sairam Maharaj S

Message was edited by:

Sairam Maharaj.S

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sai,

Dynamic actions trigger in infotype operations like SAVE/CREA/DELE etc, not in transactions. You can do it by implementing exit PBAS0001.

You can put in some logic in include ZXPADU01 to check the Su01 record for any pernr whose infotype 105 record is being created. While creating the infotype the values will be defaulted in the respective fields if the record are found. Then I will suggest writing a LSMW/BDC to create records for It105, which will inturn trigges the exit and populate the data from SU01 in it105.

must be rewarded if helpful

Sankhadip