cancel
Showing results for 
Search instead for 
Did you mean: 

SAP TDMS '500 Internal Server Error' while acessing BPL Object

sultan516
Participant
0 Kudos

Hi,

I am getting '500 Internal Server error' while accessing any BPL object.

I have very urgent requirement to transfer specific tables from one system to other.

As per knowledge, we have to use BPL for the above request.Please advise if there is any other option

When I am trying to access any BPL object i am getting 500 internal server error and below dump.

"Category ABAP Programming Error
Runtime Errors SYNTAX_ERROR
Web Dynpro Component CNVTDMS_UI_BPL_ON_LOAD
ABAP Program /1BCWDY/PANGY67YHSJES4SNQFXX==CP
Application Component CA-EUR
Date and Time 13.09.2019 14:16:28
Short Text
Syntax error in program "/1BCWDY/PANGY67YHSJES4SNQFXX==CP ".
What happened?
Error in the ABAP Application Program
The current ABAP program "CL_WDR_CLIENT_COMPONENT=======CP" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.
In include "/1BCWDY/B_PANGY67YHSJES50YVYMX ", in line 2339 of program
"/1BCWDY/PANGY67YHSJES4SNQFXX==CP ", the following syntax errors
have occurred:
The obligatory parameter "LABEL_TEXT" had no value assigned to it."

Please advise.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Syed,

I tried to implement note 2261186 - Syntax error in BPL modeler , if the SAP_BASIS release is higher than 731, but then I have error

The obligatory parameter "VIEW" had no value assigned to it.

With best regards,

Alexander

sultan516
Participant
0 Kudos

Hello Alexander,

We had the same issue after implementing this Note. There is a syntax error in this note.

Please follow below code.

"CALL METHOD cl_wdr_value_help_handler=>handle_application_def_vh
EXPORTING
context_element = lo_el_addrow
component_usage_name = 'BO_INPUT_HELP'
context_attribute = 'BO'
label_text = label_text
view = view."

Hope it solved your issue.