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

Select query

Former Member
0 Likes
446

Hi

Kindly refer the folowig select query.

"select belnr gjahr &1 &2 t_rb_blk from rbkp_blocked."

I would like to know that what does this &1, &2 and t_rb_blk stand for. They are nt the fields of Table rbkp_blocked. WHat is the use of these 3 variable / fields.?

Thanks & Regards

JIgar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
415

Looks like this is a code from a MACRO. Variables in Macro are represented with & sign.

A

2 REPLIES 2
Read only

Former Member
0 Likes
415

is this part of a standard SAP program? which one?

Read only

Former Member
0 Likes
416

Looks like this is a code from a MACRO. Variables in Macro are represented with & sign.

A