‎2010 Jan 28 4:52 AM
All,
I have snote to be going to apply.
My question is how we can find whether the same SNOTE correction already in the system thru some service patch updation. in that i need not to reapply the note again. I think thru SNOTE transaction we cannot find this.
Is any other way to find this/
Chan
‎2010 Jan 28 5:33 AM
Check table CWBNTCUST.
Also you can try CWBNTHEAD table as well.
‎2010 Jan 28 6:23 AM
I find the note 955021 in the table CWBNTHEAD but the field INCOMPLETE = 'X'
What does this means ?
That is note is not applied. ?
Chan
‎2010 Jan 28 6:34 AM
Did you have any entry for same in CWBNTCUST table ?
I don't think that it is implemented.
‎2010 Jan 28 6:38 AM
As per this note SAP suggesting the correction instructions by using sap note 488333
This is content inside the note 488333
Delta001Context Block
) OR
VBUK_KREDIT_VFP NE SPACE OR
*VBAK-LIFSK NE VBAK-LIFSK OR
Delete Block
*VBAP-UNTTO NE VBAP-UNTTO ) AND
MVERF-VFPMNG > 0.
Insert Block
*VBAP-UNTTO NE VBAP-UNTTO ).
IF MVERF-VFPMNG > 0.
Delta002Context Block
DA_TERMI_MENGE-EZEIT = XVBEP-EZEIT.
DA_TERMI_MENGE-LMENG = MVERF-LMENG.
APPEND DA_TERMI_MENGE.
Delete Block
ENDIF.
ENDIF.
Insert Block
ENDIF.
ELSE.
CLEAR MVERF-LMENG.
ENDIF
I am little confused. To apply this note means GET ACCESS KEY AND CORRECT THE CODE" is that correct ?
Chan
‎2010 Jan 28 6:42 AM
no you wont need to get access key or any thing just implement the note through SNOTE txn
‎2010 Jan 28 6:43 AM
Hi,
If You use Snote no need to get Access Key but if u apply manually then Acess Key is required.
Regards
Arbind
‎2010 Jan 28 5:36 AM
‎2010 Jan 28 5:39 AM
Hi,
If Note is already applied Snote transaction will thriugh u a pop that note already applied.....or for reapply.
Just check it.
Arbind
‎2010 Jan 28 6:49 AM
Hi,
Please use thi report SCWN_NOTE_BROWSER to find the status details for an OSS Note. Also u can search table CWBNT*.
Thanks
Suman