Application Development 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: 

How to find Table with structure known

Former Member
0 Kudos

I need to find the table whose strucure is ISCJ_E_POSTINGS

ie the fields contain in the above structure should update database.

Can any one know waht table && How to find the table.

PlZ give solution.

Thanks

5 REPLIES 5

former_member188829
Active Contributor
0 Kudos

Hi,

Goto se11,and select data type radio button and then enter name of structure and press on where used list button (which is on top ie on application toolbar) and then select the check box of database tables only and then enter..now u will get the all the tables which used of that structure

Message was edited by:

Vishnu Reddy

0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi

goto se84

abap dictionary

fields

structure fields

give structure name

u get list of tables...

select required one...

Former Member
0 Kudos

try to find out the where used list of all 116 fields. and find out the corresponding or your required table in it.

raymond_giuseppi
Active Contributor
0 Kudos

<b>Found via search in OSS notes</b>

Look at table TCJ_POSITIONS Cash Journal Document Items (and related table as TCJ_C_JOURNALS and TCJ_DOCUMENTS)

You may use BAPI BAPI_CASHJOURNALDOC_CREATE.

(Look at OSS <a href="https://service.sap.com/sap/support/notes/616804">Note 616804 - FBCJ: BAPI for saving cash journal documents</a>

<i>You use the FI cash journal and want to transfer data to be saved to the program of the cash journal via an external interface instead of via the user interface.</i>)

Regards