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

questions

Former Member
0 Likes
382

1 for creating external programs from sap scripts what program structure type must be used?

2.which processor control flow logic of online programs?

3.in sap r/3 which processer allocates resorses to application server?

1 for creating external programs from sap scripts what program structure type must be used?

2.which processor control flow logic of online programs?

3.in sap r/3 which processer allocates resorses to application server?

2 REPLIES 2
Read only

Former Member
0 Likes
359

hi

good

1- structure ITCSY

2- PBO AND PAI PROCESS

thanks

mrutyun^

Read only

anversha_s
Active Contributor
0 Likes
359

Hi,

<b>Sap script structure.</b>

1. This structure ITSCSY

(which is actually of type ITCSY)

2. is usually used in SAPSCRIPT (SE71)

while calling EXTERNAL SUBROUTINES.

3. the DEFINITION of this

FORM,

contains two parameters, IN and OUT,

which are of tuype ITCSY

4. These internal tables, then , contain

the

VARIABLENAME, AND VARIABLE VALUE,

which is passed using PERFORM.

Regards

Anver

if hlped pls mark points