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

DYNPRO_NOT_FOUND

abhijeet_mukkawar
Active Contributor
0 Likes
752

hi frnds,

i want to create vendor by providing the data to func module. for that i am using VENDOR_INSERT function module. Though it does not give any error while creation bt throws the Runtime error "DYNPRO_NOT_FOUND" when i try to display the vendor thru XK03.

Could u please guide me thru this.

Regards,

6 REPLIES 6
Read only

Former Member
0 Likes
704

u cannt use VENDOR_INSERT ? check BAPI BAPI_VENDOR_CREATE or std.program RFBIKR00

Regards

Prabhu

Read only

anversha_s
Active Contributor
0 Likes
704

hi,

the same problem occured to me also.

i used BAPI_VENDOR_CREATE . it worked fine.

so use it. iw will wrk.

rgrds

anver

if hlped on 4gt to mart points

Read only

0 Likes
704

it is a direct database update without any validation which could be risky. Instead I would suggest u use BAPI to do this job which will ensure data integrity.

Create: BAPI_VENDOR_CREATE

Read only

0 Likes
704

hi,

i want to accept the values from the web dynpro application and use them for the vendor creation. how can i use BAPI_VENDOR_CREATE for the same, i.e i want to use that func module as rfc.

or do i need to use any other func module.

Regards,

Read only

0 Likes
704

I guess all BAPIS must be RFC enabled. You must be able to call the BAPI mentioned above.

Cheers

VJ

Read only

0 Likes
704

Hi,

All Bapi's are RFC enabled.

The only problem is that most BAPI's would require a commit to be done using another BAPI 'BAPI_TRANSACTION_COMMIT'.

That should do it.

Regards

Nishant