Application Development and Automation 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: 
Read only

RPUTSR00 - TST01 - BUKRS Link

Former Member
0 Kudos
568

hi,

i need to customize the program RPUTSR00 in a way that it only deletes records which are related to BUKRS (company code) which the user will specify on the screen. it seems that the RPUTSR00 program deletes records from TST01. now my question is how do i know which records are linked to specified BUKRS.

thanks guys!

1 ACCEPTED SOLUTION
Read only

PedroGuarita
Active Contributor
0 Kudos
460

TEMSE objects have different structures depending on what type of TEMSE file you are deleting, so it's not that "clear cut". BUKRS isn't a field from the TEMSE itself but a field in that structure, so, unless you read the file you have no real way to do what you want.

2 REPLIES 2
Read only

PedroGuarita
Active Contributor
0 Kudos
461

TEMSE objects have different structures depending on what type of TEMSE file you are deleting, so it's not that "clear cut". BUKRS isn't a field from the TEMSE itself but a field in that structure, so, unless you read the file you have no real way to do what you want.

Read only

0 Kudos
460

thanks pedro!

it seems that i need to delete HR* temse. as it is what the program finds.

what do you mean "unless you read the file you have no real way to do what you want"? how do i read the file?

and also "BUKRS isn't a field from the TEMSE itself but a field in that structure". what structure could that be exactly?

thanks a lot!