cancel
Showing results for 
Search instead for 
Did you mean: 

doubt in smartforms...

Former Member
0 Kudos

Hi everyone...

i am very new to smartforms.....

coming to my question in smart forms......

<b>i copied a payslip to my local system shipped by SAP(US PAYSLIP),

here...while i am running the program...its showing error...

but while running the SAP shipped program...its working fine.....</b>

so,plz guide me in this...

<b>let me know what are the changes to be made in the form i copied...

if tables have to be changed ...where exactly tables are given in smartforms...</b>

Thanks in advance..

Cheers,

Raghavesh

Accepted Solutions (0)

Answers (9)

Answers (9)

Former Member
0 Kudos

based on them you change as this structure is in german lang so find the appropiate name and keep there

Former Member
0 Kudos

yes

Former Member
0 Kudos

so,what shall i add for other global definitions bala...

Former Member
0 Kudos

/1PYXXFO/SAP_PAYSLIP_DE_P keep this structure in your form interface hrdata

ok and change the structure name of all those in global def with

example

wa_wagetype type LINE OF /1PYXXFO/SAP_PAYSLIP_US-DIM_WAGETYPE

instead keep

wa_wagetype type LINE OF /1PYXXFO/SAP_PAYSLIP_DE_P-DIM_WAGETYPE

Former Member
0 Kudos

wa_wagetype type LINE OF /1PYXXFO/SAP_PAYSLIP<b>_US-DIM</b>_WAGETYPE

instead keep

wa_wagetype type LINE OF /1PYXXFO/SAP_PAYSLIP_<b>DE_P-DIM</b>_WAGETYPE

is there some diffrence in that bold letters bala..

Former Member
0 Kudos

/1PYXXFO/SAP_PAYSLIP_US see for this structure this structure is missing

Former Member
0 Kudos

hi

you must know what fields are present in the structure missing and create anew zstruc and use this zstruc instead of standard

Former Member
0 Kudos

thanks for ur answer

one more question...how to know that missing structure....

.. still anything else to be done...bala....

Former Member
0 Kudos

you are copying it right but the structure which is present in the

form interface under import for hrdata (/1PYXXFO/SAP_PAYSLIP_US) is not present in your system so it is giving the error

Former Member
0 Kudos

so,what is that i should do now...

plz guide me...

Former Member
0 Kudos

hi what is the zpayslip

it is not defined in the form interface

zpayslip is a structure if it is a structure create it.

Former Member
0 Kudos

<b>PYXXFO_SAP_PAYSLIP_US </b> is the original name...

<b>zpayslip</b> is the form name which have given after copying it.

after copying the form...i executed it ...the it was showing as

node: form interface

Error: type "/PYXXFO_SAP_PAYSLIP_US" is unknown.

the i replaced the name PYXXFO_SAP_PAYSLIP_US to zpayslip in the form where ever i found that...

..some one help me in copying the above form to my system(IDES system)..

what is the procedure...where is that tables are to be changed...

Former Member
0 Kudos

Hi,

"zpayslip" will be some customised object in a local system..

just check what is zpayslip.. May be that object is absent in ur local dev system..

Kindly check that..

Thanks

Rajiv

Former Member
0 Kudos

what is the error you are getting

Former Member
0 Kudos

node: form interface

Error: type "/zpayslip " is unknown.

and i copied <b> PYXXFO_SAP_PAYSLIP_US</b> payslip...