anujahthakur
29th December 2014, 12:23
hello everyone,
can anyone please help me out with these errors.
ibictt0( 1): Error: '#ident' not expected.
plplnt0178m0000( 98): Error: 'g.stdpart.execute' not declared (While expanding macro 'execute')
plplnt0178m0000( 98): Error: ')' not expected. (While expanding macro 'execute')
plplnt0178m000g( 123): Fatal Error: FUNCTION within function 'after.choice.user.0' not expected.
4 ERRORS REPORTED.
soumya093
29th December 2014, 14:36
Please post your script..
bdittmar
29th December 2014, 15:25
hello everyone,
can anyone please help me out with these errors.
ibictt0( 1): Error: '#ident' not expected.
plplnt0178m0000( 98): Error: 'g.stdpart.execute' not declared (While expanding macro 'execute')
plplnt0178m0000( 98): Error: ')' not expected. (While expanding macro 'execute')
plplnt0178m000g( 123): Fatal Error: FUNCTION within function 'after.choice.user.0' not expected.
4 ERRORS REPORTED.
Hello,
1st:
#ident has to be in "declaration section" in this form:
#ident "@(#) some text"
For example in include:
|******************************************************************************
|* dhcom0010 0 VRC B61C a lti1
|* Built Senderline for Documents
|* dittbern
|* Bernd Dittmat LTi DRiVES GmbH
|* 05.08.10 [12:58]
|*
|******************************************************************************
|* Purpose for this function:
|* Built the senderline based of the Sales/Purchase Office in
|* Sales and Purchase Orders for all external documents
|* as Sales Quotation, sales Order Acknowledgement, Delivery Note, Invoice etc.
|*
|* Input : sline |sales or purchase office
|*
|* Output: senderline |senderline
|*
|******************************************************************************
#ident "@(#)ID 6.1, Infor LN6.1 FP6, Start of idhcom0010, 2010-08-05, B61Calti1"
function idhcom0010.get.adresscode(domain tccwoc sline)
{
---------------------------------------------------------------------------------------------------------
2nd:
source plplnt0178m0000 has wrong Statement in line 98.
Regards
anujahthakur
30th December 2014, 17:53
thanks.......