‎2011 Mar 30 3:55 PM
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
‎2011 Mar 30 4:32 PM
‎2011 Mar 30 5:08 PM
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
‎2011 Mar 30 5:37 PM
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
‎2011 Mar 30 8:13 PM
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.
‎2011 Mar 30 6:03 PM
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.
‎2011 Mar 30 6:30 PM
"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!!!
‎2011 Mar 30 7:08 PM
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