Application Development 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: 

creating Function module

Former Member
0 Kudos

Production of a Function Builder module, which supplies the address data of an Purchase Order as well as an SD-Order.

In this case all address data information should be available and shown.

All data to the Purchase Order and more are however already in the data type of the import parameter DOC (TYPE: MEEIN_PURCHASE_DOC_PRINT) available

Import parameter:

PARVW (Char 2) (VBPA-PARVW or EKPA-PARVW)

DOC TYPE MEEIN_PURCHASE_DOC_PRINT

Output:

ADRC table

Since it concerns here user data, it must be noted, that the table ADRC does not store all data.

The email address e.g. is normally in the table ADR6 discarded.

The partner roles in the Purchase Order find in the Table EKPA

(see (TYPE MEEIN_PURCHASE_DOC_PRINT)

The partner roles in the SD-Order find in the Table EKKN - > VBPA

2 REPLIES 2

Former Member
0 Kudos

Hi,

What exactly your output needs to contain?

since its a custom FM you can create your own structure, populate the details based on partner function and send the output to the tables parameter.

Let me know if you have any particular issue.

Thanks & Regards

Rajini Rajuladevi

0 Kudos

output :

ADDRNUMBER

TITLE

NAME1

NAME2

NAME3

NAME4

CITY1

CITY_CODE

POST_CODE1

PO_BOX

STREET

HOUSE_NUM1

TEL_NUMBER

TEL_EXTENS

FAX_NUMBER

ZZ_EMAIL