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: 

Regarding Email Deletion

sreeramkumar_madisetty
Active Contributor
0 Kudos

Hi Friends

I have one Report . It is extracting the data from PeopleSoft HR system and uploading that data to the SAP Tables.

I am Extracting the data from HR and while uploading that into SAP we have some conditions.

this is file record:

U028761 Kathryn E Keister 1631 SHALLOW CREEK TRAIL Webster NY 14580 US3270585/265-3935 D00050kathryn.abc@ucb-group.com

Here based last field i have to do the operations.

Suppose that is N00050kathryn.abc@ucb-group.com

I have to create that record.

Suppose that is T00050kathryn.abc@ucb-group.com or U00050kathryn.abc@ucb-group.com

I have to update that record.

Suppose that is D00050kathryn.abc@ucb-group.com

I have to delete that from SAP.

Once i was deleted that from SAP though it is creating a flag for Deletion, the Email is not deleting.

I want to delete the Email field also.

Cornced Transaction : XK06.

Regards,

Sreeram

2 REPLIES 2

Former Member
0 Kudos

for deletion of email field, u need to use some BDC type wherein u need to update the field with space.

sreeramkumar_madisetty
Active Contributor
0 Kudos

It's answered