cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_PD_AVL_CREATE REQUIRED FIELDS

Former Member
0 Kudos

What are the required data elements to pass to the function module bbp_pd_avl_create.

I_PARK

I_SAVE

I_TESTRUN

I_HEADER 00000000000000000000

IT_ATTACH 1 Entry

Export parameters Value

E_HEADER 00000000000000000000

ET_ATTACH 0 Entries

Tables Value

I_ITEM 1 Entry

Result: 1 Entry

I_PARTNER 1 Entry

Result: 1 Entry

I_ORGDATA 1 Entry

Result: 1 Entry

I_LONGTEXT 0 Entries

Result: 0 Entries

I_HCF 0 Entries

Result: 0 Entries

I_ICF 0 Entries

Result: 0 Entries

E_ITEM 0 Entries

Result: 0 Entries

E_ITEM 0 Entries

Result: 0 Entries

E_PARTNER 1 Entry

Result: 1 Entry

E_ORGDATA 0 Entries

Result: 0 Entries

E_LONGTEXT 0 Entries

Result: 0 Entries

E_HCF 0 Entries

Result: 0 Entries

E_ICF 0 Entries

Result: 0 Entries

E_STATUS 0 Entries

Result: 0 Entries

E_MESSAGES 0 Entries

Result: 16 Entrie

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Which SRM version are you using ?

<b>Please go through this -></b>

<u>Sample code containing the Mandatory fileds in these links below</u>

<u>Other related links -></u>

Do let me know incase you face any problems.

Regards

- Atul

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks, for yor reply. can you tell me, what fields ape populated in the i_header table and the values?

Regards,

Steve

CALL FUNCTION 'BBP_PD_AVL_CREATE'

EXPORTING

  • I_PARK =

  • I_SAVE =

  • I_TESTRUN =

i_header = ls_pd_header_c

IMPORTING

e_header = ls_pd_header_d

TABLES

i_item = lti_item

i_partner = lt_partner

i_orgdata = lti_orgdata

e_item = lte_item

e_partner = et_partner

e_orgdata = lte_orgdata

e_status = et_status

e_messages = et_message.

Former Member
0 Kudos

Hi

<b>I_HEADER consists of following fields described in the structure BBPS_AVL_DOC_HEADER_C</b>

- DESCRIPTION

- CATEGORY

- CATEGORY_ID

- PRODUCT

- ORDERED_PROD

- PROCESS_TYPE

- GUID

- OBJECT_ID

- VPER_START

- VPER_END

- BASE_UNIT

- SUBTYPE

  • process type: currently only simple determination, take first hit

  • (not via BSA attribut, this only determines process/document type

  • of subsequent object)

<b>Mandatory fields are</b>

- PROCESS_TYPE = 'BUS2206'

- GUID = "GUID u got here'

- Base Unit = 'Price'..

- OBJECT_ID = 'Number (guid conversion)'.

Do let me know.

Regards

- Atul