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

Bapi for tcode vl01no

Former Member
0 Likes
1,247

Hi experts,

I have one problem.I want to know that is there any standard bapi for vl01no?It's my first question.,

My 2nd question is if no.Then can we do this writing bdc code.

I have done this with bdc code but problem is that it runs perfectly when iot is in 'A' mode but when it runs with 'N' mode it gives error.I can't understand what is the problem Can anyone tell me why this is happening.

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
1,046

Hi,

Check the below bapi

BAPI_OUTB_DELIVERY_CREATENOREF

also check this FM SD_DELIVERY_UPDATE..

Regards,

Nagaraj

9 REPLIES 9
Read only

former_member404244
Active Contributor
0 Likes
1,047

Hi,

Check the below bapi

BAPI_OUTB_DELIVERY_CREATENOREF

also check this FM SD_DELIVERY_UPDATE..

Regards,

Nagaraj

Read only

0 Likes
1,046

Actually Nagaraj,

In our system this

BAPI_OUTB_DELIVERY_CREATENOREF is not available.

And second one i can't use.Because i want to attach serial nos also to do Pgi.

& in this bapi there is no option for attaching the serial nos.

Do u have any other solution.

Read only

Former Member
0 Likes
1,046

See this Link:

Read only

Former Member
0 Likes
1,046

Did you check this thread?

Read only

Former Member
0 Likes
1,046

hi,check this bapi:BAPI_OUTB_DELIVERY_CREATE_SLS.

hope it helps.

Read only

0 Likes
1,046

No Lawrence,

this bapi also doesn't exist in my version.

Is there another clue?

Read only

0 Likes
1,046

Hi,

I also encounted the same problem last Sep. and I solved it with copying a Z FM from the standard BAPI I told in the last post. You can try.

BDC is also available,but some unexpected errors may reduce at some unexpected.

So BAPI is a better option.

Hope it helps.

Read only

Former Member
0 Likes
1,046

Hi ,

The same thing happens with me also there can be one possibility is that might be there is a customization problem in your BDC , otherwise do ont thing use mode type 'P' .

Type P work same as type N but the benefit is that you can debug your BDC .

Regards ,

Nilesh K jain

Read only

0 Likes
1,046

I still encountered at same problem but as Nilesh said I think there should be

customization problem.We have send this problem to our support team.

Thanx To all For answering.