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

SAPSCRIPT for Intrastat.

Former Member
0 Likes
739

Hi all experts!

I have a question concerning sapscript and Intrastat.

First some background information:

Country's inside EU have to inform to the locally central Statistic bureau. This information can be printed out from SAP. For my case we have to send the information to the Statistics Sweden.

In the SAP system, I am working with, the printout is coming with only the values and text. This mean that the form with the fields and logo have to be put in the printer, by our self. And hope that the value and text come in the right field’s. Like you se a quit bad solution.

My question's are:

Is it a standard program/sapscript in SAP, that can be used?

Or is it a Bapi or Badi that can be implemented and will do the work?

Or do we have to make the hole form by our self, in Sapscript?

First one with the right answer will be given lots of point

Thanks a lot for helping me out.

1 ACCEPTED SOLUTION
Read only

sridhar_k1
Active Contributor
0 Likes
682

SAP standard sapscript for intrastat is SD_EXPAIV and program for sweden is RVEXPAIV.

You need to copy and modify the standard sapscript to add logo and other fields. Use the copied sapscript in the selection screen of program RVEXPAIV.

Regards

Sridhar

2 REPLIES 2
Read only

Former Member
0 Likes
682

Hi Ali,

it depends , which module is it related to. if there are no standard script that meets your requirement then , you need to Start create a NEw script or Smart form to do the job.

Regards

vijay

Read only

sridhar_k1
Active Contributor
0 Likes
683

SAP standard sapscript for intrastat is SD_EXPAIV and program for sweden is RVEXPAIV.

You need to copy and modify the standard sapscript to add logo and other fields. Use the copied sapscript in the selection screen of program RVEXPAIV.

Regards

Sridhar