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

SNOTE related

former_member194669
Active Contributor
0 Likes
1,493

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

9 REPLIES 9
Read only

GauthamV
Active Contributor
0 Likes
1,347

Check table CWBNTCUST.

Also you can try CWBNTHEAD table as well.

Read only

0 Likes
1,347

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

Read only

GauthamV
Active Contributor
0 Likes
1,347

Did you have any entry for same in CWBNTCUST table ?

I don't think that it is implemented.

Read only

0 Likes
1,347

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

Read only

Former Member
0 Likes
1,347

no you wont need to get access key or any thing just implement the note through SNOTE txn

Read only

Former Member
0 Likes
1,347

Hi,

If You use Snote no need to get Access Key but if u apply manually then Acess Key is required.

Regards

Arbind

Read only

Former Member
0 Likes
1,347

Hello

CWBNTHEAD ?

Read only

Former Member
0 Likes
1,347

Hi,

If Note is already applied Snote transaction will thriugh u a pop that note already applied.....or for reapply.

Just check it.

Arbind

Read only

Former Member
0 Likes
1,347

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