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

BDC problem...

naveenvishal
Contributor
0 Likes
738

Hi,

I have created a bdc for credit memo request(VA01). it is executing without errors. But the point of concern is that it is picking all the 'active' condition records/types for the duration(as it proposed so by the system). But I only want to include a selected type of condition record/type for the cr.memo request.

Till now, user deletes the condition records/types that were not required from the proposed list, line item wise. Is there an option to delete these condition records in BDC.

How to correct that as all the conditon records/type are getting attached & no mechnism for deleting.

Thanx & Regards,

Naveen Vishal

Moderator message - Moved to the correct forum

Edited by: Rob Burbank on Jun 26, 2009 9:26 AM

6 REPLIES 6
Read only

Former Member
0 Likes
694

u have recorded BDC for which TCode...

Read only

0 Likes
694

VA01..as i mentioned above..

Regards,

Read only

dhirendra_pandit
Active Participant
0 Likes
694

Hi Naveen,

It simple to restrict "Sales Doc. Type"

Just hard code the value of initial screen "Order Type" with value 'CR' and process your session.

Regards

D. Pandit

Read only

0 Likes
694

Hi Dhirendra,

In our customising we are not allowed to copy from one order type to another. When doing as said by you against existing billing doc number, it says

Copying from sales document type ZMCE to CR is not supported.

So I have to take Order type, the same as that of billing, in that case, it will bring all the active condition records.

To repeat, I dont want all condition types to be populated, just want the condition type i created just before the creating credit request.

Regards,

Naveen Vishal

Read only

Former Member
0 Likes
694

Hi Naveen,

when you doing credit memo against invoice all the conditions will be copied to the credit memo in va01. some of the conditions we can delete some we can't, so what you can do is while recording go the conditions tab at item level and make the amount as 0 whichever conditions you don't want then it won't make any difference when invoice is carried out.

Read only

naveenvishal
Contributor
0 Likes
694

No satisfactory solution found. Applied a work around.