‎2006 Nov 30 3:17 PM
I have bsis table in 4.7 two structures are appended to this bsis table
I am copying one program from 4.7 to 4.6C. In 4.7 the souce program is using bsis table also using <b>appended structure</b>,
So as I am copying this program I need to append the strucure to bsis table in 4.6 also - right ?
If so do I need to append the second structure also whcih is not using buy my program . I need to do now it self.
Shall I delete the appended structure to standard table later - incase not needed?
‎2006 Nov 30 3:47 PM
Hi Sam,
Append structure J_1IEWTCODE is delivered by SAP.
Perhaps you want to call Z_J_1IEWTCODE instead.
If you do not want to call Z_J_1IEWTCODE, please try to hit enter to by pass SAP message (just warning message). I think it should be fine (I could be wrong).
Regards,
Ferry Lianto
‎2006 Nov 30 3:20 PM
Hi,
you can use only 1 append Structure in the 4.6c and add all those fields
in that append structure, there is no need for second append structure
Regards
Sudheer
‎2006 Nov 30 3:22 PM
u need to append the structure which is used only by ur program to the BSIS table...there is no use of appending the second structure if not used in ur program.
‎2006 Nov 30 3:22 PM
Hi Sam,
Yes, you only need to create append structure that needed for your program in 4.6 C.
You can create additional/second second structure if needed/required later on.
Hope this will help.
Regards,
Ferry Lianto
‎2006 Nov 30 3:23 PM
.APPEND ABSIS_PSO STRU 0 0 Local Authorities
FIPEX FM_FIPEX_DONT_USE CHAR 24 0 Commitment item - Do not use field - see note 447805
.APPEND J_1IEWTCODE STRU 0 0 withholding Tax Code
QSSKZ QSSKZ CHAR 2 0 Withholding Tax Code
‎2006 Nov 30 3:24 PM
‎2006 Nov 30 3:35 PM
To append a structure to bsis table....
I need to create structure first and then go to bsis table and click append structure right ?
‎2006 Nov 30 3:37 PM
Hi Sam,
No need to create structure first.
Just click append structure in BSIS table and do the rest there.
Don't forget to activate the append structure and BSIS table at the end.
Regards,
Ferry Lianto
‎2006 Nov 30 3:42 PM
When I am doing the same I got error called
Object TABL J_1IEWTCODE is in reserved name range for SAP partner
Could you please say me problem please
‎2006 Nov 30 3:47 PM
Hi Sam,
Append structure J_1IEWTCODE is delivered by SAP.
Perhaps you want to call Z_J_1IEWTCODE instead.
If you do not want to call Z_J_1IEWTCODE, please try to hit enter to by pass SAP message (just warning message). I think it should be fine (I could be wrong).
Regards,
Ferry Lianto
‎2006 Nov 30 3:53 PM
Even with Z_J_1IEWTCODE, it is saying me that "you are authorised"
Why sir ???
‎2006 Nov 30 4:07 PM
Hi Sam,
It could be conflict with SAP naming convention.
But please try this.
Path: Click Append Structure button -> Click New Append Structure button ->
Use the SAP propose naming convention for example ZABSIS -> Continue ...
Regards,
Ferry Lianto
‎2006 Nov 30 5:08 PM
Still I am still not able to append the structure to bsis table.
It said 'I am not authoirised ' even to enter in change mode of table bsis and ALSO when I click Append strucuture.
This is bit urgent please - how can i append the structure in oder to get rid of sytax check of my newly copied program ?
‎2006 Nov 30 5:15 PM
Hi Sam,
You don't need in change mode for table BSIS in order to create new append structure.
If you don't have authorization to create append structure, please work with BASIS/Security folk to get an access.
Regards,
Ferry Lianto