cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction Launcher and Parameters - what is wrong?

Former Member
0 Kudos

Hi guru

my issue: in our CRM webui we need to invoke an ECC custom transaction and fill a field with a dynamic value (opportunity id).

So to understand better I started with transaction launcher wizard to invoke the tx VA01 and I'm able to see in the webui the transaction.

Some parameters of the wizard are:

ID: ZERP_TX_VA01

COMPONENT SET: ALL

CLASS NAME: ZCL_ERP_TX_VA01

STATEFUL: EMPTY

RAISE VETO: X

OBJECT TYPE: EMPTY

OBJECT ACTION: EMPTY

TRANSACTION TYPE: BOR

LOGICAL SYSTEM: ECC

BOR OBJECT: ZTSTC

METHOD NAME: EXECUTE

ICWEBCLIENTBORKEYPARAMETER Object Key: VA01

PARAMETER: EMPTY

Now if we want to fill the AUART (AAT id parameter) with a value 'Z001' what can we do?

I followed several post and blog so the solution that I applied is:

in the "execute" method of ZTST object I created a new parameter called "AAT" table VBAK and field AUART. In the prepare_data_flow of the class I setted the container data where the iv_name is "AAT" an iv_value is "Z001". Now when I invoke via CRM UI the transaction I see that the AAT field is always empty. Can you help me?

Roberto

Accepted Solutions (1)

Accepted Solutions (1)

former_member189678
Active Contributor
0 Kudos

Plz check this wiki entry.

http://wiki.sdn.sap.com/wiki/display/CRM/CRMWebUI-LaunchingtransactionsinGUIforWindows

Rg,

Harshit

Answers (0)