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

Sending parameters to other programs

Former Member
0 Likes
730

Hi,

I have written a Z program to upload data to standard transaction F-04. Soon we have realised that we need to make changes to standard transaction so created ZF_04. Now I want to compare values(of my internal table which is used to loop BDC) from my original Z program to one of the variables of include in ZF_04. How I can be able to do that ?

Thanks.

Hi,

I have written a Z program to upload data to standard transaction F-04. Soon we have realised that we need to make changes to standard transaction so created ZF_04. Now I want to compare values(of my internal table which is used to loop BDC) from my original Z program to one of the variables of include in ZF_04. How I can be able to do that ?

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
682

Hi

You have two options for your issue.

1- If you need comparing value of transaction F-04 with values in your program you can read value of dynrpo with FM 'DYNP_VALUES_READ'.

2- If you need send parameter to other programs you can use export or import for your variables.

   You can see example in http://scn.sap.com/thread/701434.

3- Other options I used in past was use table indx. This tables is used when you need export values for use in other programs. Example in this link http://scn.sap.com/thread/1156861.

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
682

Can you please rephrase your query again you have Z programs what you want to compare?

Read only

former_member226419
Contributor
0 Likes
682

Hi,

Didn't get you...Can you please elaborate more?

BR

Sumeet

Read only

Former Member
0 Likes
682

Hi ABAP GUy,

If your concern is only about the methods of sending parameters between programs. Then refer the following help document and do a search on the two methods explained in it.

Passing Data Between Programs (SAP Library - BC - ABAP Programming)

If not please provide us some more details regarding your requirement.

Regards

Anoop