2012 Feb 24 10:21 AM
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.
2012 Feb 24 10:48 AM
2012 Feb 24 10:44 AM
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
2012 Feb 24 10:48 AM
2012 Feb 24 10:50 AM
Yes....if the note says "Can be implemented" in SNOTE transaction.
2012 Feb 24 10:55 AM
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
2012 Feb 24 10:57 AM
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
2012 Feb 24 10:59 AM
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
2012 Feb 24 11:40 AM
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
2012 Feb 24 11:42 AM
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
2012 Feb 24 11:46 AM
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.
2012 Feb 24 11:51 AM
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.
2012 Feb 24 11:55 AM
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
2012 Feb 24 12:00 PM
Hi
That means your note is already implemented. The code which you want to change is already there.
regards
VinitD
2012 Feb 24 12:03 PM
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
2012 Feb 24 12:04 PM
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.
2012 Feb 24 12:36 PM
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