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

SAP SCRIPTS IN UPGRADATION PROJECT

Former Member
0 Likes
566

Hi all.

I am getting one problem in my upgradation project in sap scripts.

we are doing the upgradation from 4.6b to 5.0.

while i am checking the errors( in 5.0) through the menu->form->check->Definitions it is not giving any errors.

->texts it is giving some warnings.

the warning i am getting are:1)Include expansion not possible, as at least one parameter is a symbol .

2)Unknown paragraph format <PF> .

But the paragraph formats are declared in the layout.

can any body give some sugestion to resolve this.

Thanks in advance,

Regards,

Eswar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
543

Hi Venkat,

Can you show the script at which you get the error.

Unknown paragraph format <PF>:

This is a common one. SAPScript shows this warning when there is an error. You can neglect this.

Regards,

Wenceslaus.

3 REPLIES 3
Read only

Former Member
0 Likes
544

Hi Venkat,

Can you show the script at which you get the error.

Unknown paragraph format <PF>:

This is a common one. SAPScript shows this warning when there is an error. You can neglect this.

Regards,

Wenceslaus.

Read only

0 Likes
543

script type:Payment advice

Windows Error Warnings

ADDRESS 0 1

CARRYFWD 0 0

FOOTER 0 1

GCLOGO 0 0

HEADER 0 0

INFO 0 0

INFO2 0 0

MAIN 0 1

PAGE 0 0

REPEAT 0 0

SUMMARY 0 0

TOTAL 0 0

Unknown paragraph format AS

Unknown paragraph format AS

Unknown paragraph format AS

Unknown paragraph format AS

Unknown paragraph format AS

Unknown paragraph format AS

Unknown paragraph format AS

Unknown paragraph format AS

Unknown paragraph format AS

Unknown paragraph format AS

Unknown paragraph format *

Include expansion not possib

Unknown paragraph format *

Unknown paragraph format UL

Unknown paragraph format T2

Unknown character format K

Unknown paragraph format T2

Unknown character format K

Unknown paragraph format UL

Unknown paragraph format T1

Unknown paragraph format T1

Unknown paragraph format T1

Unknown paragraph format UL

Unknown paragraph format T1

Unknown paragraph format AS

Unknown paragraph format UL

Unknown paragraph format T1

Unknown paragraph format AS

I am getting these warnings regarding the para graph format.

should I avoid these,

Thanks in advance,

Regrds,

Eswar.

Read only

0 Likes
543

Hi,

These warnings are not of concern.

Check the INCLUDE statement that you have used.

Once you have corrected that these warnings dont show up.

Regards,

Wenceslaus.

Ps: Reward helpful posts.