cancel
Showing results for 
Search instead for 
Did you mean: 

LBBP_PDBUPF11->Form CHECK_ADDR checking Adresses

Former Member
0 Kudos

Tell me please what is the connection between the delivery address of the Web (http://pixs.ru/showimage/Lieferadre_1573917_747228.jpg)

and address the supply of bbp_pd business partner_fct 00027(http://pixs.ru/showimage/Partner27b_9465840_747233.jpg)

because of something in SAPLBBP_PDBUP-> LBBP_PDBUPF11->Form CHECK_ADDR (Code

  IF p_new_addr        IS NOT INITIAL AND
     p_new_addr-name   IS INITIAL     AND
     p_new_addr-name_2 IS INITIAL     AND
     p_new_addr-fullname IS INITIAL.

    CALL FUNCTION 'BBP_PD_MSG_ADD'
      EXPORTING
        i_msgty       = c_msgty_e
        i_msgid       = 'BBP_PD'
        i_msgno       = 537
      EXCEPTIONS
        log_not_found = 1
        OTHERS        = 2.
    IF sy-subrc <> 0.
      PERFORM abort.
    ENDIF.
    IF c_on = c_off. MESSAGE e537(bbp_pd). ENDIF.
  ENDIF.

)

the addressbar data is not checked out the Web screen (Link above) and from the table ADRC (http://pixs.ru/showimage/TabelleADR_1673770_747235.jpg) .

given correctly?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

problem follows.

a SC that has a mistake: the address of partner - the field name must be filled, the error code bp_pd 537.

these baskets in the table:

partner - the address of delivery (partner 000027) Table crmd_partner -> field Adresse_number = XXXX = (value of this field is not true)

1) as a business partner of the relevant records from the table crmd_partner (field partner_no) do not have such a number address (eg a test functionBAPI_BUPA_ADDRESSES_GET )

2) in the table ADRC by Adresses_number -> Field Name 1 Name 2 empty, and the winder may not match the data as a business partner

how to solve this problem, as I understand it correct table partner?

thank you