cancel
Showing results for 
Search instead for 
Did you mean: 

roles of technical consultant in upgraduation project

Former Member
0 Kudos

Moved by moderator

hi expects ,

what will the role and responsbliities of technical consultant in upgraduation project .and what will the task will handled by technical consultant.

thank you

Edited by: Matt on Nov 18, 2008 8:11 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What type of project it may be(implementation or upgradation or rollout), the role of an ABAPER(Technical Consultant in short ) is to code, test and debug applications in ABAP.

@Fun

You can simply code the role of an ABAPER as;

WHILE MANDT IS NOT SATISFIED. " MANDT = CLIENT :)
DO CODE.
DO RUN. "Not outside, i mean the application
DO TEST.
DO DEBUG.
ENDWHILE.

Regards

Karthik D

former_member181995
Active Contributor
0 Kudos

>

>

WHILE MANDT IS NOT SATISFIED. " MANDT = CLIENT :)
> DO CODE.
> DO RUN. "Not outside, i mean the application
> DO TEST.
> DO DEBUG.
> ENDWHILE.

Error

*Incorrect nesting: Before the statement ENDWHILE ....

*introduced by "DO" must be concluded by "ENDDO" . . . . . . . .

Former Member
0 Kudos

>

> Error

>

> *Incorrect nesting: Before the statement ENDWHILE ....

> *introduced by "DO" must be concluded by "ENDDO" . . . . . . . .

And i mean to give only the Pseudo code not the ABAP code

So that DO is not ABAP DO, so can be used without ENDDO.

Regards

Karthik D

former_member181995
Active Contributor
0 Kudos

>

> And i mean to give only the Pseudo code not the ABAP code

> So that DO is not ABAP DO, so can be used without ENDDO.

That's Why I gave only the Pseudo Error not the ABAP Error

ABAP error would be 4 times Incorrect nesting

Cheers,

Amit.