Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

use class VMD_EI_API to create vendor

Former Member
0 Likes
922

dear abapers,

i use calss VMD_EI_API to create vendor,

codes:

    CALL METHOD VMD_EI_API=>MAINTAIN_DIRECT_INPUT
    EXPORTING
*    IV_TEST_RUN              = SPACE
*    IV_COLLECT_MESSAGES      = SPACE
      IS_MASTER_DATA          = IS_MASTER_DATA
  IMPORTING
    ES_MASTER_DATA_CORRECT  = WA_CORRECT
    ES_MESSAGE_CORRECT      = WA_MES_CORRECT
    ES_MASTER_DATA_DEFECTIVE = WA_DEFECTIVE
    ES_MESSAGE_DEFECTIVE    = WA_MES_ERROR
      .

I have one problem,i do not know which fields can give mobile phone value,

please help me!

best regards

1 ACCEPTED SOLUTION
Read only

former_member217544
Active Contributor
0 Likes
645

Hi,

This is the path:

VMDS_EI_CENTRAL_DATA -> ADDRESS -> COMMUNICATION -> PHONE -> PHONE -> CONTACT -> DATA -> TELEPHONE

There is an indicator to set " Indicator: Telephone is a Mobile Telephone" using field R_3_USER in the same structure.

Check if this helps.

Regards,

Swarna

dear abapers,

i use calss VMD_EI_API to create vendor,

codes:

    CALL METHOD VMD_EI_API=>MAINTAIN_DIRECT_INPUT
    EXPORTING
*    IV_TEST_RUN              = SPACE
*    IV_COLLECT_MESSAGES      = SPACE
      IS_MASTER_DATA          = IS_MASTER_DATA
  IMPORTING
    ES_MASTER_DATA_CORRECT  = WA_CORRECT
    ES_MESSAGE_CORRECT      = WA_MES_CORRECT
    ES_MASTER_DATA_DEFECTIVE = WA_DEFECTIVE
    ES_MESSAGE_DEFECTIVE    = WA_MES_ERROR
      .

I have one problem,i do not know which fields can give mobile phone value,

please help me!

best regards

2 REPLIES 2
Read only

former_member217544
Active Contributor
0 Likes
646

Hi,

This is the path:

VMDS_EI_CENTRAL_DATA -> ADDRESS -> COMMUNICATION -> PHONE -> PHONE -> CONTACT -> DATA -> TELEPHONE

There is an indicator to set " Indicator: Telephone is a Mobile Telephone" using field R_3_USER in the same structure.

Check if this helps.

Regards,

Swarna

Read only

0 Likes
645

thanks,you are right