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

need to implement a sap note in a SAP STANDARD PROGRAM

venkatasap
Participant
0 Likes
2,080

Hi Sap All.

i have got a requirement where i need to change a sap standard program in GTS (SAP-GLOBAL TRADE SERVICES) .The program name is '/SAPSLL/TLC_SIMU_DT'

the code which i have to change is like below :

Delta001Context Block

gs_tlccom-qntun = p_qunit.

gs_tlccom-cur_cus = gv_cukey.

gs_tlccom-calc_date = p_cdate.

Delete Block

IF gs_tlccom-lgacc IS INITIAL.

Insert Block

gs_tlccom-tax_date = p_cdate.

IF gs_tlccom-lgacc IS

is there any way of finding some user exits or enhancements for doing this.

waiting for a smart and quick answer.

regards.

Varma.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,919

Is this code is copied from SNOTE?

Regards,

Mallikarjuna

15 REPLIES 15
Read only

former_member189779
Active Contributor
0 Likes
1,919

Hi

Download note using SNOTE transaction and check if says "Can be implemented" . If the status says yes implement it through SNOTE transaction and not manually. Why you need user exit for implementing note?

Regards

Vinit

Read only

Former Member
0 Likes
1,920

Is this code is copied from SNOTE?

Regards,

Mallikarjuna

Read only

0 Likes
1,919

Yes....if the note says "Can be implemented" in SNOTE transaction.

Read only

0 Likes
1,919

Hi Mr Mallikarjuna..

no the mentioned code is copied from the Service market place(site) by gling through the mentioned links in the SAP NOTE '1447832'.

Regards.

Varma

Read only

0 Likes
1,919

Hi.

I dont see the entry for note "1447832'' in the SNOTE(Transaction) .i just want to know on what is the purpose of the transaction 'SNOTE' ?.

Regards.

Varma

Read only

0 Likes
1,919

In SNOTE, First you need to download the note which you have, then it will come under your SNOTE list, Then you can check, whether it can be implement or not.

The path is:

SNOTE -


> Goto -


> Download SAP Note

Then it will come under SAP Notes ---> New -


> under new find your note and double click on the not, It will take you to SNOTE detals page, there you can find Implementation Status , If this status is Can be implemented, then you can implement else, you can't implement.

Regards,

Mallikarjuna

Edited by: Mallikarjuna.Ediga on Feb 24, 2012 12:02 PM

Read only

0 Likes
1,919

Hi mr Mallikurjana.

what do you mean my 'Implement' ,is that means that i need to get the acess key to change the standard program to insert the if condition in it ?

regards.

Varma

Read only

0 Likes
1,919

No You do not need access key if it says can be implemented

Just press Exceute to implement the note.

CTR F1

Edited by: Vinit Joshi on Feb 24, 2012 12:43 PM

Read only

0 Likes
1,919

Hi Mallikarjuna.

i have downloaded the note and there was an informaiton message came saying the note was downloaded but still i cont find the NOTE under new (node).

regards.

Varma.

Read only

0 Likes
1,919

on SNOTE screen menu path Goto -- Sap Note Browser and put your note number and press F8. Your note will be displyed if correctly downloaded.

Now check implementation status it should be "Can be implemeneted".

if yes press CTR + F1 implement sap note.

Read only

0 Likes
1,919

Hi Mr Mallikarjuna.

i have folled your steps and i could find the SAP NOTE ,there it says the status as 'Completely implemented' and processing status as'In Process' and the processor as 'other user xxx' .when i press EXECUTE it was asking me as below :

SAP Note 0001447832 is being processed by user xxx

Do you really want to change the processor?.

so what must i say here ?

regards.

Varma

Read only

0 Likes
1,919

Hi

That means your note is already implemented. The code which you want to change is already there.

regards

VinitD

Read only

0 Likes
1,919

Hi Mallikarjuna and Vinit.

if the note was already implemented then i must see the if condition in the satandard program but i dont see the if conditon ( which was inserted in the note) .does this mean that the note was not affected the program.

regards.

Varma

Read only

0 Likes
1,919

Hi Varma,

if the status is completely implemented means the note is already implemented. you need not implement it again. Just goto to the program which this note was suppose to change and check if the changes are successfully made.

check if the FM has this piece of code in it.

gs_tlccom-tax_date  = p_cdate.

If so the note is implemented and no m ore steps need to be taken.

Please revert if you have any questions.

Regards,

Praveenkumar T.

Read only

0 Likes
1,919

Hi Mallikarjuna,praveen,shid.

thanks for all your co-operation.the issue was sorted as i have found that the SAP NOTE was already implemented by other SAP USER in GTD.

thanks all.

regards.

Varma