2010 Feb 08 10:54 AM
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!
2010 Feb 08 12:05 PM
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.
2010 Feb 08 12:05 PM
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.
2010 Feb 09 4:04 AM
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!