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 question help me

Former Member
0 Likes
567

wht type validations we will do in BDC. please provide me

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
539

There are mainly three Type Validations in BDC.

1. Currency

2. Amount (Unit)

3. Date format.

As these three needs to be in SAP format otherwise sometimes they give dump.

Regards,

Aman

wht type validations we will do in BDC. please provide me

5 REPLIES 5
Read only

Former Member
0 Likes
539

One of the main validation you do in a BDC is a Master data check. i.e. you check programatically that the data you are feeding to the BDC has all its pre-requisite data created.

- Guru

Reward points for helpful answers

Read only

Former Member
0 Likes
539

Hello,

You can do a lot of validations in BDC, but do check with your functional consultant and then decide what all validations are necessary based on the input file.

Thanks,

Suresh Ganti

Read only

Former Member
0 Likes
539

Dear Ahmed,

It depends upon the Functional Requirement. Talk to your Functional Consultant pertaining to the particular Master Data Upload.

After getting hold of the requirement, talk to your Func.Consultant regarding the Excel file Template - from where you're going to upload the data.

Regards,

Abir

************************************

  • Don't forget to award Points *

Read only

Former Member
0 Likes
540

There are mainly three Type Validations in BDC.

1. Currency

2. Amount (Unit)

3. Date format.

As these three needs to be in SAP format otherwise sometimes they give dump.

Regards,

Aman

Read only

Former Member
0 Likes
539

Hi,

Most of the validations are done by the standard program itself.

Suppose, you do a BDC for some table control, thenyou may have to do some validation to check the number of lines in the table control and populate the table entries appropriately.

There are some transactions, wherein you can enter your own number or allow the system to generate the number. In such case you may require some additional validations.

Regards

Subramanian