cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_QUOT

Former Member
0 Kudos

Friends,

I learned from the forum, In order to get tabular Customer Fields (table control fields) at Item level in BBP_QUOT, I need to Use INCL_EEW_PD_Item_CST_BID.

I also understand that OSS note 672960 talks about that. But i'm not able to get the exact procedure to do that.

Can any one explain the step by step procedure to do that.

Also this new screen should appear as a seperate tab in Item Data

Appreciate your early help on this.

Shall reward all the answers.

SV

Accepted Solutions (1)

Accepted Solutions (1)

Ramki
Active Contributor
0 Kudos

Hi Sarada

Check the last para in 672960.

Start report BBP_DYNPROS_GENERATE, change the

proposed program to SAPLBBP_PDH_CUF and execute the report. Select the

checkbox for the screens with the descriptions BBP_PDS_HCF for the

table-like fields at the header and/or with the description BBP_PDS_ICF

for the table-like fields at the item. You can use the 'Copy' button to

enforce a regeneration of the screens.

Best regards

Ramki

Answers (6)

Answers (6)

Former Member
0 Kudos

Ramki & Atul,

Thanks Guys....I got the table control in the BBP_QUOT Web screen.

It appears as a seperate section at the Bottom of the Basic Data tab of Item Data screen.

My next question is, how to make this new screen as a seperate tab like Basic Data or Scheduling lines .

Is it possible to do that.

Pass on your suggestions.

Thanks

SV

Ramki
Active Contributor
0 Kudos

Hi Sarada

Another point. The INCL_EEW...BID structure is for Bid invitation.

If you want for quote, you need to do this in INCL_EEW...QUOT.

Rgds

Ramki

Former Member
0 Kudos

Atul & Ramki,

Thanks for your inputs.

I did exactly the same . Activated the includes, structures.

I also included the same fields in include INCL_EEW_PD_ITEM_CST and activated the same.

But still i do not see the new screen in Web screen of BBP_QUOTE

Do i need to do any thing more?

SV

Ramki
Active Contributor
0 Kudos

Hi Sarada

When you click on Append structure, give some name there (e.g. ZQUOT_table)

- Then give some description (any description)

- Then enter some field name (Zquotref and select component type as CHAR10 or something like that...

If you are very new to ABAP and technical side, I would suggest you take the help of some ABAP friend. Need not be an expert ABAPer.

Best regards

Ramki

Former Member
0 Kudos

Atul,

That was lightning Fast. Appreciate that.

Yes i saw all those notes and i'm finding it hard to get to the start point.

My question is where do i start with all these information.

ie, To add fields to "INCL_EEW_PD_Item_CST_BID", how do i start.

From SE11---->When i try to change the structure to add fields, it asks for a Key.

If i click append structure, it asks for a structure name. What am i supposed to give there.

Kindly Provide me a step by step approach for this.

Thanks

SV

Former Member
0 Kudos

Hi

You are right... Firstly, You need to create a new append structure in customer namespace.. (name starting with Y or Z).. say ZAPPEND..

Then in this bespoke Append structure.. you need to add your customer (bespoke) fields.. say name starting with ZZ.(ZZFIELD1, ZZFIELD2).. etc..

Lastly activate both the fiields and finally the bespoke customer append structure... in SE11 transaction..

this might takesome time... in Activation, as it will actiavte all related standard SAP tables as well..

Do let me know, incase you face any problems..

Regards

-Atul

Former Member
0 Kudos

Hi

Did you by any chance looked at SAP OSS Notes ?

Note 809880 Table like customer fields from bid invitation in bid

Note 809628 Table like customer fields from bid invitation in bid

Note 845929 - Wrong display of table like customer fields in quotation

Note 833098 - Tabular customer fields in quotation increased entries

Please go through this ->

You have the option to define table-like user-defined fields. These fields can only be created on header and item level of the documents. Such fields allow you to save several entries for a field defined at the header. For the basis structures, see the following table:

BID HEADER - INCL_EEW_PD_HEADER_CST_BID

BID ITEM - INCL_EEW_PD_ITEM_CST_BID

Similar to the 'simple' fields, the fields defined in these structures must also be defined in combined structures INCL_EEW_PD_HEADER_CST (for the header data) and INCL_EEW_PD_ITEM_CST°°.° (for the item data).

If you define fields for the first time, the system generates a screen for the display. If you create or delete fields, the screen must be regenerated. To do this, start report BBP_DYNPROS_GENERATE, change the proposed program to SAPLBBP_PDH_CUF and execute the report. Select the checkbox for the screens with the descriptions BBP_PDS_HCF for the table-like fields at the header and/or with the description BBP_PDS_ICF for the table-like fields at the item. You can use the 'Copy' button to enforce a regeneration of the screens.

Do let me know.

Regards

- Atul