cancel
Showing results for 
Search instead for 
Did you mean: 

Need to Call Standard Tcode FTR_CREATE in my ZTcode in Display mode

0 Kudos

HI All, I need to Call Standard T-code: FTR_CREATE from my Custom T-code in display mode so that user can do all the enrties in Ftr_create and then i need to read transaction number saved from ftr_create and call that in my custom program.

Thanks in advance

0 Kudos

I got this using below code but the problem is iam getting message '

Update debugging has been triggered' instead of success message that transaction no is created.

I have checked update as A, S and L but no luck

CALL TRANSACTION 'FTR_CREATE'
USING gt_bdcdata
MODE 'A'
UPDATE 'S'
MESSAGES INTO gt_messtab.

Accepted Solutions (0)

Answers (0)