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 Note 1337240

anupam_srivastava2
Participant
0 Likes
1,306

Hi All

I am implementing SAP Note 1337240. In which I need to run report RSTXSCRP and enter parameters ,

radio button FORM,

object name HR_GB_P11D_2009

mode IMPORT

form/on front end C:\temp\HR_GB_P11D_2009.txt

but when I try to exectue it, it ask to save in standard SAP pacakage, and downst allow to save in custom pacakge, any idea how can I implement this note manually,

any guidance will be higly appreciated

thanks

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,251

Look for similar form in your system (beginning with HR_GB_P11D, suffix year dependant) you should find some in a dev class/package like PC08 "HR accounting: GB"

Regards,

Raymond

8 REPLIES 8
Read only

Former Member
0 Likes
1,251

Hi,

What i can understand from the documentation of the sap note is that u have to use the report RSTXSCRP and download the forms. Forms are given as attachements to this note.

Regards

Ansari

Read only

0 Likes
1,251

Yes I have downloaded that attachment, now I want to upload that txt file into SAP. now the problem is the dataset boject HR_GB_P11D_2009, which is a part of SAP package not a custom package. So when I excute the report ,it asks for standard sap package, it I give a custom package it gives error and says cant use custom package.

If somebody has imported form in Standard SAP ??

Read only

Former Member
0 Likes
1,251

Hi,

manual implementation is nothing but copy the code and paste it at respective place.

in your case it is a script.

go to script and in particular window paste the code that recomended.

that will work fine.

this is how we manually do.

try it once if it creates problem get back, mean while i will find out note and changes to be done.

thanks

Vinod

Read only

0 Likes
1,251

Hi Vinod

Here its not about copying, but import the txt file in SAP, problem as mentioned before is its asked for standard sap package and doesnot allow to save in custom package. If you have any idea and can help that will be really gr8.

Read only

0 Likes
1,251

even after doing the manual changes it is asking for standrad package.

it cant be.

first check, your form exist in your client or not. if it is not this problem comes.

thanks

Vinod

Read only

0 Likes
1,251

Hi,

I am not sure if you can save object under SAP name space into custom package. In my case i had to create programs in SAP name space based on a note, and the note had details about the package (SAP)

So you have to save it in standard package. But in your case i cannot find the package details in the note

Regards

Read only

0 Likes
1,251

Hi Ravi

So from your point of view they should provide sap pacakge, where the standard obj should belongs to.

I will raise this issue with SAP then.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,252

Look for similar form in your system (beginning with HR_GB_P11D, suffix year dependant) you should find some in a dev class/package like PC08 "HR accounting: GB"

Regards,

Raymond