cancel
Showing results for 
Search instead for 
Did you mean: 

RAWSTRING issue in NWDS 7.3 - B cannot be resolved to a type

Former Member
0 Kudos

Dear Experts,

I'm facing an issue while importing a structure in RFC which has RAWSTRING in NWDS 7.3 SP09. This worked well in NWDS 7.0 but having issues in NWDS 7.3

In the inbuilt Java files I'm having error in the method ( B cannot be resolved to a type )

  public [B getBinary1() {

    return ([B)super.getAttributeValue("Binary1");

  }

Appreciate your suggestions if you faced similar issues.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

govardan_raj
Contributor
0 Kudos

hi mohamed ,

as already specified  in the thread  ,http://scn.sap.com/thread/3286933  you can use the deprecated rfc , as even we were not able to solve that issue even though we deleted and reimported several times , you can use deprecated rfc . we tried changing the type of the attribute from xtring to other compatible types at abap side but it didnt work , so we used deprecated rfc.

Regards

Govardan

Former Member
0 Kudos

Dear Govardan,

  Thanks for your prompt reply. I was planning to ask them to change it to XSTRING but since its already in production we couldn't do it immediate, but I guess it may not work either. Your Suggestion solved my issue.

Thanks Again.

govardan_raj
Contributor
0 Kudos

Dear mohammed ,

cheers  :-).....

Regards

Govardan

Answers (0)