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

Get BDC information

kowong
Participant
0 Likes
801

Dear Expert,

I have populated bdcdata and submited as a session to be proccessed in SM35,

How do I retrieve the BDC data ( bdcdata-fnam & bdcdata-fval [field name & field value] ) that have been populated?

Which table can I get that ?

Thanks ....

Dear Expert,

I have populated bdcdata and submited as a session to be proccessed in SM35,

How do I retrieve the BDC data ( bdcdata-fnam & bdcdata-fval [field name & field value] ) that have been populated?

Which table can I get that ?

Thanks ....

5 REPLIES 5
Read only

Former Member
0 Likes
698

Hi,

What for you need the values of Fnam and Fval fields that are updated in the SAP tables.

Can't you check them from the respective transaction related tables.

For example: for Customer master we can check in KNA1,KNB1 and KNC1 tables.

Anyhow check the session related Table table <b>APQI</b> for the data.

reward if useful

regards,

ANJI

Read only

0 Likes
698

I need to update a customized time related field AFTER a batch input of ME22.

The field is the timestamp when the batch input is proccessed, NOT the time when the batch input session is submited.

For the updating, i need the key of the PO --> PO number. How do I get which PO that have been proccessed in that particular session ? So , i am thinking of getting it by going through BDC informations...

Read only

0 Likes
698

In short, I want to get back the value that i have submitted.FNAM & FVAL .

Read only

0 Likes
698

Check the table : APQD.

BUt tha information is stored as LCHAR (RAW) format.

You cannot read it.

The Function module:

BDC_OBJECT_READ

will read the BDCDATA internal table that has been submitted.

Regards,

Ravi

Read only

Former Member
0 Likes
698

Hi Wong,

In <b>SM35</b>, select the Session name, in menu, <b>GOTO</b> -> <b>Analyze</b> Session, here you can see 3 tabs, go to the last tab, <b>Logs Created</b>. ( If you are working on E.C.C 5.0, you need to check the checkbox <b>Details</b> ).

Here you can find all the details of which screen field was populated with what value.

Hope, it will help you, else you can always revert back!

Regards,

Abdul