cancel
Showing results for 
Search instead for 
Did you mean: 

Error while creating Shopping cart in EBuy

Former Member
0 Kudos

Hi, We are working on SRM 5.0 - Classic scenario.

While creating a SC, we are getting an error mentioned below -

Error when processing your request -

Note

*The following error text was processed in the system SRD : Syntax error in program SAPLBBP_PD_SC .

The error occurred on the application server jkcrdsrd_SRD_01 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Form: SC_CREATE of program SAPLBBP_SC_APP

Form: SC_CREATE of program SAPLBBP_SC_APP

Form: SC_INIT of program SAPLBBP_SC_APP

Function: BBP_SC_APP_EVENT_DISPATCHER of program SAPLBBP_SC_APP

Form: APP_EVENT_HANDLER of program SAPLBBP_SC_UI_ITS

Form: APP_INIT of program SAPLBBP_SC_UI_ITS

Form: ONESCREEN_INIT of program SAPLBBP_SC_UI_ITS

Module: ONESCREEN_INIT of program SAPLBBP_SC_UI_ITS*

When checked in <st22>,

check out in st22

Error in the ABAP Application Program

The current ABAP program "SAPLBBP_SC_APP" had to be terminated because it ha

come across a statement that unfortunately cannot be executed.

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

"LBBP_PD_SCU01 " in

line 256:

"Formal parameter "CT_LONGTEXT" does not exist. exist."

" "

" "

" "

The include has been created and last changed by:

Created by: "SAP "

Last changed by: "SAP "

Error analysis

The following syntax error was found in the program SAPLBBP_PD_SC :

"Formal parameter "CT_LONGTEXT" does not exist. exist."

Can anyone please advise on how to rectify this error.

It was not coming a day earlier and everything was running fine... can it be due to some XI configurations being done.

Regards,

Vikrant.

Accepted Solutions (0)

Answers (2)

Answers (2)

ashwin_mundkur
Advisor
Advisor
0 Kudos

Hi Vikrant,

It looks like the internal table ct_longtext is not identifiable.

Can you open the BBP_PD_SC_CREATE function module and just try to do a syntax check? Try forward navigation with the parameter ct_longtext and check if it is active etc.

Also, possibility is that the BADI has implementation has changed and you might have to regenerate the BADI. Check both the option and it should resolve the issue.

thanks,

Ashwin

Do reward points if the suggestion is useful

Former Member
0 Kudos

Hi vikrant..,

This might be related to Approval...

Pls check the work flow...

else..check the delivery date..

regds

Pavan.

Award poins if useful.

Former Member
0 Kudos

Pavan,

I have not implemented any approval workflow.

I'm simply clicking on SHOP tab, and system is throwing this error.

Former Member
0 Kudos

Hi Vikrant,

We got this error long back when we are working with SRM 4.0 with ECC 4.7 as backend and this is how it was resolved.

It says RABAX_STATE error right.

Go to the transaction BS02 in SRM. You will find the status profile something like CMECHR click on it and go to the details and click/select object types .

Then you will find all the object types and a check box before it.

Check for this Shopping Card Header(BBP) object type. If the check box is ticked for this remove it, save and come back and try again. This should be blank ideally.

It worked for us long before.

There is also a OSS note 1034093 u2013Error messages ITS_ERRMSG_EXCEPTION which speaks about the ITS exception messages.

Pl. let me know if your error is solved.

Best regards,

Sridhar.

Do reward points for useful answers.