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

Former Member
0 Likes
1,095

Hi...

I'm sure this is not the right place to post...

But I didn't find where to post about SAP Notes...

We have a SAP note, and applied it as the docs said...

The sap note is: 1451966 - NF-e: contingency date, time and reason.

Let's make it short...

I found out that a Top Include wasn't generated.

So we are getting an error when the program tries to access this structure: J_1BNFE_CONTINRV.

When are the Top Include supposed to be created, since the docs in that note don't tell anything??

We got a previous Note very similar to this one... And it got a Top Include that was generated automatically...

Can anyone help me out??

Thanks...

Moderator message: please use more descriptive subject lines for your posts.

Edited by: Thomas Zloch on Mar 30, 2011 5:51 PM

7 REPLIES 7
Read only

former_member182010
Active Participant
0 Likes
1,027

m

Edited by: Rae Ellen Woytowiez on Mar 30, 2011 7:01 PM

Read only

Former Member
0 Likes
1,027

Hi,

Did you apply the pre requisite note 1443089?

In the manual steps of the note that you described (1451966 - NF-e: contingency date, time and reason.) there is a step to create the view J_1BNFE_CONTINRV (step 7)

If you did exactly as written in the notes, post the exactly program/object that gets the error.

Regards,

Felipe

Read only

0 Likes
1,027

Here is the error:

Error in the ABAP Application Program

The current ABAP program "SAPLSVIM" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "SAPLJ_1BNFE_CUST03 " in include

"LJ_1BNFE_CUST03U03 " in

line 24:

"The field "J_1BNFE_CONTINRV_EXTRACT" is unknown, but there is a field "

"with the similar name "J_1BNFE_CANCELRV_EXTRACT" . . . ."

It wasn't created by the view maintenace generator...

If I regenerate the view, will the top include be created??

Thanks

Read only

0 Likes
1,027

The field in error is not mentioned anywhere in the note. My guess is that it could've been included in a preceding note that hasn't been implemented. Since the note itself just lists the manual steps and since this error is specific to your system, I think you'd do better following the already posted recommendation to send a message to SAP.

Read only

Former Member
0 Likes
1,027

Eric, wich sap version and support package are you running?

Make sure that note "1144194 - NF-e: Cancellation/Skipping Reason" was correctly applied, this one creates the function group J_1BNFE_CUST03 that contains the missed field.

Read only

0 Likes
1,027

"Make sure that note "1144194 - NF-e: Cancellation/Skipping Reason" was correctly applied, this one creates the function group J_1BNFE_CUST03 that contains the missed field. "

That note was applied and is working fine...

What I need to know is when i Create the view, and it creates the FMs and etc, wasn't it suposed to create a TOP include with the missing structures on it??

If I regenerate, is there a possibility that Top Include for my View will be created??

Thanks again!!!

Read only

Former Member
0 Likes
1,027

Sincerly I don't know if it will work, but I would try. If didn't work try to re-implement the note.

Regards,

Felipe