cancel
Showing results for 
Search instead for 
Did you mean: 

Call Transaction statement Obsolete

0 Kudos

Hi,

We are upgrading our system from 4.6 B to Ecc 6.0.

What are the statements obsolete in ECC 6.0 due to Unicode, what is the replacement for Call Transaction.

Can any one give me a step by step procedure to use UCCHECK and SPAU?

My email ID is abhishektoday@gmail.com.

Regards,

Abhishek...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can use the Function Module COPF_CALL_TRANSACTION

CALL FUNCTION 'COPF_CALL_TRANSACTION'

EXPORTING

TCODE = '<tcode>'

NEW_SESSION = ' '.

if NEW_SESSION = 'X' then transaction will open in a new window

Regards,

Samson Rodrigues.

0 Kudos

Hi,

Can any one send some Step by Step document about how to use SPAU or UNCHECK.

Kind Regards,

Abhi...

JozsefSzikszai
Active Contributor
0 Kudos

hi Abhishek,

CALL TRANSACTION is not obsolate, I wonder where did you hear that...

For the rest you'll find aswers in SAPHelp

ec