cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in creating BSP

Former Member
0 Kudos

Dear All,

I am Getting the Error message when creating the BSP.

This is the Error Message " <b>"AUTHORS" is neither specified under "TABLES" nor defined as an internal table. </b>".

Where the Internal Tables and Tables Declared.

Regards,

Ashok.

Accepted Solutions (1)

Accepted Solutions (1)

former_member689397
Active Participant
0 Kudos

Hi Ashok,

May be this probelm is due to internal Table declaration in your BSP Application. If you are using Page with flow logic, declare the internal table in Page Attributes Tab like below,

authors TYPE AUTHOR_TAB

Here, AUTHOR_TAB is a Table Type of BSAUTHORS. (For example check the tutorial_2 BSP Application )

Thnx

Suriya

Former Member
0 Kudos

Have you declared Internal Table <> as table type and used it in Page attributes of your class ?

Regards,

Ramki.

Former Member
0 Kudos

Hi Friends,

Your Replies were very helpful to solve my problem.

Actually the Problem is in my SAP CRM5.0 the Package SBOOKSHOP is missing.

Thank you very much.

Regards,

Former Member
0 Kudos

Dear All,

Thanks for all your Reply.

Thanks & Regards,

Ashok.

Answers (1)

Answers (1)

GrahamRobbo
Active Contributor
0 Kudos

Show us your code.