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

COR3 - Call transaction

Former Member
0 Likes
1,337

I have developed an ALV report where when double click on a Process Order number the report will call a standard TRANSACTION COR3 using call transaction method. But the report always takes the first selected Process Order value in the cor3 transaction.Whenever i click on any other process Order number it always take the first click value.

But i have checked that the parameter ID field is taking the correct value.. it seems like the SAP memory have to be cleared.How to do the same.All other call transactions are working fine with the same report like Transactions MM03 And MB03

Thx in advance

Edited by: Misha Denis on Jan 18, 2010 9:52 AM

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,075

Try with bdc method.

call transaction 'COR3' with bdcdata.

5 REPLIES 5
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,076

Try with bdc method.

call transaction 'COR3' with bdcdata.

Read only

0 Likes
1,075

thx kehsav .. i did BDC only.. an solved the problem...

Read only

Former Member
0 Likes
1,075

Hi,

Check whether any default parameter Id set in SU01.

Goto SU01 --> Parameters

parameters Value

ANR ?

if any value is maintained it will automatically take this value try to chek it.if it is still not Working Go For BDC option

thnaks

Read only

Former Member
0 Likes
1,075

Hi,

You can check this link:

ht[http://wiki.sdn.sap.com/wiki/display/SCM/SCMOrderStatusManagementReport|

cheers

Aveek

Read only

Former Member
0 Likes
1,075

You can also check this link:

[http://wiki.sdn.sap.com/wiki/display/SCM/SCMVarianceReport|]

cheers

Aveek