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

Wrapper Program.

Former Member
0 Likes
1,764

Hi Experts,

I have a requirement in which i have to select data from z table and have to upload it to transaction FV60.

I know i have to select particular records from table and upload it to FV60 using BDC but for that, i guess, i need to write wrpper program.

Does anybody know how to work with wrapper program ?

Regards,

PS

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,175

Hi Purushottam,

I suppose you are asking how to post FV60 by a wrapper program...

Well you can write a BDC, but better write a program with FM specified by David in the blog below.

for any further help let me know.

Regards

3 REPLIES 3
Read only

Former Member
0 Likes
1,175

Hello,

A wrapper program is simply a program that runs another program. You don't need to include the original screen because you may be able to simplify it. You may or may not want to do some of the validations that are done in the submitted program.

try this link..

http://wiki.sdn.sap.com/wiki/display/SCM/Developing+a+Wrapper+Program

https://www.google.co.in/search?q=wrapper+program&ie=utf-8&oe=utf-8&rls=org.mozilla:en-US:official&c...

BR

Chandra..

Read only

Former Member
0 Likes
1,176

Hi Purushottam,

I suppose you are asking how to post FV60 by a wrapper program...

Well you can write a BDC, but better write a program with FM specified by David in the blog below.

for any further help let me know.

Regards

Read only

Former Member
0 Likes
1,175

This message was moderated.