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

help with FM

Former Member
0 Likes
1,334

Hi,

i want to copy the fm sinwpworkplace_create_ to Z Fm and do it RFC , i want to now which tables the Fm is OUT i need in the Z fm just to turn tables with data.

there is simple way to do that?

the problem because at the end of the of Fm the fm call to screen 1000.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,281

Hi Frinds,

Any Idea?

Reagrds

Hi,

i want to copy the fm sinwpworkplace_create_ to Z Fm and do it RFC , i want to now which tables the Fm is OUT i need in the Z fm just to turn tables with data.

there is simple way to do that?

the problem because at the end of the of Fm the fm call to screen 1000.

Regards

9 REPLIES 9
Read only

Former Member
0 Likes
1,281

Can you be more clear....

Regards,

Srinivas

Read only

0 Likes
1,281

hi SAPient ,

Thanks,

This Fm (SINWP_WORKPLACE_CREATE) Run TR. So01 ,

when u run the Transaction u get table with in INBOX ,

How i get the table with data of the inbox? i try to Search but i don't susses with that ,maybe u can help?

Regards

Read only

Former Member
0 Likes
1,281

hi,

do you have a problem with copying the function module ?

manuel

Read only

Former Member
0 Likes
1,281

This FM has no output tables....

Regards

Anna

Read only

Former Member
0 Likes
1,281

Hello,

As I understand from your Question, you would like to know the TABLES which are passed OUT as a result of Executing this Function Module. However, the Standard Function Module SINWP_WORKPLACE_CREATE does not have any Internal Tables defined under TABLES tab. So, you can COPY the standard one to make it a Z-FM and include the Internal Tables / TABLES tab whichever you want.

Hope I got it right.

Thanks and Regards,

Venkat Phani Prasad Konduri

Read only

0 Likes
1,281

Hi Konduri ,

Thanks i wont to now which table is store the inbox data becouse i have to build it RFC for portal

and i need to return tables with data.

how i find it?

Regards

Read only

Former Member
0 Likes
1,282

Hi Frinds,

Any Idea?

Reagrds

Read only

0 Likes
1,281

Hi,

check fm :

BWNO_INBOX_READ

BWNO_DOCUMENT_READ

BWNO_FOLDER_READ

BWNO_INTERNAL_READ

best regards,

Burak

Read only

0 Likes
1,281

Hi Burak ,

thanks its help fm: BWNO_INBOX_READ,

maybe u have idea what i have to put in import :

i have :

FILTERREAD                         1
FILTEREXPRESS                      3
PREVIEW                         3
RECIPIENTS

what is this import parameters?

Best Regards